Class UpdateConversationAvatarIdCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
com.flowable.engage.engine.impl.cmd.UpdateConversationAvatarIdCmd
- All Implemented Interfaces:
Command<ConversationEntity>
-
Field Summary
FieldsFields inherited from class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
conversationId, fetchIdentityLinks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
modifyConversationBeforeUpdate
(CommandContext commandContext, ConversationEntity entity) Methods inherited from class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
execute, getConversationId
-
Field Details
-
avatarId
-
-
Constructor Details
-
UpdateConversationAvatarIdCmd
-
-
Method Details
-
modifyConversationBeforeUpdate
protected void modifyConversationBeforeUpdate(CommandContext commandContext, ConversationEntity entity) - Specified by:
modifyConversationBeforeUpdate
in classBaseUpdateConversationCmd
-