Package org.operaton.bpm.engine.task
Interface Event
- All Known Implementing Classes:
CommentEntity
Deprecated, for removal: This API element is subject to removal in a future version.
Exposes twitter-like feeds for tasks and process instances.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.An attachment was added with the attachment name as message.static final StringDeprecated, for removal: This API element is subject to removal in a future version.An user comment was added with the short version of the comment as message.static final StringDeprecated, for removal: This API element is subject to removal in a future version.A group identity link was added with following message parts: [0] groupId [1] identity link type (aka role)static final StringDeprecated, for removal: This API element is subject to removal in a future version.A user identity link was added with following message parts: [0] userId [1] identity link type (aka role)static final StringDeprecated, for removal: This API element is subject to removal in a future version.An attachment was deleted with the attachment name as message.static final StringDeprecated, for removal: This API element is subject to removal in a future version.A group identity link was added with following message parts: [0] groupId [1] identity link type (aka role)static final StringDeprecated, for removal: This API element is subject to removal in a future version.A user identity link was added with following message parts: [0] userId [1] identity link type (aka role) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Indicates the type of of action and also indicates the meaning of the parts as exposed ingetMessageParts()Deprecated, for removal: This API element is subject to removal in a future version.The message that can be used in case this action only has a single message part.Deprecated, for removal: This API element is subject to removal in a future version.The meaning of the message parts is defined by the action as you can find ingetAction()Deprecated, for removal: This API element is subject to removal in a future version.reference to the process instance on which this comment was madeDeprecated, for removal: This API element is subject to removal in a future version.reference to the task on which this comment was madegetTime()Deprecated, for removal: This API element is subject to removal in a future version.time and date when the user made the commentDeprecated, for removal: This API element is subject to removal in a future version.reference to the user that made the comment
-
Field Details
-
ACTION_ADD_USER_LINK
Deprecated, for removal: This API element is subject to removal in a future version.A user identity link was added with following message parts: [0] userId [1] identity link type (aka role)- See Also:
-
ACTION_DELETE_USER_LINK
Deprecated, for removal: This API element is subject to removal in a future version.A user identity link was added with following message parts: [0] userId [1] identity link type (aka role)- See Also:
-
ACTION_ADD_GROUP_LINK
Deprecated, for removal: This API element is subject to removal in a future version.A group identity link was added with following message parts: [0] groupId [1] identity link type (aka role)- See Also:
-
ACTION_DELETE_GROUP_LINK
Deprecated, for removal: This API element is subject to removal in a future version.A group identity link was added with following message parts: [0] groupId [1] identity link type (aka role)- See Also:
-
ACTION_ADD_COMMENT
Deprecated, for removal: This API element is subject to removal in a future version.An user comment was added with the short version of the comment as message.- See Also:
-
ACTION_ADD_ATTACHMENT
Deprecated, for removal: This API element is subject to removal in a future version.An attachment was added with the attachment name as message.- See Also:
-
ACTION_DELETE_ATTACHMENT
Deprecated, for removal: This API element is subject to removal in a future version.An attachment was deleted with the attachment name as message.- See Also:
-
-
Method Details
-
getAction
String getAction()Deprecated, for removal: This API element is subject to removal in a future version.Indicates the type of of action and also indicates the meaning of the parts as exposed ingetMessageParts() -
getMessageParts
Deprecated, for removal: This API element is subject to removal in a future version.The meaning of the message parts is defined by the action as you can find ingetAction() -
getMessage
String getMessage()Deprecated, for removal: This API element is subject to removal in a future version.The message that can be used in case this action only has a single message part. -
getUserId
String getUserId()Deprecated, for removal: This API element is subject to removal in a future version.reference to the user that made the comment -
getTime
Date getTime()Deprecated, for removal: This API element is subject to removal in a future version.time and date when the user made the comment -
getTaskId
String getTaskId()Deprecated, for removal: This API element is subject to removal in a future version.reference to the task on which this comment was made -
getProcessInstanceId
String getProcessInstanceId()Deprecated, for removal: This API element is subject to removal in a future version.reference to the process instance on which this comment was made
-
UserOperationLogEntryandUserOperationLogQuery.