public final class NotificationKey extends curam.util.type.struct.Struct<NotificationKey>
Modifier and Type | Field and Description |
---|---|
long |
activityID
The unique identifier of the workflow activity.
|
long |
notificationID
The identifier of a notification.
|
java.lang.String |
notificationType
The type of the notification.
|
long |
processID
The unique identifier of the workflow process definition.
|
int |
processVersion
The version number of the workflow process definition.
|
Constructor and Description |
---|
NotificationKey() |
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 notificationType
NOTIFICATION_TYPE -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public long notificationID
NOTIFICATION_ID -> long