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