Interface IProcessInstance
- All Superinterfaces:
Serializable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionSame as commentgetOwner()Deprecated.intgetSca()getTitle()To do create class comment which delegates to task commentvoidsetApplicationContext(String context) voidsetConversationID(String conversationID) voidsetCreator(String value) voidsetCubeInstanceId(String value) voidsetIdentityContext(String context) voidsetOwner(String value, IIdentityType.IDENTITY_TYPE type) voidsetPriority(int priority) voidsetProcessDN(String dn) voidsetRemoveAssignees(List<IIdentityType> assignee) voidvoidsetStartDate(Calendar value) void
-
Field Details
-
BPMN_COMPONENT_TYPE
- See Also:
-
-
Method Details
-
setConversationID
-
getConversationID
String getConversationID() -
getOwnerType
IIdentityType getOwnerType() -
setTitle
-
getTitle
String getTitle() -
setCreator
-
getCreator
String getCreator() -
setOwner
-
getOwner
String getOwner()Deprecated.- Returns:
-
getUserComment
List getUserComment()To do create class comment which delegates to task comment- Returns:
-
getAttachment
List getAttachment()Same as comment- Returns:
-
setStartDate
-
setCubeInstanceId
-
getCubeInstanceId
String getCubeInstanceId() -
setSca
-
getSca
ScaType getSca() -
getSystemAttributes
IProcessSystemAttributes getSystemAttributes() -
getFlexAttributes
IProcessFlexAttributes getFlexAttributes() -
getProcessDN
String getProcessDN() -
setProcessDN
-
getProcessName
String getProcessName() -
setIdentityContext
-
getIdentityContext
String getIdentityContext() -
setApplicationContext
-
getApplicationContext
String getApplicationContext() -
setPriority
void setPriority(int priority) -
getPriority
int getPriority() -
getCallback
CallbackType getCallback() -
getRemoveAssignees
List<IIdentityType> getRemoveAssignees() -
setRemoveAssignees
-