Uses of Class
com.netgrif.application.engine.elastic.web.requestbodies.CaseSearchRequest
-
-
Uses of CaseSearchRequest in com.netgrif.application.engine.elastic.service
Methods in com.netgrif.application.engine.elastic.service with parameters of type CaseSearchRequest Modifier and Type Method Description protected void
ElasticCaseService. buildAuthorQuery(CaseSearchRequest request, org.elasticsearch.index.query.BoolQueryBuilder query)
{ "author": { "email": "user@customer.com" } }protected void
ElasticCaseService. buildCaseIdQuery(CaseSearchRequest request, org.elasticsearch.index.query.BoolQueryBuilder query)
Case with stringId "5cb07b6ff05be15f0b972c36"protected void
ElasticCaseService. buildDataQuery(CaseSearchRequest request, org.elasticsearch.index.query.BoolQueryBuilder query)
Cases where "text_field" has value EXACTLY "text" AND "number_field" has value EXACTLY "125".protected void
ElasticCaseService. buildFullTextQuery(CaseSearchRequest request, org.elasticsearch.index.query.BoolQueryBuilder query)
protected boolean
ElasticCaseService. buildGroupQuery(CaseSearchRequest request, LoggedUser user, java.util.Locale locale, org.elasticsearch.index.query.BoolQueryBuilder query)
Cases that are instances of processes of group "5cb07b6ff05be15f0b972c36"protected void
ElasticCaseService. buildPetriNetQuery(CaseSearchRequest request, LoggedUser user, org.elasticsearch.index.query.BoolQueryBuilder query)
protected void
ElasticCaseService. buildRoleQuery(CaseSearchRequest request, org.elasticsearch.index.query.BoolQueryBuilder query)
Cases with active role "5cb07b6ff05be15f0b972c36"protected org.elasticsearch.index.query.BoolQueryBuilder
ElasticCaseService. buildSingleQuery(CaseSearchRequest request, LoggedUser user, java.util.Locale locale)
protected void
ElasticCaseService. buildStringQuery(CaseSearchRequest request, org.elasticsearch.index.query.BoolQueryBuilder query, LoggedUser user)
protected void
ElasticCaseService. buildTagsQuery(CaseSearchRequest request, org.elasticsearch.index.query.BoolQueryBuilder query)
protected void
ElasticCaseService. buildTaskQuery(CaseSearchRequest request, org.elasticsearch.index.query.BoolQueryBuilder query)
Cases with tasks with import Id "nova_uloha"protected void
ElasticCaseService. buildUriNodeIdQuery(CaseSearchRequest request, org.elasticsearch.index.query.BoolQueryBuilder query)
Method parameters in com.netgrif.application.engine.elastic.service with type arguments of type CaseSearchRequest Modifier and Type Method Description protected org.springframework.data.elasticsearch.core.query.NativeSearchQuery
ElasticCaseService. buildQuery(java.util.List<CaseSearchRequest> requests, LoggedUser user, org.springframework.data.domain.Pageable pageable, java.util.Locale locale, java.lang.Boolean isIntersection)
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)
-
Uses of CaseSearchRequest in com.netgrif.application.engine.export.service
Method parameters in com.netgrif.application.engine.export.service with type arguments of type CaseSearchRequest Modifier and Type Method Description java.io.OutputStream
ExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile)
java.io.OutputStream
ExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config)
java.io.OutputStream
ExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user)
java.io.OutputStream
ExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize)
java.io.OutputStream
ExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize, java.util.Locale locale)
java.io.OutputStream
ExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize, java.util.Locale locale, java.lang.Boolean isIntersection)
-
Uses of CaseSearchRequest in com.netgrif.application.engine.export.service.interfaces
Method parameters in com.netgrif.application.engine.export.service.interfaces with type arguments of type CaseSearchRequest Modifier and Type Method Description java.io.OutputStream
IExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile)
java.io.OutputStream
IExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config)
java.io.OutputStream
IExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user)
java.io.OutputStream
IExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize)
java.io.OutputStream
IExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize, java.util.Locale locale)
java.io.OutputStream
IExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize, java.util.Locale locale, java.lang.Boolean isIntersection)
-
Uses of CaseSearchRequest in com.netgrif.application.engine.impersonation.service
Methods in com.netgrif.application.engine.impersonation.service that return CaseSearchRequest Modifier and Type Method Description protected CaseSearchRequest
ImpersonationAuthorizationService. makeRequest(java.lang.String impersonatorId, java.lang.String impersonatedId)
Methods in com.netgrif.application.engine.impersonation.service with parameters of type CaseSearchRequest Modifier and Type Method Description protected org.springframework.data.domain.Page<Case>
ImpersonationAuthorizationService. findCases(CaseSearchRequest request, org.springframework.data.domain.Pageable pageable)
-
Uses of CaseSearchRequest in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Method parameters in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with type arguments of type CaseSearchRequest Modifier and Type Method Description java.io.OutputStream
ActionDelegate. exportCases(java.util.List<CaseSearchRequest> requests, java.io.File outFile)
java.io.OutputStream
ActionDelegate. exportCases(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config)
java.io.OutputStream
ActionDelegate. exportCases(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user)
java.io.OutputStream
ActionDelegate. exportCases(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize)
java.io.OutputStream
ActionDelegate. exportCases(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize, java.util.Locale locale)
java.io.OutputStream
ActionDelegate. exportCases(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize, java.util.Locale locale, java.lang.Boolean isIntersection)
java.io.File
ActionDelegate. exportCasesToFile(java.util.List<CaseSearchRequest> requests, java.lang.String pathName)
java.io.File
ActionDelegate. exportCasesToFile(java.util.List<CaseSearchRequest> requests, java.lang.String pathName, ExportDataConfig config)
java.io.File
ActionDelegate. exportCasesToFile(java.util.List<CaseSearchRequest> requests, java.lang.String pathName, ExportDataConfig config, LoggedUser user)
java.io.File
ActionDelegate. exportCasesToFile(java.util.List<CaseSearchRequest> requests, java.lang.String pathName, ExportDataConfig config, LoggedUser user, int pageSize)
java.io.File
ActionDelegate. exportCasesToFile(java.util.List<CaseSearchRequest> requests, java.lang.String pathName, ExportDataConfig config, LoggedUser user, int pageSize, java.util.Locale locale)
java.io.File
ActionDelegate. exportCasesToFile(java.util.List<CaseSearchRequest> requests, java.lang.String pathName, ExportDataConfig config, LoggedUser user, int pageSize, java.util.Locale locale, java.lang.Boolean isIntersection)
org.springframework.data.domain.Page<Case>
ActionDelegate. findCasesElastic(java.util.List<CaseSearchRequest> requests)
org.springframework.data.domain.Page<Case>
ActionDelegate. findCasesElastic(java.util.List<CaseSearchRequest> requests, LoggedUser loggedUser)
org.springframework.data.domain.Page<Case>
ActionDelegate. findCasesElastic(java.util.List<CaseSearchRequest> requests, LoggedUser loggedUser, int page)
org.springframework.data.domain.Page<Case>
ActionDelegate. findCasesElastic(java.util.List<CaseSearchRequest> requests, LoggedUser loggedUser, int page, int pageSize)
org.springframework.data.domain.Page<Case>
ActionDelegate. findCasesElastic(java.util.List<CaseSearchRequest> requests, LoggedUser loggedUser, int page, int pageSize, java.util.Locale locale)
org.springframework.data.domain.Page<Case>
ActionDelegate. findCasesElastic(java.util.List<CaseSearchRequest> requests, LoggedUser loggedUser, int page, int pageSize, java.util.Locale locale, boolean isIntersection)
-