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 ActionRepositoryServiceActionEngineConfigurationApi. getActionRepositoryService() -
Uses of ActionRepositoryService in com.flowable.action.engine
Fields in com.flowable.action.engine declared as ActionRepositoryService Modifier and Type Field Description protected ActionRepositoryServiceActionEngineConfiguration. actionRepositoryServiceMethods in com.flowable.action.engine that return ActionRepositoryService Modifier and Type Method Description ActionRepositoryServiceActionEngine. getActionRepositoryService()ActionRepositoryServiceActionEngineConfiguration. getActionRepositoryService()Methods in com.flowable.action.engine with parameters of type ActionRepositoryService Modifier and Type Method Description voidActionEngineConfiguration. 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 voidDefaultAutoDeploymentStrategy. 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 ActionRepositoryServiceActionEngineImpl. actionRepositoryServiceMethods in com.flowable.action.engine.impl that return ActionRepositoryService Modifier and Type Method Description ActionRepositoryServiceActionEngineImpl. 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 classActionRepositoryServiceImpl -
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 ActionRepositoryServiceCommandContextUtil. getActionRepositoryService()static ActionRepositoryServiceCommandContextUtil. 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 ActionRepositoryServiceBaseActionResource. 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 ActionDefinitionQueryActionDefinitionQueryMapper. createQuery(ActionRepositoryService repositoryService)ActionDefinitionQueryActionDefinitionQueryMapper. toQuery(ScopedActionDefinitionQueryRequest request, java.lang.String scopeType, ActionRepositoryService repositoryService)ActionDefinitionQueryActionDefinitionQueryMapperImpl. 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 ActionRepositoryServiceActionDefinitionResource. actionRepositoryServiceprotected ActionRepositoryServiceActionDeploymentCollectionResource. actionRepositoryServiceprotected ActionRepositoryServiceActionDeploymentResource. actionRepositoryServiceprotected ActionRepositoryServiceActionDeploymentResourceDataResource. actionRepositoryServiceConstructors 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 ActionRepositoryServicePlatformAppService. actionRepositoryService