Class ReopenConversationCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
-
- com.flowable.engage.engine.impl.cmd.ReopenConversationCmd
-
- All Implemented Interfaces:
Command<ConversationEntity>
public class ReopenConversationCmd extends BaseUpdateConversationCmd
-
-
Field Summary
-
Fields inherited from class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
conversationId, fetchIdentityLinks
-
-
Constructor Summary
Constructors Constructor Description ReopenConversationCmd(String conversationId)
-
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
-
-
-
-
Constructor Detail
-
ReopenConversationCmd
public ReopenConversationCmd(String conversationId)
-
-
Method Detail
-
modifyConversationBeforeUpdate
protected void modifyConversationBeforeUpdate(CommandContext commandContext, ConversationEntity entity)
- Specified by:
modifyConversationBeforeUpdate
in classBaseUpdateConversationCmd
-
-