Uses of Class
fr.gouv.vitam.batch.report.model.ReportExportRequest
-
Packages that use ReportExportRequest Package Description fr.gouv.vitam.batch.report.client fr.gouv.vitam.batch.report.rest.resource fr.gouv.vitam.batch.report.rest.service -
-
Uses of ReportExportRequest in fr.gouv.vitam.batch.report.client
Methods in fr.gouv.vitam.batch.report.client with parameters of type ReportExportRequest Modifier and Type Method Description void
BatchReportClient. exportUnitsToInvalidate(java.lang.String processId, ReportExportRequest reportExportRequest)
Generate units to invalidate by process Id.void
BatchReportClientRest. exportUnitsToInvalidate(java.lang.String processId, ReportExportRequest reportExportRequest)
void
BatchReportClient. generatePurgeAccessionRegisterReport(java.lang.String processId, ReportExportRequest reportExportRequest)
Generate elimination action accession register for deleted units by status and process Id.void
BatchReportClientRest. generatePurgeAccessionRegisterReport(java.lang.String processId, ReportExportRequest reportExportRequest)
void
BatchReportClient. generatePurgeDistinctObjectGroupInUnitReport(java.lang.String processId, ReportExportRequest reportExportRequest)
Generate purge district object groups for units by status and process Id.void
BatchReportClientRest. generatePurgeDistinctObjectGroupInUnitReport(java.lang.String processId, ReportExportRequest reportExportRequest)
-
Uses of ReportExportRequest in fr.gouv.vitam.batch.report.rest.resource
Methods in fr.gouv.vitam.batch.report.rest.resource with parameters of type ReportExportRequest Modifier and Type Method Description javax.ws.rs.core.Response
BatchReportResource. exportDistinctObjectGroup(java.lang.String processId, ReportExportRequest reportExportRequest)
javax.ws.rs.core.Response
BatchReportResource. exportPurgeAccessionRegister(java.lang.String processId, ReportExportRequest reportExportRequest)
javax.ws.rs.core.Response
BatchReportResource. exportUnitsToInvalidate(java.lang.String processId, ReportExportRequest reportExportRequest)
-
Uses of ReportExportRequest in fr.gouv.vitam.batch.report.rest.service
Methods in fr.gouv.vitam.batch.report.rest.service with parameters of type ReportExportRequest Modifier and Type Method Description void
BatchReportServiceImpl. exportUnitsToInvalidate(java.lang.String processId, int tenantId, ReportExportRequest reportExportRequest)
-