Uses of Interface
com.flowable.policy.api.repository.PolicyRepositoryService
-
Uses of PolicyRepositoryService in com.flowable.platform.service
Methods in com.flowable.platform.service with parameters of type PolicyRepositoryService Modifier and Type Method Description protected SecurityPolicyModel
BasePlatformInterceptor. getDefaultSecurityPolicyModel(java.lang.String tenantId, PolicyRepositoryService policyRepositoryService)
-
Uses of PolicyRepositoryService in com.flowable.policy.api
Methods in com.flowable.policy.api that return PolicyRepositoryService Modifier and Type Method Description PolicyRepositoryService
PolicyEngineConfigurationApi. getPolicyRepositoryService()
-
Uses of PolicyRepositoryService in com.flowable.policy.engine
Fields in com.flowable.policy.engine declared as PolicyRepositoryService Modifier and Type Field Description protected PolicyRepositoryService
PolicyEngineConfiguration. policyRepositoryService
Methods in com.flowable.policy.engine that return PolicyRepositoryService Modifier and Type Method Description PolicyRepositoryService
PolicyEngine. getPolicyRepositoryService()
PolicyRepositoryService
PolicyEngineConfiguration. getPolicyRepositoryService()
Methods in com.flowable.policy.engine with parameters of type PolicyRepositoryService Modifier and Type Method Description void
PolicyEngineConfiguration. setPolicyRepositoryService(PolicyRepositoryService policyRepositoryService)
-
Uses of PolicyRepositoryService in com.flowable.policy.engine.autodeployment
Methods in com.flowable.policy.engine.autodeployment with parameters of type PolicyRepositoryService Modifier and Type Method Description protected void
DefaultAutoDeploymentStrategy. deploy(java.lang.String deploymentNameHint, java.util.Collection<org.springframework.core.io.Resource> resources, PolicyRepositoryService policyRepositoryService, java.lang.String tenantId)
-
Uses of PolicyRepositoryService in com.flowable.policy.engine.impl
Fields in com.flowable.policy.engine.impl declared as PolicyRepositoryService Modifier and Type Field Description protected PolicyRepositoryService
PolicyEngineImpl. policyRepositoryService
Methods in com.flowable.policy.engine.impl that return PolicyRepositoryService Modifier and Type Method Description PolicyRepositoryService
PolicyEngineImpl. getPolicyRepositoryService()
-
Uses of PolicyRepositoryService in com.flowable.policy.engine.impl.repository
Classes in com.flowable.policy.engine.impl.repository that implement PolicyRepositoryService Modifier and Type Class Description class
PolicyRepositoryServiceImpl
-
Uses of PolicyRepositoryService in com.flowable.policy.engine.impl.util
Methods in com.flowable.policy.engine.impl.util that return PolicyRepositoryService Modifier and Type Method Description static PolicyRepositoryService
CommandContextUtil. getPolicyRepositoryService()
static PolicyRepositoryService
CommandContextUtil. getPolicyRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)