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.action.rest.service.api.action
Fields in com.flowable.action.rest.service.api.action declared as ActionRepositoryService Modifier and Type Field Description protected ActionRepositoryService
BaseActionResource. actionRepositoryService
-
Uses of ActionRepositoryService in com.flowable.action.rest.service.api.mapper.definition
Methods in com.flowable.action.rest.service.api.mapper.definition with parameters of type ActionRepositoryService Modifier and Type Method Description static ActionDefinitionQuery
ActionDefinitionQueryMapper. createQuery(ActionRepositoryService repositoryService)
ActionDefinitionQuery
ActionDefinitionQueryMapper. toQuery(ScopedActionDefinitionQueryRequest request, java.lang.String scopeType, ActionRepositoryService repositoryService)
ActionDefinitionQuery
ActionDefinitionQueryMapperImpl. toQuery(ScopedActionDefinitionQueryRequest request, java.lang.String scopeType, ActionRepositoryService repositoryService)
-
Uses of ActionRepositoryService in com.flowable.action.rest.service.api.repository
Fields in com.flowable.action.rest.service.api.repository declared as ActionRepositoryService Modifier and Type Field Description protected ActionRepositoryService
ActionDefinitionResource. actionRepositoryService
protected ActionRepositoryService
ActionDeploymentCollectionResource. actionRepositoryService
protected ActionRepositoryService
ActionDeploymentResource. actionRepositoryService
protected ActionRepositoryService
ActionDeploymentResourceDataResource. actionRepositoryService
Constructors in com.flowable.action.rest.service.api.repository with parameters of type ActionRepositoryService Constructor Description ActionDefinitionResource(org.springframework.beans.factory.ObjectProvider<ActionTemplateService> actionTemplateServiceProvider, ActionRepositoryService actionRepositoryService)
-
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