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. botRegistryMethods 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 voidActionEngineConfiguration. addBotService(java.lang.String key, BotService botService)voidActionEngineConfiguration. registerBotService(BotService botService)voidActionEngineConfiguration. unregisterBotService(BotService botService)Method parameters in com.flowable.action.engine with type arguments of type BotService Modifier and Type Method Description voidActionEngineConfiguration. 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 classBpmnCancelProcessBotclassBpmnCompletedUserTaskBotclassBpmnInjectDynamicSubProcessBotclassBpmnStartProcessInstanceBotclassBpmnTestActionBotclassCmmnCancelCaseBotclassCmmnCompletedHumanTaskBotclassCmmnStartCaseInstanceBotclassCmmnStartPlanItemInstanceBotA bot that handles actions originating from CMMN manual activates plan item instances.classCmmnUserEventListenerBotA bot that handles actions originating from CMMN user event listeners.classPlatformSignalProcessBotclassUserManagementBotImplements a bot managing user based action definitions.