Uses of Class
org.activiti.cloud.services.security.TaskLookupRestrictionService
Packages that use TaskLookupRestrictionService
Package
Description
-
Uses of TaskLookupRestrictionService in org.activiti.cloud.conf
Methods in org.activiti.cloud.conf that return TaskLookupRestrictionServiceModifier and TypeMethodDescriptionQueryRestWebMvcAutoConfiguration.taskLookupRestrictionService(org.activiti.api.runtime.shared.security.SecurityManager securityManager) Methods in org.activiti.cloud.conf with parameters of type TaskLookupRestrictionServiceModifier and TypeMethodDescriptionQueryRestWebMvcAutoConfiguration.taskControllerHelper(TaskRepository taskRepository, TaskCandidateUserRepository taskCandidateUserRepository, TaskCandidateGroupRepository taskCandidateGroupRepository, ProcessVariableService processVariableService, AlfrescoPagedModelAssembler<TaskEntity> pagedCollectionModelAssembler, TaskRepresentationModelAssembler taskRepresentationModelAssembler, TaskLookupRestrictionService taskLookupRestrictionService, org.activiti.api.runtime.shared.security.SecurityManager securityManager) QueryRestWebMvcAutoConfiguration.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 TaskLookupRestrictionServiceModifierConstructorDescriptionTaskController(TaskRepository taskRepository, TaskRepresentationModelAssembler taskRepresentationModelAssembler, EntityFinder entityFinder, TaskLookupRestrictionService taskLookupRestrictionService, org.activiti.api.runtime.shared.security.SecurityManager securityManager, TaskControllerHelper taskControllerHelper, TaskPermissionsHelper taskPermissionsHelper) TaskControllerHelper(TaskRepository taskRepository, TaskCandidateUserRepository taskCandidateUserRepository, TaskCandidateGroupRepository taskCandidateGroupRepository, ProcessVariableService processVariableService, AlfrescoPagedModelAssembler<TaskEntity> pagedCollectionModelAssembler, QueryDslPredicateAggregator predicateAggregator, TaskRepresentationModelAssembler taskRepresentationModelAssembler, TaskLookupRestrictionService taskLookupRestrictionService, org.activiti.api.runtime.shared.security.SecurityManager securityManager) -
Uses of TaskLookupRestrictionService in org.activiti.cloud.services.security
Constructors in org.activiti.cloud.services.security with parameters of type TaskLookupRestrictionServiceModifierConstructorDescriptionTaskVariableLookupRestrictionService(TaskLookupRestrictionService taskLookupRestrictionService)