All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
afterPersist(CommandContext commandContext,
MessageEntity entity) |
protected void |
beforePersist(CommandContext commandContext,
MessageEntity entity) |
protected void |
checkActionInstanceExists(String actionInstanceId,
CommandContext commandContext) |
protected void |
checkReplyToMessageIdExists(String replyToMessageId,
CommandContext commandContext) |
protected ActionInstance |
createActionInstance(CommandContext commandContext,
ActionDefinition actionDefinition,
MessageBuilderImpl messageBuilder,
String tenantId) |
protected MessageEntity |
createEntity(CommandContext commandContext) |
protected MessageEntity |
createMessage(CommandContext commandContext,
MessageBuilderImpl messageBuilder,
Conversation conversation) |
MessageEntity |
execute(CommandContext commandContext) |
protected ActionDefinition |
findActionDefinition(CommandContext commandContext,
String actionDefinitionId,
String actionDefinitionKey,
String tenantId) |
MessageBuilderImpl |
getMessageBuilder() |
protected MessageEntityManager |
getMessageEntityManager(CommandContext commandContext) |
protected String |
getOrRenderMainContent(CommandContext commandContext,
Conversation conversation,
MessageBuilderImpl messageBuilder) |
protected ConversationEntity |
retrieveConversation(String conversationId,
CommandContext commandContext) |
protected void |
validateCommand() |