public abstract class BaseUpdateConversationCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<ConversationEntity>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conversationId |
protected boolean |
fetchIdentityLinks |
| Modifier and Type | Method and Description |
|---|---|
ConversationEntity |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected String |
getConversationId() |
protected abstract void |
modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity entity) |
protected final String conversationId
protected final boolean fetchIdentityLinks
public ConversationEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<ConversationEntity>protected abstract void modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity entity)
protected String getConversationId()
Copyright © 2019. All rights reserved.