public static enum CheckIngestContractActionHandler.CheckIngestContractStatus extends Enum<CheckIngestContractActionHandler.CheckIngestContractStatus>
Enum Constant and Description |
---|
CONTEXT_CHECK_ERROR
Error when checking context
|
CONTEXT_INACTIVE
Context inactive
|
CONTEXT_UNKNOWN
Context not found
|
CONTRACT_INACTIVE
Existing but inactive contract
|
CONTRACT_NOT_IN_CONTEXT
IngestContract not present in the context
|
CONTRACT_NOT_IN_MANIFEST
Ingest constract not present in the Manifest.
|
CONTRACT_UNKNOWN
Missing contract: not exists in the database
|
FATAL
Fatal when getting referential
|
KO
Other error situation
|
OK
OK contract
|
Modifier and Type | Method and Description |
---|---|
static CheckIngestContractActionHandler.CheckIngestContractStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckIngestContractActionHandler.CheckIngestContractStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckIngestContractActionHandler.CheckIngestContractStatus CONTRACT_NOT_IN_MANIFEST
public static final CheckIngestContractActionHandler.CheckIngestContractStatus CONTRACT_NOT_IN_CONTEXT
public static final CheckIngestContractActionHandler.CheckIngestContractStatus CONTEXT_UNKNOWN
public static final CheckIngestContractActionHandler.CheckIngestContractStatus CONTEXT_INACTIVE
public static final CheckIngestContractActionHandler.CheckIngestContractStatus CONTEXT_CHECK_ERROR
public static final CheckIngestContractActionHandler.CheckIngestContractStatus CONTRACT_UNKNOWN
public static final CheckIngestContractActionHandler.CheckIngestContractStatus CONTRACT_INACTIVE
public static final CheckIngestContractActionHandler.CheckIngestContractStatus OK
public static final CheckIngestContractActionHandler.CheckIngestContractStatus KO
public static final CheckIngestContractActionHandler.CheckIngestContractStatus FATAL
public static CheckIngestContractActionHandler.CheckIngestContractStatus[] values()
for (CheckIngestContractActionHandler.CheckIngestContractStatus c : CheckIngestContractActionHandler.CheckIngestContractStatus.values()) System.out.println(c);
public static CheckIngestContractActionHandler.CheckIngestContractStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018 Vitam. All rights reserved.