Interface IProcessInstance
- All Superinterfaces:
Serializable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionSame as commentgetOwner()
Deprecated.int
getSca()
getTitle()
To do create class comment which delegates to task commentvoid
setApplicationContext
(String context) void
setConversationID
(String conversationID) void
setCreator
(String value) void
setCubeInstanceId
(String value) void
setIdentityContext
(String context) void
setOwner
(String value, IIdentityType.IDENTITY_TYPE type) void
setPriority
(int priority) void
setProcessDN
(String dn) void
setRemoveAssignees
(List<IIdentityType> assignee) void
void
setStartDate
(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
-