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