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