public final class NotificationDetails extends curam.util.type.struct.Struct<NotificationDetails>
Modifier and Type | Field and Description |
---|---|
long |
activityID
The unique identifier of a workflow activity.
|
java.lang.String |
category
The category that contains the associated activity.
|
java.lang.String |
deliveryMechanism
The mechanism that will be used to deliver the activity notification.
|
long |
notificationID
The identifier of the notification.
|
java.lang.String |
notificationType
The type of the notification.
|
long |
processID
The unique identifier of a workflow process definition.
|
long |
processInstanceID
The unique identifier of the process instance associated with the
notification.
|
int |
processVersion
The version of the workflow process definition.
|
java.lang.String |
wdoSnapshot
The snapshot of workflow data object data associated with the activity
notification.
|
Constructor and Description |
---|
NotificationDetails() |
public long processID
WORKFLOW_PROCESS_ID -> long
public int processVersion
WORKFLOW_PROCESS_VERSION -> int
public long activityID
WORKFLOW_ACTIVITY_ID -> long
public java.lang.String category
ACTIVITY_CATEGORY -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public java.lang.String deliveryMechanism
ACTIVITY_NOTIFICATION_DELIVERY -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public java.lang.String wdoSnapshot
WDO_SNAPSHOT -> String
public long processInstanceID
WORKFLOW_PROCESS_INST_ID -> long
public java.lang.String notificationType
NOTIFICATION_TYPE -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public long notificationID
NOTIFICATION_ID -> long