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 ActionRepositoryServiceActionEngineConfiguration.actionRepositoryServiceMethods 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 TypeMethodDescriptionvoidActionEngineConfiguration.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 voidDefaultAutoDeploymentStrategy.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 ActionRepositoryServiceActionEngineImpl.actionRepositoryServiceMethods 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 ActionRepositoryServiceCommandContextUtil.getActionRepositoryService()static ActionRepositoryServiceCommandContextUtil.getActionRepositoryService(CommandContext commandContext) -
Uses of ActionRepositoryService in com.flowable.platform.service.app
Fields in com.flowable.platform.service.app declared as ActionRepositoryServiceModifier and TypeFieldDescriptionprotected ActionRepositoryServicePlatformAppService.actionRepositoryService