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