Package ch.ivyteam.ivy.workflow
Enum Class IntermediateEventProperty
- All Implemented Interfaces:
IProperty,Serializable,Comparable<IntermediateEventProperty>,java.lang.constant.Constable
@Deprecated
public enum IntermediateEventProperty
extends Enum<IntermediateEventProperty>
implements IProperty
Deprecated.
Intermediate event property
- Since:
- 30.01.2008
- API:
- This is a public API.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.The additional information propertyDeprecated.The event id propertyDeprecated.The event timestamp propertyDeprecated.The id propertyDeprecated.The intermediate event element idDeprecated.The state propertyDeprecated.The task identifier propertyDeprecated.The timeout action propertyDeprecated.The timeout task start element identifier propertyDeprecated.The timeout timestamp property
-
Enum Constant Details
-
ID
Deprecated.The id property- API:
- This public API is available in Java.
-
EVENT_ID
Deprecated.The event id property- API:
- This public API is available in Java.
-
EVENT_TIMESTAMP
Deprecated.The event timestamp property- API:
- This public API is available in Java.
-
TIMEOUT_TIMESTAMP
Deprecated.The timeout timestamp property- API:
- This public API is available in Java.
-
STATE
Deprecated.The state property- API:
- This public API is available in Java.
-
TIMEOUT_ACTION
Deprecated.The timeout action property- API:
- This public API is available in Java.
-
TIMEOUT_TASK_START_ELEMENT_ID
Deprecated.The timeout task start element identifier property- API:
- This public API is available in Java.
-
TASK_ID
Deprecated.The task identifier property- API:
- This public API is available in Java.
-
INTERMEDIATE_EVENT_ELEMEMT_ID
Deprecated.The intermediate event element id- API:
- This public API is available in Java.
-
ADDITIONAL_INFORMATION
Deprecated.The additional information property- API:
- This public API is available in Java.
-