Uses of Interface
com.flowable.action.api.bot.BotService
Package | Description |
---|---|
com.flowable.action.engine | |
com.flowable.platform.service.bot |
-
Uses of BotService in com.flowable.action.engine
Fields in com.flowable.action.engine with type parameters of type BotService Modifier and Type Field Description protected java.util.Map<java.lang.String,BotService>
ActionEngineConfiguration. botRegistry
Methods in com.flowable.action.engine that return types with arguments of type BotService Modifier and Type Method Description java.util.Map<java.lang.String,BotService>
ActionEngineConfiguration. getBotRegistry()
Methods in com.flowable.action.engine with parameters of type BotService Modifier and Type Method Description void
ActionEngineConfiguration. addBotService(java.lang.String key, BotService botService)
void
ActionEngineConfiguration. registerBotService(BotService botService)
void
ActionEngineConfiguration. unregisterBotService(BotService botService)
Method parameters in com.flowable.action.engine with type arguments of type BotService Modifier and Type Method Description void
ActionEngineConfiguration. setBotRegistry(java.util.Map<java.lang.String,BotService> botRegistry)
-
Uses of BotService in com.flowable.platform.service.bot
Classes in com.flowable.platform.service.bot that implement BotService Modifier and Type Class Description class
BpmnCancelProcessBot
class
BpmnCompletedUserTaskBot
class
BpmnInjectDynamicSubProcessBot
class
BpmnStartProcessInstanceBot
class
BpmnTestActionBot
class
CmmnCancelCaseBot
class
CmmnCompletedHumanTaskBot
class
CmmnStartCaseInstanceBot
class
CmmnStartPlanItemInstanceBot
A bot that handles actions originating from CMMN manual activates plan item instances.class
CmmnUserEventListenerBot
A bot that handles actions originating from CMMN user event listeners.class
PlatformSignalProcessBot
class
UserManagementBot
Implements a bot managing user based action definitions.