Uses of Class
com.netgrif.application.engine.elastic.web.requestbodies.CaseSearchRequest
-
-
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 longElasticCaseService. 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 longIElasticCaseService. 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.interfaces
Method parameters in com.netgrif.application.engine.export.service.interfaces with type arguments of type CaseSearchRequest Modifier and Type Method Description java.io.OutputStreamIExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile)java.io.OutputStreamIExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config)java.io.OutputStreamIExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user)java.io.OutputStreamIExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize)java.io.OutputStreamIExportService. fillCsvCaseData(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize, java.util.Locale locale)java.io.OutputStreamIExportService. 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.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.OutputStreamActionDelegate. exportCases(java.util.List<CaseSearchRequest> requests, java.io.File outFile)java.io.OutputStreamActionDelegate. exportCases(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config)java.io.OutputStreamActionDelegate. exportCases(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user)java.io.OutputStreamActionDelegate. exportCases(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize)java.io.OutputStreamActionDelegate. exportCases(java.util.List<CaseSearchRequest> requests, java.io.File outFile, ExportDataConfig config, LoggedUser user, int pageSize, java.util.Locale locale)java.io.OutputStreamActionDelegate. 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.FileActionDelegate. exportCasesToFile(java.util.List<CaseSearchRequest> requests, java.lang.String pathName)java.io.FileActionDelegate. exportCasesToFile(java.util.List<CaseSearchRequest> requests, java.lang.String pathName, ExportDataConfig config)java.io.FileActionDelegate. exportCasesToFile(java.util.List<CaseSearchRequest> requests, java.lang.String pathName, ExportDataConfig config, LoggedUser user)java.io.FileActionDelegate. exportCasesToFile(java.util.List<CaseSearchRequest> requests, java.lang.String pathName, ExportDataConfig config, LoggedUser user, int pageSize)java.io.FileActionDelegate. exportCasesToFile(java.util.List<CaseSearchRequest> requests, java.lang.String pathName, ExportDataConfig config, LoggedUser user, int pageSize, java.util.Locale locale)java.io.FileActionDelegate. exportCasesToFile(java.util.List<CaseSearchRequest> requests, java.lang.String pathName, ExportDataConfig config, LoggedUser user, int pageSize, java.util.Locale locale, java.lang.Boolean isIntersection)
-