Uses of Interface
com.flowable.action.api.repository.ActionRepositoryService
Packages that use ActionRepositoryService
Package
Description
-
Uses of ActionRepositoryService in com.flowable.action.api
Methods in com.flowable.action.api that return ActionRepositoryService -
Uses of ActionRepositoryService in com.flowable.action.engine
Fields in com.flowable.action.engine declared as ActionRepositoryServiceModifier and TypeFieldDescriptionprotected ActionRepositoryService
ActionEngineConfiguration.actionRepositoryService
Methods in com.flowable.action.engine that return ActionRepositoryServiceModifier and TypeMethodDescriptionActionEngine.getActionRepositoryService()
ActionEngineConfiguration.getActionRepositoryService()
Methods in com.flowable.action.engine with parameters of type ActionRepositoryServiceModifier and TypeMethodDescriptionvoid
ActionEngineConfiguration.setActionRepositoryService
(ActionRepositoryService actionRepositoryService) -
Uses of ActionRepositoryService in com.flowable.action.engine.autodeployment
Methods in com.flowable.action.engine.autodeployment with parameters of type ActionRepositoryServiceModifier and TypeMethodDescriptionprotected void
DefaultAutoDeploymentStrategy.deploy
(String deploymentName, Collection<Resource> resources, ActionRepositoryService actionRepositoryService, String tenantId) -
Uses of ActionRepositoryService in com.flowable.action.engine.impl
Fields in com.flowable.action.engine.impl declared as ActionRepositoryServiceModifier and TypeFieldDescriptionprotected ActionRepositoryService
ActionEngineImpl.actionRepositoryService
Methods in com.flowable.action.engine.impl that return ActionRepositoryService -
Uses of ActionRepositoryService in com.flowable.action.engine.impl.repository
Classes in com.flowable.action.engine.impl.repository that implement ActionRepositoryService -
Uses of ActionRepositoryService in com.flowable.action.engine.impl.util
Methods in com.flowable.action.engine.impl.util that return ActionRepositoryServiceModifier and TypeMethodDescriptionstatic ActionRepositoryService
CommandContextUtil.getActionRepositoryService()
static ActionRepositoryService
CommandContextUtil.getActionRepositoryService
(CommandContext commandContext) -
Uses of ActionRepositoryService in com.flowable.platform.service.app
Fields in com.flowable.platform.service.app declared as ActionRepositoryServiceModifier and TypeFieldDescriptionprotected ActionRepositoryService
PlatformAppService.actionRepositoryService