Uses of Class
fr.gouv.vitam.batch.report.model.ReportExportRequest
Packages that use ReportExportRequest
Package
Description
-
Uses of ReportExportRequest in fr.gouv.vitam.batch.report.client
Methods in fr.gouv.vitam.batch.report.client with parameters of type ReportExportRequestModifier and TypeMethodDescriptionvoid
BatchReportClient.exportUnitsToInvalidate
(String processId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) Generate units to invalidate by process Id.void
BatchReportClientRest.exportUnitsToInvalidate
(String processId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) void
BatchReportClient.generatePurgeAccessionRegisterReport
(String processId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) Generate elimination action accession register for deleted units by status and process Id.void
BatchReportClientRest.generatePurgeAccessionRegisterReport
(String processId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) void
BatchReportClient.generatePurgeDistinctObjectGroupInUnitReport
(String processId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) Generate purge district object groups for units by status and process Id.void
BatchReportClientRest.generatePurgeDistinctObjectGroupInUnitReport
(String processId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) -
Uses of ReportExportRequest in fr.gouv.vitam.batch.report.rest.resource
Method parameters in fr.gouv.vitam.batch.report.rest.resource with type arguments of type ReportExportRequestModifier 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) -
Uses of ReportExportRequest in fr.gouv.vitam.batch.report.rest.service
Methods in fr.gouv.vitam.batch.report.rest.service with parameters of type ReportExportRequestModifier and TypeMethodDescriptionvoid
BatchReportServiceImpl.exportUnitsToInvalidate
(String processId, int tenantId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext)