Uses of Class
org.activiti.cloud.services.security.ProcessVariableRestrictionService
-
Packages that use ProcessVariableRestrictionService Package Description org.activiti.cloud.conf org.activiti.cloud.services.security -
-
Uses of ProcessVariableRestrictionService in org.activiti.cloud.conf
Methods in org.activiti.cloud.conf that return ProcessVariableRestrictionService Modifier and Type Method Description ProcessVariableRestrictionServiceQueryRestWebMvcAutoConfiguration. processVariableRestrictionService(org.activiti.core.common.spring.security.policies.SecurityPoliciesManager securityPoliciesManager, ProcessInstanceVariableFilter processInstanceVariableFilter, ProcessDefinitionKeyBasedRestrictionBuilder restrictionBuilder)Methods in org.activiti.cloud.conf with parameters of type ProcessVariableRestrictionService Modifier and Type Method Description ProcessVariableLookupRestrictionServiceQueryRestWebMvcAutoConfiguration. variableLookupRestrictionService(ProcessVariableRestrictionService restrictionService) -
Uses of ProcessVariableRestrictionService in org.activiti.cloud.services.security
Constructors in org.activiti.cloud.services.security with parameters of type ProcessVariableRestrictionService Constructor Description ProcessVariableLookupRestrictionService(ProcessVariableRestrictionService restrictionService)
-