Uses of Class
org.activiti.cloud.services.security.TaskVariableLookupRestrictionService
Packages that use TaskVariableLookupRestrictionService
-
Uses of TaskVariableLookupRestrictionService in org.activiti.cloud.conf
Methods in org.activiti.cloud.conf that return TaskVariableLookupRestrictionServiceModifier and TypeMethodDescriptionQueryRestWebMvcAutoConfiguration.taskVariableLookupRestrictionService(TaskLookupRestrictionService taskLookupRestrictionService) -
Uses of TaskVariableLookupRestrictionService in org.activiti.cloud.services.security
Constructors in org.activiti.cloud.services.security with parameters of type TaskVariableLookupRestrictionServiceModifierConstructorDescriptionActivitiRestrictedKeysProvider(jakarta.persistence.EntityManagerFactory entityManagerFactory, ProcessDefinitionRestrictionService processDefinitionRestrictionService, ProcessInstanceRestrictionService processInstanceRestrictionService, ProcessVariableRestrictionService processVariableRestrictionService, TaskLookupRestrictionService taskLookupRestrictionService, TaskVariableLookupRestrictionService taskVariableLookupRestrictionService, List<String> unrestrictedRoles)