Enum Class OMRSAuditingComponent
java.lang.Object
java.lang.Enum<OMRSAuditingComponent>
org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
- All Implemented Interfaces:
Serializable
,Comparable<OMRSAuditingComponent>
,Constable
,ComponentDescription
public enum OMRSAuditingComponent
extends Enum<OMRSAuditingComponent>
implements ComponentDescription
OMRSAuditingComponent provides identifying and background information about the components writing log records
to the OMRS Audit log. This is to help a consumer understand the OMRS Audit Log records.
-
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 TypeMethodDescriptionReturn the short description of the component.Return the development status of the component.int
Return the numerical code for this component.Return the name of the component.URL to the wiki page that describes this component.toString()
toString, JSON-stylestatic OMRSAuditingComponent
Returns the enum constant of this class with the specified name.static OMRSAuditingComponent[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
-
AUDIT_LOG
-
OPERATIONAL_SERVICES
-
ARCHIVE_MANAGER
-
ENTERPRISE_CONNECTOR_MANAGER
-
ENTERPRISE_REPOSITORY_CONNECTOR
-
LOCAL_REPOSITORY_CONNECTOR
-
REPOSITORY_CONTENT_MANAGER
-
INSTANCE_EVENT_PROCESSOR
-
REPOSITORY_EVENT_MANAGER
-
REST_SERVICES
-
REST_REPOSITORY_CONNECTOR
-
METADATA_HIGHWAY_MANAGER
-
COHORT_MANAGER
-
COHORT_REGISTRY
-
REGISTRY_STORE
-
EVENT_PUBLISHER
-
EVENT_LISTENER
-
OMRS_TOPIC_CONNECTOR
-
OPEN_METADATA_TOPIC_CONNECTOR
-
LOCAL_REPOSITORY_EVENT_MAPPER
-
ARCHIVE_STORE_CONNECTOR
-
REMOTE_REPOSITORY_CONNECTOR
-
OMAS_OUT_TOPIC
-
OMAS_IN_TOPIC
-
ENTERPRISE_TOPIC_LISTENER
-
REPOSITORY_CONNECTOR
-
OPEN_DISCOVERY_SERVICE_CONNECTOR
-
GOVERNANCE_ACTION_SERVICE_CONNECTOR
-
REPOSITORY_GOVERNANCE_SERVICE_CONNECTOR
-
INTEGRATION_CONNECTOR
-
PLATFORM_SECURITY_CONNECTOR
-
SERVER_SECURITY_CONNECTOR
-
-
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
-
getComponentId
public int getComponentId()Return the numerical code for this component.- Specified by:
getComponentId
in interfaceComponentDescription
- Returns:
- int componentId
-
getComponentDevelopmentStatus
Return the development status of the component.- Specified by:
getComponentDevelopmentStatus
in interfaceComponentDescription
- Returns:
- enum describing the status
-
getComponentName
Return the name of the component. This is the name used in the audit log records.- Specified by:
getComponentName
in interfaceComponentDescription
- Returns:
- String component name
-
getComponentDescription
Return the short description of the component. This is an English description. Natural language support for these values can be added to UIs using a resource bundle indexed with the component id. This value is provided as a default if the resource bundle is not available.- Specified by:
getComponentDescription
in interfaceComponentDescription
- Returns:
- String description
-
getComponentWikiURL
URL to the wiki page that describes this component. This provides more information to the log reader on the operation of the component.- Specified by:
getComponentWikiURL
in interfaceComponentDescription
- Returns:
- String URL
-
toString
toString, JSON-style- Overrides:
toString
in classEnum<OMRSAuditingComponent>
- Returns:
- string description
-