Uses of Class
com.netgrif.application.engine.workflow.web.requestbodies.TaskSearchRequest
- 
- 
Uses of TaskSearchRequest in com.netgrif.application.engine.elastic.service
Methods in com.netgrif.application.engine.elastic.service with parameters of type TaskSearchRequest Modifier and Type Method Description booleanElasticTaskService. buildGroupQuery(TaskSearchRequest request, LoggedUser user, java.util.Locale locale, org.elasticsearch.index.query.BoolQueryBuilder query)Tasks of cases of group with id "5cb07b6ff05be15f0b972c4d" { "group": "5cb07b6ff05be15f0b972c4d" } - 
Uses of TaskSearchRequest in com.netgrif.application.engine.elastic.web.requestbodies
Subclasses of TaskSearchRequest in com.netgrif.application.engine.elastic.web.requestbodies Modifier and Type Class Description classElasticTaskSearchRequest - 
Uses of TaskSearchRequest in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service with parameters of type TaskSearchRequest Modifier and Type Method Description booleanTaskSearchService. buildGroupQuery(TaskSearchRequest request, LoggedUser user, java.util.Locale locale, com.querydsl.core.BooleanBuilder query)Method parameters in com.netgrif.application.engine.workflow.service with type arguments of type TaskSearchRequest Modifier and Type Method Description com.querydsl.core.types.PredicateTaskSearchService. buildQuery(java.util.List<TaskSearchRequest> requests, LoggedUser user, java.util.Locale locale, java.lang.Boolean isIntersection)longTaskService. count(java.util.List<TaskSearchRequest> requests, LoggedUser user, java.util.Locale locale, java.lang.Boolean isIntersection)org.springframework.data.domain.Page<Task>TaskService. search(java.util.List<TaskSearchRequest> requests, org.springframework.data.domain.Pageable pageable, LoggedUser user, java.util.Locale locale, java.lang.Boolean isIntersection) - 
Uses of TaskSearchRequest in com.netgrif.application.engine.workflow.service.interfaces
Method parameters in com.netgrif.application.engine.workflow.service.interfaces with type arguments of type TaskSearchRequest Modifier and Type Method Description longITaskService. count(java.util.List<TaskSearchRequest> requests, LoggedUser user, java.util.Locale locale, java.lang.Boolean isIntersection)org.springframework.data.domain.Page<Task>ITaskService. search(java.util.List<TaskSearchRequest> requests, org.springframework.data.domain.Pageable pageable, LoggedUser user, java.util.Locale locale, java.lang.Boolean isIntersection) 
 -