Uses of Class
fr.gouv.vitam.batch.report.model.ReportRequestWrapper
Packages that use ReportRequestWrapper
-
Uses of ReportRequestWrapper in fr.gouv.vitam.batch.report.rest.resource
Methods in fr.gouv.vitam.batch.report.rest.resource with parameters of type ReportRequestWrapperModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
BatchReportResource.exportDistinctObjectGroup
(String processId, ReportRequestWrapper<ReportExportRequest> reportRequestWrapper) javax.ws.rs.core.Response
BatchReportResource.exportPurgeAccessionRegister
(String processId, ReportRequestWrapper<ReportExportRequest> reportRequestWrapper) javax.ws.rs.core.Response
BatchReportResource.exportUnitsToInvalidate
(String processId, ReportRequestWrapper<ReportExportRequest> reportRequestWrapper) javax.ws.rs.core.Response
BatchReportResource.storeReportToWorkspace
(ReportRequestWrapper<Report> reportRequestWrapper)