Uses of Class
fr.gouv.vitam.batch.report.model.ReportType
-
-
Uses of ReportType in fr.gouv.vitam.batch.report.client
Methods in fr.gouv.vitam.batch.report.client with parameters of type ReportType Modifier and Type Method Description voidBatchReportClient. cleanupReport(java.lang.String processId, ReportType reportType)Clean all entries with the given process Id tenant and reportTypevoidBatchReportClientRest. cleanupReport(java.lang.String processId, ReportType reportType)com.fasterxml.jackson.databind.JsonNodeBatchReportClient. readComputedDetailsFromReport(ReportType deleteGotVersions, java.lang.String processId)com.fasterxml.jackson.databind.JsonNodeBatchReportClientRest. readComputedDetailsFromReport(ReportType reportType, java.lang.String processId) -
Uses of ReportType in fr.gouv.vitam.batch.report.model
Methods in fr.gouv.vitam.batch.report.model that return ReportType Modifier and Type Method Description ReportTypeReportBody. getReportType()ReportTypeReportSummary. getReportType()static ReportTypeReportType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReportType[]ReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.batch.report.model with parameters of type ReportType Modifier and Type Method Description voidReportBody. setReportType(ReportType reportType)voidReportSummary. setReportType(ReportType reportType)Constructors in fr.gouv.vitam.batch.report.model with parameters of type ReportType Constructor Description ReportBody(java.lang.String processId, ReportType reportType, java.util.List<T> entries)ReportSummary(java.lang.String startDate, java.lang.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 ReportType Modifier and Type Method Description javax.ws.rs.core.ResponseBatchReportResource. deleteReport(java.lang.String processId, ReportType reportType) -
Uses of ReportType in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that return ReportType Modifier and Type Method Description protected abstract ReportTypeGenericReportGenerationHandler. getReportType()protected abstract ReportTypeUpdateUnitFinalize. getReportType()Constructors in fr.gouv.vitam.worker.core.plugin with parameters of type ReportType Constructor Description CommonReportService(ReportType reportType)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 Modifier and Type Method Description protected ReportTypeBulkAtomicUpdateFinalize. getReportType() -
Uses of ReportType in fr.gouv.vitam.worker.core.plugin.elimination
Methods in fr.gouv.vitam.worker.core.plugin.elimination that return ReportType Modifier and Type Method Description ReportTypeEliminationActionReportGenerationHandler. getReportType() -
Uses of ReportType in fr.gouv.vitam.worker.core.plugin.massprocessing
Methods in fr.gouv.vitam.worker.core.plugin.massprocessing that return ReportType Modifier and Type Method Description protected ReportTypeMassUpdateFinalize. getReportType() -
Uses of ReportType in fr.gouv.vitam.worker.core.plugin.revertupdate
Methods in fr.gouv.vitam.worker.core.plugin.revertupdate that return ReportType Modifier and Type Method Description protected 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 Modifier and Type Method Description ReportTypeTransferReplyReportGenerationHandler. getReportType()
-