public final class EventDetailsForActivityInstance extends curam.util.type.struct.Struct<EventDetailsForActivityInstance>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
eventClass
The concept of an event class is used to group related event types.
|
int |
eventIndex
The index of the specified event within the list of events specified for
the activity.
|
java.lang.String |
eventMatchData
The workflow data object attribute representing the unique identifier
related to the event class from which the event is raised.
|
java.lang.String |
eventType
The type of the event.
|
Constructor and Description |
---|
EventDetailsForActivityInstance() |
public java.lang.String eventClass
EVENT_CLASS -> String
public java.lang.String eventType
EVENT_TYPE -> String
public java.lang.String eventMatchData
WDO_ATTRIBUTE_ID -> String
public int eventIndex
POSITION_IN_LIST -> int