Uses of Interface
com.flowable.action.api.repository.ActionRepositoryService
-
Uses of ActionRepositoryService in com.flowable.action.api
Methods in com.flowable.action.api that return ActionRepositoryService Modifier and Type Method Description ActionRepositoryService
ActionEngineConfigurationApi. getActionRepositoryService()
-
Uses of ActionRepositoryService in com.flowable.action.engine
Fields in com.flowable.action.engine declared as ActionRepositoryService Modifier and Type Field Description protected ActionRepositoryService
ActionEngineConfiguration. actionRepositoryService
Methods in com.flowable.action.engine that return ActionRepositoryService Modifier and Type Method Description ActionRepositoryService
ActionEngine. getActionRepositoryService()
ActionRepositoryService
ActionEngineConfiguration. getActionRepositoryService()
Methods in com.flowable.action.engine with parameters of type ActionRepositoryService Modifier and Type Method Description void
ActionEngineConfiguration. setActionRepositoryService(ActionRepositoryService actionRepositoryService)
-
Uses of ActionRepositoryService in com.flowable.action.engine.autodeployment
Methods in com.flowable.action.engine.autodeployment with parameters of type ActionRepositoryService Modifier and Type Method Description protected void
DefaultAutoDeploymentStrategy. deploy(java.lang.String deploymentName, java.util.Collection<org.springframework.core.io.Resource> resources, ActionRepositoryService actionRepositoryService, java.lang.String tenantId)
-
Uses of ActionRepositoryService in com.flowable.action.engine.impl
Fields in com.flowable.action.engine.impl declared as ActionRepositoryService Modifier and Type Field Description protected ActionRepositoryService
ActionEngineImpl. actionRepositoryService
Methods in com.flowable.action.engine.impl that return ActionRepositoryService Modifier and Type Method Description ActionRepositoryService
ActionEngineImpl. getActionRepositoryService()
-
Uses of ActionRepositoryService in com.flowable.action.engine.impl.repository
Classes in com.flowable.action.engine.impl.repository that implement ActionRepositoryService Modifier and Type Class Description class
ActionRepositoryServiceImpl
-
Uses of ActionRepositoryService in com.flowable.action.engine.impl.util
Methods in com.flowable.action.engine.impl.util that return ActionRepositoryService Modifier and Type Method Description static ActionRepositoryService
CommandContextUtil. getActionRepositoryService()
static ActionRepositoryService
CommandContextUtil. getActionRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of ActionRepositoryService in com.flowable.platform.service.app
Fields in com.flowable.platform.service.app declared as ActionRepositoryService Modifier and Type Field Description protected ActionRepositoryService
PlatformAppService. actionRepositoryService