Uses of Class
fr.gouv.vitam.worker.core.plugin.ingestcleanup.report.IngestCleanupObjectGroupReportEntry
-
Packages that use IngestCleanupObjectGroupReportEntry Package Description fr.gouv.vitam.worker.core.plugin.ingestcleanup.report -
-
Uses of IngestCleanupObjectGroupReportEntry in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report
Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report that return IngestCleanupObjectGroupReportEntry Modifier and Type Method Description IngestCleanupObjectGroupReportEntryIngestCleanupObjectGroupReportEntry. setErrors(java.util.List<java.lang.String> errors)IngestCleanupObjectGroupReportEntryIngestCleanupObjectGroupReportEntry. setId(java.lang.String id)IngestCleanupObjectGroupReportEntryIngestCleanupObjectGroupReportEntry. setObjects(java.util.List<java.lang.String> objects)IngestCleanupObjectGroupReportEntryIngestCleanupObjectGroupReportEntry. setStatus(StatusCode status)IngestCleanupObjectGroupReportEntryIngestCleanupObjectGroupReportEntry. setWarnings(java.util.List<java.lang.String> warnings)Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report that return types with arguments of type IngestCleanupObjectGroupReportEntry Modifier and Type Method Description java.util.Map<java.lang.String,IngestCleanupObjectGroupReportEntry>CleanupReport. getObjectGroups()Method parameters in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report with type arguments of type IngestCleanupObjectGroupReportEntry Modifier and Type Method Description CleanupReportCleanupReport. setObjectGroups(java.util.Map<java.lang.String,IngestCleanupObjectGroupReportEntry> objectGroups)
-