Enum Class OutcomeMessage
- All Implemented Interfaces:
Serializable
,Comparable<OutcomeMessage>
,Constable
Enum StatusCode
different constants status code for workflow , action handler and process
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionART KO : fail messageART OK : succes messageCheck BDOCheck BDOCheck BDOKO : fail messageOK : success messageCheck DigestCheck Digest KOCheck Digest OKCheck Digest StartKO : fail messageKO : fail message no manifest file in the SIPKO : fail message, manifest is not an XML fileKO : fail message, manifest is not a valid SEDA fileOK : success messageKO : fail messageOK : success messageKO : fail messageOK : success messageCreate logbook lifecycleCreate logbookLifecycle okKO : fail messageOK : success messageFile Format KOFile format data updateFile format not found in toolFile format not found in Vitam referentialFile format object wrong file pathFile Format OKFile format PUID not found into internal referentialFile format referentiel search errorFile format technical errorFile format tool does not respondART OK : succes messageART KO : fail messageGetting format identifier failed message (FATAL)KO : fail messageOK : success messageKO : fail messageOK : success messageKO logbook lifecycleKO : fail messageKO : fail messageOK : success messageStore object KO/FATAL : fail messageStore object OK : success messageupdate logbooklifecycle KOWorkflow ingest KO/FATAL : fail messageWorkflow ingest OK : success message -
Method Summary
Modifier and TypeMethodDescriptionvalue()
valuestatic OutcomeMessage
Returns the enum constant of this class with the specified name.static OutcomeMessage[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CHECK_CONFORMITY_OK
OK : success message -
CHECK_CONFORMITY_KO
KO : fail message -
CHECK_OBJECT_NUMBER_OK
OK : success message -
CHECK_OBJECT_NUMBER_KO
KO : fail message -
CHECK_VERSION_OK
OK : success message -
CHECK_VERSION_KO
KO : fail message -
CHECK_MANIFEST_OK
OK : success message -
CHECK_MANIFEST_KO
KO : fail message -
CHECK_MANIFEST_NO_FILE
KO : fail message no manifest file in the SIP -
CHECK_MANIFEST_NOT_XML_FILE
KO : fail message, manifest is not an XML file -
CHECK_MANIFEST_NOT_XSD_VALID
KO : fail message, manifest is not a valid SEDA file -
EXTRACT_MANIFEST_OK
OK : success message -
EXTRACT_MANIFEST_KO
KO : fail message -
INDEX_UNIT_OK
OK : success message -
INDEX_UNIT_KO
KO : fail message -
INDEX_OBJECT_GROUP_OK
OK : success message -
INDEX_OBJECT_GROUP_KO
KO : fail message -
STORAGE_OFFER_KO_UNAVAILABLE
KO : fail message -
STORAGE_OFFER_SPACE_KO
KO : fail message -
STORAGE_OFFER_SPACE_OK
OK : success message -
LOGBOOK_COMMIT_KO
KO logbook lifecycle -
CREATE_LOGBOOK_LIFECYCLE
Create logbook lifecycle -
CREATE_LOGBOOK_LIFECYCLE_OK
Create logbookLifecycle ok -
UPDATE_LOGBOOK_LIFECYCLE_KO
update logbooklifecycle KO -
CHECK_BDO
Check BDO -
CHECK_BDO_OK
Check BDO -
CHECK_BDO_KO
Check BDO -
CHECK_DIGEST
Check Digest -
CHECK_DIGEST_OK
Check Digest OK -
CHECK_DIGEST_KO
Check Digest KO -
CHECK_DIGEST_STARTED
Check Digest Start -
FILE_FORMAT_KO
File Format KO -
FILE_FORMAT_OK
File Format OK -
FILE_FORMAT_NOT_FOUND
File format not found in tool -
FILE_FORMAT_PUID_NOT_FOUND
File format PUID not found into internal referential -
FILE_FORMAT_METADATA_UPDATE
File format data update -
FILE_FORMAT_NOT_FOUND_REFERENTIAL
File format not found in Vitam referential -
FILE_FORMAT_REFERENTIAL_ERROR
File format referentiel search error -
FILE_FORMAT_OBJECT_NOT_FOUND
File format object wrong file path -
FILE_FORMAT_TECHNICAL_ERROR
File format technical error -
FILE_FORMAT_TOOL_DOES_NOT_ANSWER
File format tool does not respond -
WORKFLOW_INGEST_OK
Workflow ingest OK : success message -
WORKFLOW_INGEST_KO
Workflow ingest KO/FATAL : fail message -
STORE_OBJECT_OK
Store object OK : success message -
STORE_OBJECT_KO
Store object KO/FATAL : fail message -
GETTING_FORMAT_IDENTIFIER_FATAL
Getting format identifier failed message (FATAL) -
FUND_REGISTER_OK
ART KO : fail message -
FUND_REGISTER_KO
ART OK : succes message -
ATR_KO
ART KO : fail message -
ATR_OK
ART OK : succes message
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
value
value- Returns:
- : value of status code
-