public enum OMRSAuditingComponent extends Enum<OMRSAuditingComponent>
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentDescription()
Return the short description of the component.
|
int |
getComponentId()
Return the numerical code for this enum.
|
String |
getComponentName()
Return the name of the component.
|
String |
getComponentWikiURL()
URL link to the wiki page that describes this component.
|
String |
toString()
toString, JSON-style
|
static OMRSAuditingComponent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMRSAuditingComponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OMRSAuditingComponent UNKNOWN
public static final OMRSAuditingComponent AUDIT_LOG
public static final OMRSAuditingComponent OPERATIONAL_SERVICES
public static final OMRSAuditingComponent ARCHIVE_MANAGER
public static final OMRSAuditingComponent ENTERPRISE_CONNECTOR_MANAGER
public static final OMRSAuditingComponent ENTERPRISE_REPOSITORY_CONNECTOR
public static final OMRSAuditingComponent LOCAL_REPOSITORY_CONNECTOR
public static final OMRSAuditingComponent REPOSITORY_CONTENT_MANAGER
public static final OMRSAuditingComponent INSTANCE_EVENT_PROCESSOR
public static final OMRSAuditingComponent REPOSITORY_EVENT_MANAGER
public static final OMRSAuditingComponent REST_SERVICES
public static final OMRSAuditingComponent REST_REPOSITORY_CONNECTOR
public static final OMRSAuditingComponent METADATA_HIGHWAY_MANAGER
public static final OMRSAuditingComponent COHORT_MANAGER
public static final OMRSAuditingComponent COHORT_REGISTRY
public static final OMRSAuditingComponent REGISTRY_STORE
public static final OMRSAuditingComponent EVENT_PUBLISHER
public static final OMRSAuditingComponent EVENT_LISTENER
public static final OMRSAuditingComponent OMRS_TOPIC_CONNECTOR
public static final OMRSAuditingComponent OPEN_METADATA_TOPIC_CONNECTOR
public static final OMRSAuditingComponent LOCAL_REPOSITORY_EVENT_MAPPER
public static final OMRSAuditingComponent ARCHIVE_STORE_CONNECTOR
public static final OMRSAuditingComponent REMOTE_REPOSITORY_CONNECTOR
public static final OMRSAuditingComponent OMAS_OUT_TOPIC
public static final OMRSAuditingComponent OMAS_IN_TOPIC
public static final OMRSAuditingComponent ENTERPRISE_TOPIC_LISTENER
public static OMRSAuditingComponent[] values()
for (OMRSAuditingComponent c : OMRSAuditingComponent.values()) System.out.println(c);
public static OMRSAuditingComponent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getComponentId()
public String getComponentName()
public String getComponentDescription()
public String getComponentWikiURL()
public String toString()
toString in class Enum<OMRSAuditingComponent>Copyright © 2018–2020 ODPi. All rights reserved.