Index

A B C D E G M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

ADDING_LINEAGE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0048 - The integration connector {0} is adding a DataFlow lineage relationship from {1} open metadata entity {2} to {3} open metadata entity {4}
ApacheAtlasAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc
The ApacheAtlasAuditCode is used to define the message content for the OMRS Audit Log.
ApacheAtlasErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc
The ApacheAtlasErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Kafka monitor integration connector.
ApacheAtlasIntegrationConnector - Class in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas
ApacheAtlasIntegrationConnector exchanges glossary terms between Apache Atlas and the open metadata ecosystem.
ApacheAtlasIntegrationConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ApacheAtlasIntegrationConnector
 
ApacheAtlasIntegrationProvider - Class in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas
ApacheAtlasIntegrationProvider is the connector provider for the Apache Atlas integration connector that publishes glossary terms to Apache Atlas.
ApacheAtlasIntegrationProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ApacheAtlasIntegrationProvider
Constructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.
ApacheHiveIntegrationModule - Class in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules
ApacheHiveIntegrationModule manages the cataloguing of Apache Hive entities stored in Apache Atlas into the open metadata ecosystem.
ApacheHiveIntegrationModule(String, ConnectionProperties, AuditLog, CatalogIntegratorContext, String, ApacheAtlasRESTConnector, List<Connector>) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.ApacheHiveIntegrationModule
Constructor for the module is supplied with the runtime context in order to operate.
ApacheKafkaIntegrationModule - Class in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules
ApacheKafkaIntegrationModule maps Apache Kafka resources catalogued in Apache Atlas into the open metadata ecosystem.
ApacheKafkaIntegrationModule(String, ConnectionProperties, AuditLog, CatalogIntegratorContext, String, ApacheAtlasRESTConnector, List<Connector>) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.ApacheKafkaIntegrationModule
Constructor for the module is supplied with the runtime context in order to operate.
ATLAS_GLOSSARY_NAME_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ApacheAtlasIntegrationProvider
The configuration property name used to supply the name of the Atlas Glossary to copy into the open metadata ecosystem.
AtlasGlossaryIntegrationModule - Class in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules
AtlasGlossaryIntegrationModule exchanges glossary terms between Apache Atlas and the open metadata ecosystem.
AtlasGlossaryIntegrationModule(String, ConnectionProperties, AuditLog, CatalogIntegratorContext, String, ApacheAtlasRESTConnector, List<Connector>) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.AtlasGlossaryIntegrationModule
Constructor for the module is supplied with the runtime context in order to operate.
AtlasIntegrationModuleBase - Class in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules
AtlasIntegrationModuleBase defines the interface that classes that support the synchronization of particular types of metadata with Apache Atlas.
AtlasIntegrationModuleBase(String, String, ConnectionProperties, AuditLog, CatalogIntegratorContext, String, ApacheAtlasRESTConnector, List<Connector>) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.AtlasIntegrationModuleBase
Initialize the common properties for an integration module.
AtlasLineageIntegrationModule - Class in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules
AtlasLineageIntegrationModule synchronizes lineage from Apache Atlas to the open metadata ecosystem.
AtlasLineageIntegrationModule(String, ConnectionProperties, AuditLog, CatalogIntegratorContext, String, ApacheAtlasRESTConnector, List<Connector>) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.AtlasLineageIntegrationModule
Constructor for the module is supplied with the runtime context in order to operate.
AtlasRegisteredIntegrationModuleBase - Class in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules
AtlasRegisteredIntegrationModuleBase defines the common classes for integration modules that are working with assets from Apache Atlas.
AtlasRegisteredIntegrationModuleBase(String, String, ConnectionProperties, AuditLog, CatalogIntegratorContext, String, ApacheAtlasRESTConnector, List<Connector>, String[], String[]) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.AtlasRegisteredIntegrationModuleBase
Initialize the common properties for an integration module.

B

BAD_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0005 - The {0} integration connector encountered an {1} exception when connecting to {2} during the {3} method.

C

CONNECTOR_CONFIGURATION_ALL_ATLAS_GLOSSARIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0003 - The {0} integration connector has been initialized to publish all glossary terms from the Apache Atlas server at URL {1} to the open metadata ecosystem
CONNECTOR_CONFIGURATION_ALL_EGERIA_GLOSSARIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0001 - The {0} integration connector has been initialized to publish all glossary terms to the Apache Atlas server at URL {1}
CONNECTOR_CONFIGURATION_SPECIFIC_ATLAS_GLOSSARIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0004 - The {0} integration connector has been initialized to publish glossary terms from glossary {2} to the Apache Atlas server at URL {1}
CONNECTOR_CONFIGURATION_SPECIFIC_EGERIA_GLOSSARIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0002 - The {0} integration connector has been initialized to publish glossary terms from glossary {2} in the Apache Atlas server at URL {1} to the open metadata ecosystem
CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0009 - The {0} integration connector has stopped its monitoring of Apache Atlas at {1} and is shutting down
CREATING_ATLAS_ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0041 - The integration connector {0} created Apache Atlas {1} entity {2} match open metadata {3} entity {4}
CREATING_EGERIA_ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0040 - The integration connector {0} created open metadata {1} entity {2} match Apache Atlas {3} entity {4}

