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 PolicyRepositoryServiceAbstractPlatformSecurityService.policyRepositoryService -
Uses of PolicyRepositoryService in com.flowable.platform.service
Methods in com.flowable.platform.service with parameters of type PolicyRepositoryServiceModifier and TypeMethodDescriptionprotected SecurityPolicyModelBasePlatformInterceptor.getDefaultSecurityPolicyModel(String tenantId, PolicyRepositoryService policyRepositoryService) -
Uses of PolicyRepositoryService in com.flowable.platform.service.action
Fields in com.flowable.platform.service.action declared as PolicyRepositoryServiceModifier and TypeFieldDescriptionprotected final PolicyRepositoryServiceHistoricCaseInstanceActionFilter.policyRepositoryServiceprotected final PolicyRepositoryServiceHistoricProcessInstanceActionFilter.policyRepositoryServiceConstructors in com.flowable.platform.service.action with parameters of type PolicyRepositoryServiceModifierConstructorDescriptionHistoricCaseInstanceActionFilter(String defaultSecurityPolicyKey, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, PolicyRepositoryService policyRepositoryService) HistoricProcessInstanceActionFilter(String defaultSecurityPolicyKey, org.flowable.engine.RepositoryService repositoryService, org.flowable.engine.HistoryService historyService, 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 SecurityPolicyModelSecurityPolicyModelUtil.fetchCaseSecurityPolicyModel(org.flowable.cmmn.api.repository.CaseDefinition caseDefinition, String tenantId, String defaultSecurityPolicyKey, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService, PolicyRepositoryService policyRepositoryService) static SecurityPolicyModelSecurityPolicyModelUtil.fetchProcessSecurityPolicyModel(org.flowable.engine.repository.ProcessDefinition processDefinition, String tenantId, String defaultSecurityPolicyKey, org.flowable.engine.RepositoryService repositoryService, PolicyRepositoryService policyRepositoryService) protected static SecurityPolicyModelSecurityPolicyModelUtil.fetchSecurityPolicyModel(org.flowable.bpmn.model.Process process, String tenantId, String defaultSecurityPolicyKey, PolicyRepositoryService policyRepositoryService) protected static SecurityPolicyModelSecurityPolicyModelUtil.fetchSecurityPolicyModel(org.flowable.cmmn.model.Case caze, String tenantId, String defaultSecurityPolicyKey, PolicyRepositoryService policyRepositoryService) protected static SecurityPolicyModelSecurityPolicyModelUtil.getDefaultSecurityPolicyModel(String tenantId, String defaultSecurityPolicyKey, PolicyRepositoryService policyRepositoryService) protected static SecurityPolicyModelSecurityPolicyModelUtil.getSecurityPolicyModelByKey(String securityPolicyModelKey, String tenantId, String defaultSecurityPolicyKey, PolicyRepositoryService policyRepositoryService) -
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 PolicyRepositoryServicePolicyEngineConfiguration.policyRepositoryServiceMethods 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 TypeMethodDescriptionvoidPolicyEngineConfiguration.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 voidDefaultAutoDeploymentStrategy.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 PolicyRepositoryServicePolicyEngineImpl.policyRepositoryServiceMethods 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 PolicyRepositoryServiceCommandContextUtil.getPolicyRepositoryService()static PolicyRepositoryServiceCommandContextUtil.getPolicyRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)