Uses of Interface
com.flowable.action.api.manage.ActionManagementService
-
-
Uses of ActionManagementService in com.flowable.action.api
Methods in com.flowable.action.api that return ActionManagementService Modifier and Type Method Description ActionManagementService
ActionEngineConfigurationApi. getActionManagementService()
-
Uses of ActionManagementService in com.flowable.action.engine
Fields in com.flowable.action.engine declared as ActionManagementService Modifier and Type Field Description protected ActionManagementService
ActionEngineConfiguration. actionManagementService
Methods in com.flowable.action.engine that return ActionManagementService Modifier and Type Method Description ActionManagementService
ActionEngine. getActionManagementService()
ActionManagementService
ActionEngineConfiguration. getActionManagementService()
Methods in com.flowable.action.engine with parameters of type ActionManagementService Modifier and Type Method Description void
ActionEngineConfiguration. setActionManagementService(ActionManagementService actionManagementService)
-
Uses of ActionManagementService in com.flowable.action.engine.impl
Fields in com.flowable.action.engine.impl declared as ActionManagementService Modifier and Type Field Description protected ActionManagementService
ActionEngineImpl. actionManagementService
Methods in com.flowable.action.engine.impl that return ActionManagementService Modifier and Type Method Description ActionManagementService
ActionEngineImpl. getActionManagementService()
-
Uses of ActionManagementService in com.flowable.action.engine.impl.manage
Classes in com.flowable.action.engine.impl.manage that implement ActionManagementService Modifier and Type Class Description class
ActionManagementServiceImpl
-
Uses of ActionManagementService in com.flowable.platform.engine.impl.management
Methods in com.flowable.platform.engine.impl.management that return ActionManagementService Modifier and Type Method Description protected ActionManagementService
PlatformChangeTenantIdBuilderImpl. getActionManagementService(CommandContext commandContext)
-