Uses of Class
fr.gouv.vitam.batch.report.model.Report
Packages that use Report
Package
Description
Plugin package in worker module
-
Uses of Report in fr.gouv.vitam.batch.report.client
Methods in fr.gouv.vitam.batch.report.client with parameters of type ReportModifier and TypeMethodDescriptionvoid
BatchReportClient.storeReportToWorkspace
(Report reportInfo, WorkFlowExecutionContext executionContext) void
BatchReportClientRest.storeReportToWorkspace
(Report reportInfo, WorkFlowExecutionContext executionContext) -
Uses of Report in fr.gouv.vitam.batch.report.rest.resource
Method parameters in fr.gouv.vitam.batch.report.rest.resource with type arguments of type ReportModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
BatchReportResource.storeReportToWorkspace
(ReportRequestWrapper<Report> reportRequestWrapper) -
Uses of Report in fr.gouv.vitam.batch.report.rest.service
Methods in fr.gouv.vitam.batch.report.rest.service with parameters of type ReportModifier and TypeMethodDescriptionvoid
BatchReportServiceImpl.storeFileToWorkspace
(Report reportInfo) -
Uses of Report in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that return ReportModifier and TypeMethodDescriptionprotected Report
GenericReportGenerationHandler.generateReport
(WorkerParameters param, LogbookOperation logbook) Methods in fr.gouv.vitam.worker.core.plugin with parameters of type ReportModifier and TypeMethodDescriptionvoid
CommonReportService.storeReportToWorkspace
(Report reportInfo, WorkFlowExecutionContext executionContext)