Uses of Enum Class
fr.gouv.vitam.batch.report.model.ReportStatus
-
Uses of ReportStatus in fr.gouv.vitam.batch.report.model
Modifier and TypeMethodDescriptionReportItemStatus.getStatus()
static ReportStatus
ReportStatus.parseFromStatusCode
(StatusCode statusCode) static ReportStatus
Returns the enum constant of this class with the specified name.static ReportStatus[]
ReportStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReportStatus in fr.gouv.vitam.batch.report.model.entry
Modifier and TypeMethodDescriptionAuditObjectGroupReportEntry.getStatus()
AuditObjectVersion.getStatus()
ModifierConstructorDescriptionAuditObjectGroupReportEntry
(String objectGroupId, List<String> parentUnitIds, String originatingAgency, String opi, List<AuditObjectVersion> objectVersions, ReportStatus status, String outcome) AuditObjectVersion
(String id, String opi, String qualifier, String version, String strategyId, List<ReportItemStatus> offerStatuses, ReportStatus status)