Uses of Interface
com.flowable.action.api.intents.Intent
Packages that use Intent
Package
Description
-
Uses of Intent in com.flowable.action.api.bot
Fields in com.flowable.action.api.bot declared as IntentMethods in com.flowable.action.api.bot that return IntentModifier and TypeMethodDescriptionBaseBotActionResult.getIntent()BotActionResult.getIntent()Action to perform in the user interface right after executing the bot action.Constructors in com.flowable.action.api.bot with parameters of type IntentModifierConstructorDescriptionBaseBotActionResult(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
Methods in com.flowable.action.api.history that return Intent -
Uses of Intent in com.flowable.action.api.intents
Classes in com.flowable.action.api.intents that implement IntentFields in com.flowable.action.api.intents declared as IntentModifier and TypeFieldDescriptionstatic final IntentIntent.CONFIRMATION_MESSAGEstatic final IntentIntent.ERROR_MESSAGEstatic final IntentIntent.NOOPstatic final IntentIntent.REFRESHstatic final IntentIntent.REFRESH_CONVERSATIONstatic final IntentIntent.RELOADstatic final IntentIntent.SELECT_CONVERSATION -
Uses of Intent in com.flowable.action.engine.impl.cmd
Fields in com.flowable.action.engine.impl.cmd declared as IntentModifier and TypeFieldDescriptionprotected final IntentExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper.intentMethods in com.flowable.action.engine.impl.cmd that return IntentModifier and TypeMethodDescriptionExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper.getIntent()Constructors in com.flowable.action.engine.impl.cmd with parameters of type IntentModifierConstructorDescriptionActionInstanceExecutionResultWrapper(HistoricActionInstance historicActionInstance, Intent intent, com.fasterxml.jackson.databind.JsonNode executionPayload) -
Uses of Intent in com.flowable.platform.engine.impl.scripting
Fields in com.flowable.platform.engine.impl.scripting declared as IntentMethods in com.flowable.platform.engine.impl.scripting that return Intent -
Uses of Intent in com.flowable.platform.service.bot
Methods in com.flowable.platform.service.bot that return IntentMethods in com.flowable.platform.service.bot with parameters of type IntentModifier and TypeMethodDescriptionprotected BotActionResultAbstractStartWorkInstanceBot.createActionResult(String newInstanceId, Intent intent) Constructors in com.flowable.platform.service.bot with parameters of type IntentModifierConstructorDescriptionTestBotActionResult(com.fasterxml.jackson.databind.JsonNode payloadNode, Intent intent)
BaseBotActionResult(JsonNode, Intent)