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 TaskControllerHelperQueryRestWebMvcAutoConfiguration. taskControllerHelper(TaskRepository taskRepository, AlfrescoPagedModelAssembler<TaskEntity> pagedCollectionModelAssembler, TaskRepresentationModelAssembler taskRepresentationModelAssembler, TaskLookupRestrictionService taskLookupRestrictionService)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, TaskPermissionsHelper taskPermissionsHelper)TaskControllerHelper(TaskRepository taskRepository, AlfrescoPagedModelAssembler<TaskEntity> pagedCollectionModelAssembler, QueryDslPredicateAggregator predicateAggregator, TaskRepresentationModelAssembler taskRepresentationModelAssembler, TaskLookupRestrictionService taskLookupRestrictionService) -
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)
-