public interface InitiateAndClaimFirstResult
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActivityName()
Returns the name of the activity that has been claimed.
|
AIID |
getAIID()
Returns the object identifier of the activity that has been claimed.
|
ATID |
getATID()
Returns the object identifier of the activity template that is associated to the claimed activity.
|
ClientObjectWrapper |
getInputMessage()
Returns the input message of the claimed activity.
|
PIID |
getPIID()
Returns the object identifier of the process instance that has been created.
|
static final java.lang.String COPYRIGHT
PIID getPIID()
AIID getAIID()
ATID getATID()
java.lang.String getActivityName()
ClientObjectWrapper getInputMessage()