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