Package ch.ivyteam.ivy.workflow
Enum Class 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 Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.case id fieldDeprecated.case state fieldDeprecated.event kind fieldDeprecated.event timestamp fieldDeprecated.task id fieldDeprecated.task state fieldDeprecated.user id fieldDeprecated.user name field
-
Enum Constant Details
-
EVENT_TIMESTAMP
Deprecated.event timestamp field- API:
- This public API is available in Java.
-
EVENT_KIND
Deprecated.event kind field- API:
- This public API is available in Java.
-
USER_NAME
Deprecated.user name field- API:
- This public API is available in Java.
-
USER_ID
Deprecated.user id field- API:
- This public API is available in Java.
-
TASK_ID
Deprecated.task id field- API:
- This public API is available in Java.
-
CASE_ID
Deprecated.case id field- API:
- This public API is available in Java.
-
TASK_STATE
Deprecated.task state field- API:
- This public API is available in Java.
-
CASE_STATE
Deprecated.case state field- API:
- This public API is available in Java.
-