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 TypeMethodDescriptionvoidBatchReportClient.cleanupReport(String processId, ReportType reportType) Clean all entries with the given process Id tenant and reportTypevoidBatchReportClientRest.cleanupReport(String processId, ReportType reportType) com.fasterxml.jackson.databind.JsonNodeBatchReportClient.readComputedDetailsFromReport(ReportType deleteGotVersions, String processId) com.fasterxml.jackson.databind.JsonNodeBatchReportClientRest.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 ReportTypeReturns 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 TypeMethodDescriptionvoidReportBody.setReportType(ReportType reportType) voidReportSummary.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.ResponseBatchReportResource.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 ReportTypeGenericReportGenerationHandler.getReportType()protected abstract ReportTypeUpdateUnitFinalize.getReportType()Constructors in fr.gouv.vitam.worker.core.plugin with parameters of type ReportTypeModifierConstructorDescriptionprotectedCommonReportService(ReportType reportType) protectedCommonReportService(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 ReportTypeRevertUpdateUnitFinalizePlugin.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