Enum Class OMRSAuditingComponent
java.lang.Object
java.lang.Enum<OMRSAuditingComponent>
org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
- All Implemented Interfaces:
Serializable,Comparable<OMRSAuditingComponent>,Constable,org.odpi.openmetadata.frameworks.auditlog.ComponentDescription
public enum OMRSAuditingComponent
extends Enum<OMRSAuditingComponent>
implements org.odpi.openmetadata.frameworks.auditlog.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.org.odpi.openmetadata.frameworks.auditlog.ComponentDevelopmentStatusReturn the development status of the component.intReturn 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 OMRSAuditingComponentReturns 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.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
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:
getComponentIdin interfaceorg.odpi.openmetadata.frameworks.auditlog.ComponentDescription- Returns:
- int componentId
-
getComponentDevelopmentStatus
public org.odpi.openmetadata.frameworks.auditlog.ComponentDevelopmentStatus getComponentDevelopmentStatus()Return the development status of the component.- Specified by:
getComponentDevelopmentStatusin interfaceorg.odpi.openmetadata.frameworks.auditlog.ComponentDescription- Returns:
- enum describing the status
-
getComponentName
Return the name of the component. This is the name used in the audit log records.- Specified by:
getComponentNamein interfaceorg.odpi.openmetadata.frameworks.auditlog.ComponentDescription- 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:
getComponentDescriptionin interfaceorg.odpi.openmetadata.frameworks.auditlog.ComponentDescription- 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:
getComponentWikiURLin interfaceorg.odpi.openmetadata.frameworks.auditlog.ComponentDescription- Returns:
- String URL
-
toString
toString, JSON-style- Overrides:
toStringin classEnum<OMRSAuditingComponent>- Returns:
- string description
-