Enum Class WorkflowEventProperty

java.lang.Object
java.lang.Enum<WorkflowEventProperty>
ch.ivyteam.ivy.workflow.WorkflowEventProperty
All Implemented Interfaces:
IProperty, Serializable, Comparable<WorkflowEventProperty>, java.lang.constant.Constable

@Deprecated public enum WorkflowEventProperty extends Enum<WorkflowEventProperty> implements IProperty
Deprecated.
The properties of the workflow event
Since:
18.05.2006
API:
This is a public API.
  • Enum Constant Details

    • EVENT_TIMESTAMP

      public static final WorkflowEventProperty EVENT_TIMESTAMP
      Deprecated.
      event timestamp field
      API:
      This public API is available in Java.
    • EVENT_KIND

      public static final WorkflowEventProperty EVENT_KIND
      Deprecated.
      event kind field
      API:
      This public API is available in Java.
    • USER_NAME

      public static final WorkflowEventProperty USER_NAME
      Deprecated.
      user name field
      API:
      This public API is available in Java.
    • USER_ID

      public static final WorkflowEventProperty USER_ID
      Deprecated.
      user id field
      API:
      This public API is available in Java.
    • TASK_ID

      public static final WorkflowEventProperty TASK_ID
      Deprecated.
      task id field
      API:
      This public API is available in Java.
    • CASE_ID

      public static final WorkflowEventProperty CASE_ID
      Deprecated.
      case id field
      API:
      This public API is available in Java.
    • TASK_STATE

      public static final WorkflowEventProperty TASK_STATE
      Deprecated.
      task state field
      API:
      This public API is available in Java.
    • CASE_STATE

      public static final WorkflowEventProperty CASE_STATE
      Deprecated.
      case state field
      API:
      This public API is available in Java.