Uses of Record Class
org.activiti.cloud.services.query.rest.payload.TaskSearchRequest
Packages that use TaskSearchRequest
Package
Description
-
Uses of TaskSearchRequest in org.activiti.cloud.services.query.rest
Methods in org.activiti.cloud.services.query.rest with parameters of type TaskSearchRequestModifier and TypeMethodDescriptionTaskAdminController.countTasks(TaskSearchRequest taskSearchRequest) TaskController.countTasks(TaskSearchRequest taskSearchRequest) TaskControllerHelper.countTasksRestricted(TaskSearchRequest taskSearchRequest) TaskControllerHelper.countTasksUnrestricted(TaskSearchRequest taskSearchRequest) org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<org.activiti.cloud.api.task.model.QueryCloudTask>> TaskAdminController.searchTasks(TaskSearchRequest taskSearchRequest, org.springframework.data.domain.Pageable pageable) org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<org.activiti.cloud.api.task.model.QueryCloudTask>> TaskController.searchTasks(TaskSearchRequest taskSearchRequest, org.springframework.data.domain.Pageable pageable) org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<org.activiti.cloud.api.task.model.QueryCloudTask>> TaskControllerHelper.searchTasksRestricted(TaskSearchRequest taskSearchRequest, org.springframework.data.domain.Pageable pageable) org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<org.activiti.cloud.api.task.model.QueryCloudTask>> TaskControllerHelper.searchTasksUnrestricted(TaskSearchRequest taskSearchRequest, org.springframework.data.domain.Pageable pageable) -
Uses of TaskSearchRequest in org.activiti.cloud.services.query.rest.specification
Methods in org.activiti.cloud.services.query.rest.specification with parameters of type TaskSearchRequestModifier and TypeMethodDescriptionstatic TaskSpecificationTaskSpecification.restricted(TaskSearchRequest taskSearchRequest, String userId, Collection<String> userGroups) Creates a specification that applies the filters and restricts the retrieved tasks based on the given user and groups.static TaskSpecificationTaskSpecification.unrestricted(TaskSearchRequest taskSearchRequest) Creates a specification that retrieve tasks that match filters in the request without restrictions related to any user.