Package de.dlr.proseo.logging.messages
Enum Class IngestorMessage
- All Implemented Interfaces:
ProseoMessage,Serializable,Comparable<IngestorMessage>,Constable
A collection of messages needed by the ingestor.
- Author:
- Katharina Bassler
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionintgetCode()Get the message's code.Get a more detailed description of the message's purpose.org.slf4j.event.LevelgetLevel()Get the message's level.Get the message.booleanGet the message's success.static IngestorMessageReturns the enum constant of this class with the specified name.static IngestorMessage[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AUTH_MISSING_OR_INVALID
-
COMPONENT_PRODUCT_CLASS_INVALID
-
COMPONENT_PRODUCT_NOT_FOUND
-
CONCURRENT_UPDATE
-
CONFIGURED_PROCESSOR_NOT_FOUND
-
DELETION_UNSUCCESSFUL
-
DUPLICATE_PRODUCT_UUID
-
ENCLOSING_PRODUCT_CLASS_INVALID
-
ENCLOSING_PRODUCT_NOT_FOUND
-
ERROR_DELETING_PRODUCT
-
ERROR_NOTIFYING_PLANNER
-
ERROR_STORING_PRODUCT
-
FILE_CLASS_INVALID
-
INITIALIZE_AUTHENTICATION
-
INITIALIZE_USER_INFO
-
INVALID_EVICTION_TIME
-
INVALID_FACILITY
-
INVALID_PARAMETER_TYPE
-
INVALID_PARAMETER_VALUE
-
INVALID_PRODUCT_GENERATION_TIME
-
INVALID_PRODUCTION_TYPE
-
INVALID_PUBLICATION_TIME
-
INVALID_RAW_DATA_AVAILABILITY_TIME
-
INVALID_SENSING_START_TIME
-
INVALID_SENSING_STOP_TIME
-
INVALID_TIMEOUT
-
INVALID_VALIDITY
-
MODE_INVALID
-
NEW_PRODUCT_ADDED
-
NO_PRODUCT_FILES
-
NO_PRODUCT_FILES_AT_FACILITY
-
NOTIFICATION_FAILED
-
NUMBER_PRODUCT_FILES_DELETED
-
ORBIT_NOT_FOUND
-
PRODUCT_CLASS_INVALID
-
PRODUCT_CREATED
-
PRODUCT_DELETED
-
PRODUCT_DOWNLOAD_REQUESTED
-
PRODUCT_DOWNLOAD_TOKEN_REQUESTED
-
PRODUCT_EXISTS
-
PRODUCT_FILE_DELETED
-
PRODUCT_FILE_EXISTS
-
PRODUCT_FILE_INGESTED
-
PRODUCT_FILE_MODIFIED
-
PRODUCT_FILE_NOT_FOUND
-
PRODUCT_FILE_NOT_MODIFIED
-
PRODUCT_FILE_RETRIEVED
-
PRODUCT_HAS_FILES
-
PRODUCT_ID_MISSING
-
PRODUCT_INGESTION_FAILED
-
PRODUCT_LIST_EMPTY
-
PRODUCT_LIST_RETRIEVED
-
PRODUCT_MISSING
-
PRODUCT_MODIFIED
-
PRODUCT_NOT_AVAILABLE
-
PRODUCT_NOT_FOUND
-
PRODUCT_NOT_FOUND_BY_UUID
-
PRODUCT_NOT_MODIFIED
-
PRODUCT_QUERY_EXISTS
-
PRODUCT_RETRIEVED
-
PRODUCT_RETRIEVED_BY_UUID
-
PRODUCT_UUID_INVALID
-
PRODUCT_UUID_MISSING
-
PRODUCTFILE_NOT_AVAILABLE
-
PRODUCTS_INGESTED
-
UNEXPECTED_NUMBER_OF_FILE_PATHS
-
VISIBILITY_VIOLATION
-
PRODUCT_LIST_MISSING
-
-
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
-
getCode
public int getCode()Get the message's code.- Specified by:
getCodein interfaceProseoMessage- Returns:
- The message code.
-
getDescription
Get a more detailed description of the message's purpose.- Specified by:
getDescriptionin interfaceProseoMessage- Returns:
- A description of the message.
-
getLevel
public org.slf4j.event.Level getLevel()Get the message's level.- Specified by:
getLevelin interfaceProseoMessage- Returns:
- The message level.
-
getMessage
Get the message.- Specified by:
getMessagein interfaceProseoMessage- Returns:
- The message.
-
getSuccess
public boolean getSuccess()Get the message's success.- Specified by:
getSuccessin interfaceProseoMessage- Returns:
- The message's success.
-