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(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 ActionRepositoryServiceModifier and TypeFieldDescriptionprotected ActionRepositoryServicePlatformAppService.actionRepositoryService -
Uses of ActionRepositoryService in com.flowable.platform.service.util
Methods in com.flowable.platform.service.util with parameters of type ActionRepositoryServiceModifier and TypeMethodDescriptionstatic voidPlatformAppUtil.deleteAppArtefacts(String parentDeploymentId, boolean cascade, org.flowable.engine.RepositoryService repositoryService, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService, CoreAppRepositoryService appRepositoryService, org.flowable.dmn.api.DmnRepositoryService dmnRepositoryService, org.flowable.form.api.FormRepositoryService formRepositoryService, DocumentRepositoryService documentRepositoryService, ActionRepositoryService actionRepositoryService, TemplateRepositoryService templateRepositoryService, DataObjectRepositoryService dataObjectRepositoryService, ServiceRegistryRepositoryService serviceRegistryRepositoryService, org.flowable.eventregistry.api.EventRepositoryService eventRepositoryService, PlatformRepositoryService platformRepositoryService, PolicyRepositoryService policyRepositoryService, AgentRepositoryService agentRepositoryService)