Uses of Class
org.activiti.cloud.services.security.TaskLookupRestrictionService
-
Packages that use TaskLookupRestrictionService Package Description org.activiti.cloud.conf org.activiti.cloud.services.query.rest org.activiti.cloud.services.security -
-
Uses of TaskLookupRestrictionService in org.activiti.cloud.conf
Methods in org.activiti.cloud.conf that return TaskLookupRestrictionService Modifier and Type Method Description TaskLookupRestrictionServiceQueryRestWebMvcAutoConfiguration. taskLookupRestrictionService(org.activiti.api.runtime.shared.security.SecurityManager securityManager)Methods in org.activiti.cloud.conf with parameters of type TaskLookupRestrictionService Modifier and Type Method Description TaskVariableLookupRestrictionServiceQueryRestWebMvcAutoConfiguration. taskVariableLookupRestrictionService(TaskLookupRestrictionService taskLookupRestrictionService) -
Uses of TaskLookupRestrictionService in org.activiti.cloud.services.query.rest
Constructors in org.activiti.cloud.services.query.rest with parameters of type TaskLookupRestrictionService Constructor Description TaskController(TaskRepository taskRepository, TaskRepresentationModelAssembler taskRepresentationModelAssembler, EntityFinder entityFinder, TaskLookupRestrictionService taskLookupRestrictionService, org.activiti.api.runtime.shared.security.SecurityManager securityManager, TaskControllerHelper taskControllerHelper) -
Uses of TaskLookupRestrictionService in org.activiti.cloud.services.security
Constructors in org.activiti.cloud.services.security with parameters of type TaskLookupRestrictionService Constructor Description TaskVariableLookupRestrictionService(TaskLookupRestrictionService taskLookupRestrictionService)
-