Uses of Interface
com.flowable.action.api.repository.ActionRepositoryService
Package
Description
-
Uses of ActionRepositoryService in com.flowable.action.api
-
Uses of ActionRepositoryService in com.flowable.action.engine
Modifier and TypeFieldDescriptionprotected ActionRepositoryService
ActionEngineConfiguration.actionRepositoryService
Modifier and TypeMethodDescriptionActionEngine.getActionRepositoryService()
ActionEngineConfiguration.getActionRepositoryService()
Modifier and TypeMethodDescriptionvoid
ActionEngineConfiguration.setActionRepositoryService
(ActionRepositoryService actionRepositoryService) -
Uses of ActionRepositoryService in com.flowable.action.engine.autodeployment
Modifier and TypeMethodDescriptionprotected void
DefaultAutoDeploymentStrategy.deploy
(String deploymentName, Collection<Resource> resources, ActionRepositoryService actionRepositoryService, String tenantId) -
Uses of ActionRepositoryService in com.flowable.action.engine.impl
Modifier and TypeFieldDescriptionprotected ActionRepositoryService
ActionEngineImpl.actionRepositoryService
-
Uses of ActionRepositoryService in com.flowable.action.engine.impl.repository
-
Uses of ActionRepositoryService in com.flowable.action.engine.impl.util
Modifier and TypeMethodDescriptionstatic ActionRepositoryService
CommandContextUtil.getActionRepositoryService()
static ActionRepositoryService
CommandContextUtil.getActionRepositoryService
(CommandContext commandContext) -
Uses of ActionRepositoryService in com.flowable.platform.service.app
Modifier and TypeFieldDescriptionprotected ActionRepositoryService
PlatformAppService.actionRepositoryService