Uses of Class
com.netgrif.application.engine.elastic.web.requestbodies.ElasticTaskSearchRequest
-
Packages that use ElasticTaskSearchRequest Package Description com.netgrif.application.engine.elastic.service com.netgrif.application.engine.elastic.service.interfaces -
-
Uses of ElasticTaskSearchRequest in com.netgrif.application.engine.elastic.service
Methods in com.netgrif.application.engine.elastic.service with parameters of type ElasticTaskSearchRequest Modifier and Type Method Description protected void
ElasticTaskService. addRolesQueryConstraint(ElasticTaskSearchRequest request, LoggedUser user)
Method parameters in com.netgrif.application.engine.elastic.service with type arguments of type ElasticTaskSearchRequest Modifier and Type Method Description long
ElasticTaskService. count(java.util.List<ElasticTaskSearchRequest> requests, LoggedUser user, java.util.Locale locale, java.lang.Boolean isIntersection)
org.springframework.data.domain.Page<Task>
ElasticTaskService. search(java.util.List<ElasticTaskSearchRequest> requests, LoggedUser user, org.springframework.data.domain.Pageable pageable, java.util.Locale locale, java.lang.Boolean isIntersection)
-
Uses of ElasticTaskSearchRequest in com.netgrif.application.engine.elastic.service.interfaces
Method parameters in com.netgrif.application.engine.elastic.service.interfaces with type arguments of type ElasticTaskSearchRequest Modifier and Type Method Description long
IElasticTaskService. count(java.util.List<ElasticTaskSearchRequest> requests, LoggedUser user, java.util.Locale locale, java.lang.Boolean isIntersection)
org.springframework.data.domain.Page<Task>
IElasticTaskService. search(java.util.List<ElasticTaskSearchRequest> requests, LoggedUser user, org.springframework.data.domain.Pageable pageable, java.util.Locale locale, java.lang.Boolean isIntersection)
-