Uses of Class
fr.gouv.vitam.batch.report.model.ReportSummary
-
Packages that use ReportSummary Package Description fr.gouv.vitam.batch.report.model fr.gouv.vitam.worker.core.plugin Plugin package in worker modulefr.gouv.vitam.worker.core.plugin.bulkatomicupdate fr.gouv.vitam.worker.core.plugin.probativevalue.pojo -
-
Uses of ReportSummary in fr.gouv.vitam.batch.report.model
Methods in fr.gouv.vitam.batch.report.model that return ReportSummary Modifier and Type Method Description ReportSummary
Report. getReportSummary()
Methods in fr.gouv.vitam.batch.report.model with parameters of type ReportSummary Modifier and Type Method Description void
Report. setReportSummary(ReportSummary reportSummary)
Constructors in fr.gouv.vitam.batch.report.model with parameters of type ReportSummary Constructor Description Report(OperationSummary operationSummary, ReportSummary reportSummary, com.fasterxml.jackson.databind.JsonNode context)
-
Uses of ReportSummary in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that return ReportSummary Modifier and Type Method Description protected ReportSummary
GenericReportGenerationHandler. getReport(LogbookOperation logbook)
protected ReportSummary
UpdateUnitFinalize. getReport(LogbookOperation logbook)
-
Uses of ReportSummary in fr.gouv.vitam.worker.core.plugin.bulkatomicupdate
Methods in fr.gouv.vitam.worker.core.plugin.bulkatomicupdate that return ReportSummary Modifier and Type Method Description protected ReportSummary
BulkAtomicUpdateFinalize. getReport(LogbookOperation logbook)
-
Uses of ReportSummary in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo
Methods in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo that return ReportSummary Modifier and Type Method Description ReportSummary
ProbativeReportV2. getReportSummary()
Constructors in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo with parameters of type ReportSummary Constructor Description ProbativeReportV2(OperationSummary operationSummary, ReportSummary reportSummary, com.fasterxml.jackson.databind.JsonNode context, java.util.List<ProbativeReportEntry> reportEntries)
-