public abstract class BaseUpdateConversationCmd extends Object implements Command<ConversationEntity>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conversationId |
protected boolean |
fetchIdentityLinks |
| Modifier and Type | Method and Description |
|---|---|
ConversationEntity |
execute(CommandContext commandContext) |
protected String |
getConversationId() |
protected abstract void |
modifyConversationBeforeUpdate(CommandContext commandContext,
ConversationEntity entity) |
protected final String conversationId
protected final boolean fetchIdentityLinks
public ConversationEntity execute(CommandContext commandContext)
execute in interface Command<ConversationEntity>protected abstract void modifyConversationBeforeUpdate(CommandContext commandContext, ConversationEntity entity)
protected String getConversationId()