Uses of Interface
com.flowable.action.api.intents.Intent
Package
Description
-
Uses of Intent in com.flowable.action.api.bot
Modifier and TypeMethodDescriptionBaseBotActionResult.getIntent()
BotActionResult.getIntent()
Action to perform in the user interface right after executing the bot action.ModifierConstructorDescriptionBaseBotActionResult
(com.fasterxml.jackson.databind.JsonNode payloadNode, Intent intent) BaseBotActionResult
(Map<String, Object> payload, Intent intent) Deprecated. -
Uses of Intent in com.flowable.action.api.history
-
Uses of Intent in com.flowable.action.api.intents
Modifier and TypeFieldDescriptionstatic final Intent
Intent.CONFIRMATION_MESSAGE
static final Intent
Intent.ERROR_MESSAGE
static final Intent
Intent.NOOP
static final Intent
Intent.REFRESH
static final Intent
Intent.REFRESH_CONVERSATION
static final Intent
Intent.RELOAD
static final Intent
Intent.SELECT_CONVERSATION
-
Uses of Intent in com.flowable.action.engine.impl.cmd
Modifier and TypeFieldDescriptionprotected final Intent
ExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper.intent
Modifier and TypeMethodDescriptionExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper.getIntent()
ModifierConstructorDescriptionActionInstanceExecutionResultWrapper
(HistoricActionInstance historicActionInstance, Intent intent, com.fasterxml.jackson.databind.JsonNode executionPayload) -
Uses of Intent in com.flowable.platform.engine.impl.scripting
-
Uses of Intent in com.flowable.platform.service.bot
Modifier and TypeMethodDescriptionprotected BotActionResult
AbstractStartWorkInstanceBot.createActionResult
(String newInstanceId, Intent intent) ModifierConstructorDescriptionTestBotActionResult
(com.fasterxml.jackson.databind.JsonNode payloadNode, Intent intent)
BaseBotActionResult(JsonNode, Intent)