Package | Description |
---|---|
fr.gouv.vitam.batch.report.model | |
fr.gouv.vitam.batch.report.model.entry |
Modifier and Type | Method and Description |
---|---|
ReportStatus |
ReportItemStatus.getStatus() |
static ReportStatus |
ReportStatus.parseFromStatusCode(StatusCode statusCode) |
static ReportStatus |
ReportStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportStatus[] |
ReportStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportItemStatus.setStatus(ReportStatus status) |
Constructor and Description |
---|
ReportItemStatus(String id,
ReportStatus status) |
Modifier and Type | Method and Description |
---|---|
ReportStatus |
AuditObjectGroupReportEntry.getStatus() |
ReportStatus |
AuditObjectVersion.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
AuditObjectVersion.setStatus(ReportStatus status) |
Constructor and Description |
---|
AuditObjectGroupReportEntry(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,
List<ReportItemStatus> offerStatuses,
ReportStatus status) |
Copyright © 2019 Vitam. All rights reserved.