Uses of Enum Class
fr.gouv.vitam.batch.report.model.ReportType
Packages that use ReportType
Package
Description
Plugin package in worker module
-
Uses of ReportType in fr.gouv.vitam.batch.report.client
Methods in fr.gouv.vitam.batch.report.client with parameters of type ReportTypeModifier and TypeMethodDescriptionvoid
BatchReportClient.cleanupReport
(String processId, ReportType reportType) Clean all entries with the given process Id tenant and reportTypevoid
BatchReportClientRest.cleanupReport
(String processId, ReportType reportType) com.fasterxml.jackson.databind.JsonNode
BatchReportClient.readComputedDetailsFromReport
(ReportType deleteGotVersions, String processId) com.fasterxml.jackson.databind.JsonNode
BatchReportClientRest.readComputedDetailsFromReport
(ReportType reportType, String processId) -
Uses of ReportType in fr.gouv.vitam.batch.report.model
Methods in fr.gouv.vitam.batch.report.model that return ReportTypeModifier and TypeMethodDescriptionReportBody.getReportType()
ReportSummary.getReportType()
static ReportType
Returns the enum constant of this class with the specified name.static ReportType[]
ReportType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.batch.report.model with parameters of type ReportTypeModifier and TypeMethodDescriptionvoid
ReportBody.setReportType
(ReportType reportType) void
ReportSummary.setReportType
(ReportType reportType) Constructors in fr.gouv.vitam.batch.report.model with parameters of type ReportTypeModifierConstructorDescriptionReportBody
(String processId, ReportType reportType, List<T> entries) ReportSummary
(String startDate, String endDate, ReportType reportType, ReportResults vitamResults, com.fasterxml.jackson.databind.JsonNode extendedInfo) -
Uses of ReportType in fr.gouv.vitam.batch.report.rest.resource
Methods in fr.gouv.vitam.batch.report.rest.resource with parameters of type ReportTypeModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
BatchReportResource.deleteReport
(String processId, ReportType reportType) -
Uses of ReportType in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that return ReportTypeModifier and TypeMethodDescriptionprotected abstract ReportType
GenericReportGenerationHandler.getReportType()
protected abstract ReportType
UpdateUnitFinalize.getReportType()
Constructors in fr.gouv.vitam.worker.core.plugin with parameters of type ReportTypeModifierConstructorDescriptionprotected
CommonReportService
(ReportType reportType) protected
CommonReportService
(ReportType reportType, BatchReportClientFactory batchReportClientFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of ReportType in fr.gouv.vitam.worker.core.plugin.bulkatomicupdate
Methods in fr.gouv.vitam.worker.core.plugin.bulkatomicupdate that return ReportType -
Uses of ReportType in fr.gouv.vitam.worker.core.plugin.elimination
Methods in fr.gouv.vitam.worker.core.plugin.elimination that return ReportType -
Uses of ReportType in fr.gouv.vitam.worker.core.plugin.massprocessing
Methods in fr.gouv.vitam.worker.core.plugin.massprocessing that return ReportType -
Uses of ReportType in fr.gouv.vitam.worker.core.plugin.revertupdate
Methods in fr.gouv.vitam.worker.core.plugin.revertupdate that return ReportTypeModifier and TypeMethodDescriptionprotected ReportType
RevertUpdateUnitFinalizePlugin.getReportType()
-
Uses of ReportType in fr.gouv.vitam.worker.core.plugin.transfer.reply
Methods in fr.gouv.vitam.worker.core.plugin.transfer.reply that return ReportType