Uses of Interface
com.flowable.policy.api.repository.PolicyRepositoryService
Packages that use PolicyRepositoryService
Package
Description
-
Uses of PolicyRepositoryService in com.flowable.platform.security.service
Fields in com.flowable.platform.security.service declared as PolicyRepositoryServiceModifier and TypeFieldDescriptionprotected PolicyRepositoryService
AbstractPlatformSecurityService.policyRepositoryService
-
Uses of PolicyRepositoryService in com.flowable.platform.service
Methods in com.flowable.platform.service with parameters of type PolicyRepositoryServiceModifier and TypeMethodDescriptionprotected SecurityPolicyModel
BasePlatformInterceptor.getDefaultSecurityPolicyModel
(String tenantId, PolicyRepositoryService policyRepositoryService) -
Uses of PolicyRepositoryService in com.flowable.platform.service.util
Methods in com.flowable.platform.service.util with parameters of type PolicyRepositoryServiceModifier and TypeMethodDescriptionstatic void
PlatformAppUtil.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) -
Uses of PolicyRepositoryService in com.flowable.policy.api
Methods in com.flowable.policy.api that return PolicyRepositoryService -
Uses of PolicyRepositoryService in com.flowable.policy.engine
Fields in com.flowable.policy.engine declared as PolicyRepositoryServiceModifier and TypeFieldDescriptionprotected PolicyRepositoryService
PolicyEngineConfiguration.policyRepositoryService
Methods in com.flowable.policy.engine that return PolicyRepositoryServiceModifier and TypeMethodDescriptionPolicyEngine.getPolicyRepositoryService()
PolicyEngineConfiguration.getPolicyRepositoryService()
Methods in com.flowable.policy.engine with parameters of type PolicyRepositoryServiceModifier and TypeMethodDescriptionvoid
PolicyEngineConfiguration.setPolicyRepositoryService
(PolicyRepositoryService policyRepositoryService) -
Uses of PolicyRepositoryService in com.flowable.policy.engine.autodeployment
Methods in com.flowable.policy.engine.autodeployment with parameters of type PolicyRepositoryServiceModifier and TypeMethodDescriptionprotected void
DefaultAutoDeploymentStrategy.deploy
(String deploymentNameHint, Collection<Resource> resources, PolicyRepositoryService policyRepositoryService, String tenantId) -
Uses of PolicyRepositoryService in com.flowable.policy.engine.impl
Fields in com.flowable.policy.engine.impl declared as PolicyRepositoryServiceModifier and TypeFieldDescriptionprotected PolicyRepositoryService
PolicyEngineImpl.policyRepositoryService
Methods in com.flowable.policy.engine.impl that return PolicyRepositoryService -
Uses of PolicyRepositoryService in com.flowable.policy.engine.impl.repository
Classes in com.flowable.policy.engine.impl.repository that implement PolicyRepositoryService -
Uses of PolicyRepositoryService in com.flowable.policy.engine.impl.util
Methods in com.flowable.policy.engine.impl.util that return PolicyRepositoryServiceModifier and TypeMethodDescriptionstatic PolicyRepositoryService
CommandContextUtil.getPolicyRepositoryService()
static PolicyRepositoryService
CommandContextUtil.getPolicyRepositoryService
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)