Class WorkflowSystemEvent

java.lang.Object
ch.ivyteam.ivy.workflow.WorkflowSystemEvent

public final class WorkflowSystemEvent extends Object
This class is a factory for SystemEvents with the category SystemEventCategory.WORKFLOW.

For each created event, a factory method is available and the name of the event as a constant, for comparison at the receiver. By convention the factory method has the same name as the constant that holds the event's name.

The factory methods define the possible kind of event parameters.

API:
This is a public API.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name of the "CASE_CHANGED" workflow system event
    static final String
    The name of the "CASE_CREATED" workflow system event
    static final String
    The name of the "TASK_CHANGED" workflow system event
    static final String
    The name of the "TASK_CREATED" workflow system event
  • Field Details

    • TASK_CREATED

      public static final String TASK_CREATED
      The name of the "TASK_CREATED" workflow system event
      See Also:
      API:
      This public API is available in Java.
    • TASK_CHANGED

      public static final String TASK_CHANGED
      The name of the "TASK_CHANGED" workflow system event
      See Also:
      API:
      This public API is available in Java.
    • CASE_CREATED

      public static final String CASE_CREATED
      The name of the "CASE_CREATED" workflow system event
      See Also:
      API:
      This public API is available in Java.
    • CASE_CHANGED

      public static final String CASE_CHANGED
      The name of the "CASE_CHANGED" workflow system event
      See Also:
      API:
      This public API is available in Java.