Class SetConversationReferenceCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
com.flowable.engage.engine.impl.cmd.SetConversationReferenceCmd
- All Implemented Interfaces:
Command<ConversationEntity>
Sets or updates the referenced work item of a conversation using its id, type and optional definition id.
- Author:
- Micha Kiener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
protected final String
protected final String
Fields inherited from class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
conversationId, fetchIdentityLinks
-
Constructor Summary
ConstructorsConstructorDescriptionSetConversationReferenceCmd
(String conversationId, String referenceId, String referenceType, String referenceDefinitionId) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
modifyConversationBeforeUpdate
(CommandContext commandContext, ConversationEntity entity) Methods inherited from class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
execute, getConversationId
-
Field Details
-
referenceId
-
referenceType
-
referenceDefinitionId
-
-
Constructor Details
-
SetConversationReferenceCmd
-
-
Method Details
-
modifyConversationBeforeUpdate
protected void modifyConversationBeforeUpdate(CommandContext commandContext, ConversationEntity entity) - Specified by:
modifyConversationBeforeUpdate
in classBaseUpdateConversationCmd
-