Uses of Enum Class
fr.gouv.vitam.batch.report.model.ReportStatus
Packages that use ReportStatus
-
Uses of ReportStatus in fr.gouv.vitam.batch.report.model
Methods in fr.gouv.vitam.batch.report.model that return ReportStatusModifier and TypeMethodDescriptionReportItemStatus.getStatus()static ReportStatusReportStatus.parseFromStatusCode(StatusCode statusCode) static ReportStatusReturns 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.Methods in fr.gouv.vitam.batch.report.model with parameters of type ReportStatusConstructors in fr.gouv.vitam.batch.report.model with parameters of type ReportStatus -
Uses of ReportStatus in fr.gouv.vitam.batch.report.model.entry
Methods in fr.gouv.vitam.batch.report.model.entry that return ReportStatusModifier and TypeMethodDescriptionAuditObjectGroupReportEntry.getStatus()AuditObjectVersion.getStatus()Methods in fr.gouv.vitam.batch.report.model.entry with parameters of type ReportStatusConstructors in fr.gouv.vitam.batch.report.model.entry with parameters of type ReportStatusModifierConstructorDescriptionAuditObjectGroupReportEntry(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)