Class ReopenConversationCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
com.flowable.engage.engine.impl.cmd.ReopenConversationCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.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(java.lang.String conversationId)
-
Method Summary
Modifier and Type Method Description protected void
modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ConversationEntity entity)
Methods inherited from class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
execute, getConversationId
-
Constructor Details
-
ReopenConversationCmd
public ReopenConversationCmd(java.lang.String conversationId)
-
-
Method Details
-
modifyConversationBeforeUpdate
protected void modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ConversationEntity entity)- Specified by:
modifyConversationBeforeUpdate
in classBaseUpdateConversationCmd
-