Package fr.gouv.vitam.processing.common
Enum Class CheckObjectsNumberMessage
- All Implemented Interfaces:
Serializable
,Comparable<CheckObjectsNumberMessage>
,Constable
Display logged messages
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionmessage for count digital object in manifestmassage for count digital object in sipmessage for duplicated digital objectmessage for list of undeclared digital objectsmessage for not found digital object in manifest -
Method Summary
Modifier and TypeMethodDescriptiongetMessage, return the logged messagestatic CheckObjectsNumberMessage
Returns the enum constant of this class with the specified name.static CheckObjectsNumberMessage[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DUPLICATED_DIGITAL_OBJECT_WORKSPACE
message for duplicated digital object -
LIST_OF_UNDECLARED_DIGITAL_OBJECT
message for list of undeclared digital objects -
COUNT_DIGITAL_OBJECT_SIP
massage for count digital object in sip -
COUNT_DIGITAL_OBJECT_MANIFEST
message for count digital object in manifest -
NOT_FOUND_DIGITAL_OBJECT_MANIFEST
message for not found digital object in manifest -
NOT_FOUND_DIGITAL_OBJECT_WORKSPACE
-
COUNT_DIGITAL_OBJECT_CONSISTENT
-
-
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
-
getMessage
getMessage, return the logged message- Returns:
- message contain
-