D

DatabaseIntegrationModuleBase - Class in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules
DatabaseIntegrationModuleBase abstracts the process of synchronizing relational metadata from Apache Atlas, so it is independent of the actual Apache Atlas types.
DatabaseIntegrationModuleBase(String, String, String, String, String, String, String, ConnectionProperties, AuditLog, CatalogIntegratorContext, String, ApacheAtlasRESTConnector, List<Connector>) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.DatabaseIntegrationModuleBase
Constructor for the module is supplied with the runtime context in order to operate.
DELETING_ATLAS_ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0045 - The integration connector {0} is deleting the {1} Apache Atlas entity {2} since the open metadata entity {3} has been removed
DELETING_EGERIA_ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0044 - The integration connector {0} is deleting {1} open metadata entity {2} since Apache Atlas entity {3} has been removed
disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ApacheAtlasIntegrationConnector
Shutdown Apache Atlas monitoring

E

EGERIA_GLOSSARY_CATEGORY_DELETED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0012 - The open metadata glossary category {0} equivalent for Apache Atlas glossary category {1} is missing
EGERIA_GLOSSARY_DELETED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0010 - The open metadata glossary {0} equivalent for Apache Atlas glossary {1} is missing
EGERIA_GLOSSARY_QUALIFIED_NAME_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ApacheAtlasIntegrationProvider
The configuration property name used to supply the qualified name of an Egeria glossary to synchronize with Apache Atlas.
EGERIA_GLOSSARY_TERM_DELETED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0011 - The open metadata glossary term {0} equivalent for Apache Atlas glossary term {1} is missing
EGERIA_GUID_MISSING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0013 - The equivalent Apache Atlas GUID for {0} open metadata element {1} is not stored as an external identifier

G

getListenForTypes() - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.AtlasRegisteredIntegrationModuleBase
Return the list of open metadata types that this module supports events for.
getListenForTypes() - Method in interface org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.RegisteredIntegrationModule
Return the list of open metadata types that this module supports events for.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasErrorCode
Retrieve a message definition object for an exception.
getModuleName() - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.AtlasRegisteredIntegrationModuleBase
Return the name of this module for messages.
getModuleName() - Method in interface org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.RegisteredIntegrationModule
Return the name of this module for messages.
getSupportedEntityTypes() - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.AtlasRegisteredIntegrationModuleBase
Return the list of entity types that this module is maintaining.
getSupportedEntityTypes() - Method in interface org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.RegisteredIntegrationModule
Return the list of entity types that this module is maintaining.
GLOSSARY_CORRELATION_LINK_TYPE_NAME - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ApacheAtlasIntegrationConnector
The type name for the relationship that links the correlation entity to its associated Apache Atlas glossary member.

M

MISSING_CORRELATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0036 - The {0} integration connector can not retrieve the correlation information for {1} open metadata entity {2} linked in Apache Atlas {3} to {4} entity {5}
MISSING_CORRELATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasErrorCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-404-001 - The {0} integration connector can not retrieve the correlation information for {1} open metadata entity {2} linked in Apache Atlas {3} to {4} entity {5}

N

NULL_ASSET_MANAGER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasErrorCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-400-003 - Integration connector {0} has been configured without a metadataSourceQualifiedName value
NULL_ATLAS_CLIENT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasErrorCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-400-004 - Integration connector {0} is unable to create an Apache Atlas REST Connector
NULL_URL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasErrorCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-400-001 - Integration connector {0} has been configured without the URL to Apache Atlas
NULL_USER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasErrorCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-400-002 - Integration connector {0} has been configured with either a null userId or password for connecting to Apache Atlas

O

OPEN_METADATA_CORRELATION_LINK_TYPE_NAME - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ApacheAtlasIntegrationConnector
The type name for the relationship that links the correlation entity to its associated Apache Atlas entity.
OPEN_METADATA_CORRELATION_TYPE_NAME - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ApacheAtlasIntegrationConnector
The type name for the entity that holds the correlation values for corresponding open metadata entity.
org.odpi.openmetadata.adapters.connectors.integration.apacheatlas - package org.odpi.openmetadata.adapters.connectors.integration.apacheatlas
The Apache Atlas integration connector publishes glossary terms to Apache Atlas.
org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc - package org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc
FFDC stands for First Failure Data Capture.
org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules - package org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules
The Apache Atlas Integration Modules specialize in exchanging metadata of a particular type between Apache Atlas and the open metadata ecosystem.

P

