Package ch.ivyteam.ivy.workflow
Enum IntermediateEventProperty
- java.lang.Object
-
- java.lang.Enum<IntermediateEventProperty>
-
- ch.ivyteam.ivy.workflow.IntermediateEventProperty
-
- All Implemented Interfaces:
IProperty
,Serializable
,Comparable<IntermediateEventProperty>
public enum IntermediateEventProperty extends Enum<IntermediateEventProperty> implements IProperty
Intermediate event property- Since:
- 30.01.2008
- API:
- This is a public API.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADDITIONAL_INFORMATION
The additional information propertyEVENT_ID
The event id propertyEVENT_TIMESTAMP
The event timestamp propertyID
The id propertyINTERMEDIATE_EVENT_ELEMEMT_ID
The intermediate event element idSTATE
The state propertyTASK_ID
The task identifier propertyTIMEOUT_ACTION
The timeout action propertyTIMEOUT_TASK_START_ELEMENT_ID
The timeout task start element identifier propertyTIMEOUT_TIMESTAMP
The timeout timestamp property
-
-
-
Enum Constant Detail
-
ID
public static final IntermediateEventProperty ID
The id property- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
EVENT_ID
public static final IntermediateEventProperty EVENT_ID
The event id property- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
EVENT_TIMESTAMP
public static final IntermediateEventProperty EVENT_TIMESTAMP
The event timestamp property- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
TIMEOUT_TIMESTAMP
public static final IntermediateEventProperty TIMEOUT_TIMESTAMP
The timeout timestamp property- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
STATE
public static final IntermediateEventProperty STATE
The state property- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
TIMEOUT_ACTION
public static final IntermediateEventProperty TIMEOUT_ACTION
The timeout action property- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
TIMEOUT_TASK_START_ELEMENT_ID
public static final IntermediateEventProperty TIMEOUT_TASK_START_ELEMENT_ID
The timeout task start element identifier property- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
TASK_ID
public static final IntermediateEventProperty TASK_ID
The task identifier property- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
INTERMEDIATE_EVENT_ELEMEMT_ID
public static final IntermediateEventProperty INTERMEDIATE_EVENT_ELEMEMT_ID
The intermediate event element id- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
ADDITIONAL_INFORMATION
public static final IntermediateEventProperty ADDITIONAL_INFORMATION
The additional information property- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
-