Enum Class DataEngineEventType
java.lang.Object
java.lang.Enum<DataEngineEventType>
org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventType
- All Implemented Interfaces:
Serializable
,Comparable<DataEngineEventType>
,Constable
DataEngineEventType describes the different types of events can be consumed by the Data Engine OMAS.
Events are limited to assets that are in the zones listed in the supportedZones property
passed to the Data Engine OMAS at start up (a null value here means all zones).
-
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 TypeMethodDescriptionint
Return the int identifier used for indexing based on the enum.Return the default description for the enum value - used when natural resource bundle is not available.Return the string name used for messages that include the enum.toString()
static DataEngineEventType
Returns the enum constant of this class with the specified name.static DataEngineEventType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN_DATA_ENGINE_EVENT
-
DATA_ENGINE_REGISTRATION_EVENT
-
DATA_FLOWS_EVENT
-
PORT_IMPLEMENTATION_EVENT
-
SCHEMA_TYPE_EVENT
-
PROCESS_HIERARCHY_EVENT
-
DELETE_DATA_ENGINE_EVENT
-
DELETE_SCHEMA_TYPE_EVENT
-
DELETE_PORT_IMPLEMENTATION_EVENT
-
DATABASE_EVENT
-
DATABASE_SCHEMA_EVENT
-
RELATIONAL_TABLE_EVENT
-
DATA_FILE_EVENT
-
DELETE_DATABASE_EVENT
-
DELETE_DATABASE_SCHEMA_EVENT
-
DELETE_RELATIONAL_TABLE_EVENT
-
DELETE_DATA_FILE_EVENT
-
DELETE_FOLDER_EVENT
-
DELETE_CONNECTION_EVENT
-
DELETE_ENDPOINT_EVENT
-
PROCESS_EVENT
-
DELETE_PROCESS_EVENT
-
TOPIC_EVENT
-
EVENT_TYPE_EVENT
-
DELETE_TOPIC_EVENT
-
DELETE_EVENT_TYPE_EVENT
-
PROCESSING_STATE_TYPE_EVENT
-
-
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
-
toString
- Overrides:
toString
in classEnum<DataEngineEventType>
-
getEventTypeCode
public int getEventTypeCode()Return the int identifier used for indexing based on the enum.- Returns:
- eventTypeCode identifier code
-
getEventTypeName
Return the string name used for messages that include the enum.- Returns:
- event type name
-
getEventTypeDescription
Return the default description for the enum value - used when natural resource bundle is not available.- Returns:
- default description
-