Uses of Interface
com.flowable.policy.api.repository.PolicyRepositoryService
Package
Description
-
Uses of PolicyRepositoryService in com.flowable.platform.security.service
Modifier and TypeFieldDescriptionprotected PolicyRepositoryService
AbstractPlatformSecurityService.policyRepositoryService
-
Uses of PolicyRepositoryService in com.flowable.platform.service
Modifier and TypeMethodDescriptionprotected SecurityPolicyModel
BasePlatformInterceptor.getDefaultSecurityPolicyModel
(String tenantId, PolicyRepositoryService policyRepositoryService) -
Uses of PolicyRepositoryService in com.flowable.policy.api
-
Uses of PolicyRepositoryService in com.flowable.policy.engine
Modifier and TypeFieldDescriptionprotected PolicyRepositoryService
PolicyEngineConfiguration.policyRepositoryService
Modifier and TypeMethodDescriptionPolicyEngine.getPolicyRepositoryService()
PolicyEngineConfiguration.getPolicyRepositoryService()
Modifier and TypeMethodDescriptionvoid
PolicyEngineConfiguration.setPolicyRepositoryService
(PolicyRepositoryService policyRepositoryService) -
Uses of PolicyRepositoryService in com.flowable.policy.engine.autodeployment
Modifier and TypeMethodDescriptionprotected void
DefaultAutoDeploymentStrategy.deploy
(String deploymentNameHint, Collection<Resource> resources, PolicyRepositoryService policyRepositoryService, String tenantId) -
Uses of PolicyRepositoryService in com.flowable.policy.engine.impl
Modifier and TypeFieldDescriptionprotected PolicyRepositoryService
PolicyEngineImpl.policyRepositoryService
-
Uses of PolicyRepositoryService in com.flowable.policy.engine.impl.repository
-
Uses of PolicyRepositoryService in com.flowable.policy.engine.impl.util
Modifier and TypeMethodDescriptionstatic PolicyRepositoryService
CommandContextUtil.getPolicyRepositoryService()
static PolicyRepositoryService
CommandContextUtil.getPolicyRepositoryService
(CommandContext commandContext)