processEvent(AssetManagerOutTopicEvent) - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ApacheAtlasIntegrationConnector
Process an event that was published by the Asset Manager OMAS.
processEvent(AssetManagerOutTopicEvent) - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.ApacheKafkaIntegrationModule
Process an event that was published by the Asset Manager OMAS.
processEvent(AssetManagerOutTopicEvent) - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.AtlasGlossaryIntegrationModule
Process an event that was published by the Asset Manager OMAS.
processEvent(AssetManagerOutTopicEvent) - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.DatabaseIntegrationModuleBase
Process an event that was published by the Asset Manager OMAS.
processEvent(AssetManagerOutTopicEvent) - Method in interface org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.RegisteredIntegrationModule
Process an event that was published by the Asset Manager OMAS.

R

RDBMSIntegrationModule - Class in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules
RDBMSIntegrationModule manages the cataloguing of RDBMS entities stored in Apache Atlas into the open metadata ecosystem.
RDBMSIntegrationModule(String, ConnectionProperties, AuditLog, CatalogIntegratorContext, String, ApacheAtlasRESTConnector, List<Connector>) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.RDBMSIntegrationModule
Constructor for the module is supplied with the runtime context in order to operate.
refresh() - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ApacheAtlasIntegrationConnector
Requests that the connector does a comparison of the metadata in the third party technology and open metadata repositories.
refresh() - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.ApacheKafkaIntegrationModule
Requests that the connector does a comparison of the metadata in the third party technology and open metadata repositories.
refresh() - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.AtlasGlossaryIntegrationModule
Requests that the connector does a comparison of the metadata in the third party technology and open metadata repositories.
refresh() - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.DatabaseIntegrationModuleBase
Requests that the connector does a comparison of the metadata in the third party technology and open metadata repositories.
refresh() - Method in interface org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.RegisteredIntegrationModule
Requests that the connector does a comparison of the metadata in the third party technology and open metadata repositories.
RegisteredIntegrationModule - Interface in org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules
RegisteredIntegrationModule defines the interface for an integration module that wants to be called to synchronize assets.
REPLACING_ATLAS_ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0047 - The integration connector {0} is replacing Apache Atlas {1} entity {2} for open metadata entity {3} since the Apache Atlas entity has been unilaterally removed
REPLACING_EGERIA_ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0046 - The integration connector {0} is replacing {1} open metadata entity {2} for Apache Atlas entity {3} since the open metadata entity has been unilaterally removed
REPLACING_EGERIA_GLOSSARY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0014 - The open metadata glossary {0} for equivalent Apache Atlas glossary {1} has been unilaterally deleted; connector {2} is putting it back
REPLACING_EGERIA_GLOSSARY_CATEGORY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0016 - The open metadata glossary category {0} for equivalent Apache Atlas glossary category {1} has been unilaterally deleted; connector {2} is putting it back
REPLACING_EGERIA_GLOSSARY_TERM - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0015 - The open metadata glossary term {0} for equivalent Apache Atlas glossary term {1} has been unilaterally deleted; connector {2} is putting it back

S

start() - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ApacheAtlasIntegrationConnector
Indicates that the connector is completely configured and can begin processing.
SYNC_ATLAS_GLOSSARY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0020 - The {0} integration connector is copying the Apache Atlas glossary called {1} into the {2} ({3}) open metadata glossary
SYNC_INTEGRATION_MODULE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0035 - The {0} integration connector is calling the {1} integration module
synchronizeLineage() - Method in class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.modules.AtlasLineageIntegrationModule
Retrieves all the processes catalogued in Apache Atlas and creates an equivalent process in the open metadata ecosystem.

T

toString() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasErrorCode
JSON-style toString

U

UNABLE_TO_REGISTER_LISTENER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0032 - The {0} integration connector encountered an {1} exception when registering a listener to the open metadata ecosystem.
UNABLE_TO_RETRIEVE_ATLAS_GLOSSARY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0007 - The {0} integration connector us unable to retrieve requested {1} glossary from Apache Atlas
UNABLE_TO_RETRIEVE_EGERIA_GLOSSARY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0006 - The {0} integration connector is unable to retrieve the requested {1} glossary from the open metadata ecosystem
UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0008 - The {0} integration connector received an unexpected exception {1} during method {2}; the error message was: {3}
UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasErrorCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-500-001 - The {0} integration connector received an unexpected exception {1} during method {2}; the error message was: {3}
UPDATING_ATLAS_ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0043 - The integration connector {0} is synchronizing open metadata {1} entity {2} to the {3} Apache Atlas entity {4}
UPDATING_EGERIA_ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
APACHE-ATLAS-INTEGRATION-CONNECTOR-0042 - The integration connector {0} is synchronizing Apache Atlas {1} entity {2} to {3} open metadata entity {4}

V

valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasAuditCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.ffdc.ApacheAtlasErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E G M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values