public class IGCOMRSRepositoryConnector extends OMRSRepositoryConnector
auditLog, maxPageSize, metadataCollection, metadataCollectionId, metadataCollectionName, organizationName, repositoryHelper, repositoryName, repositoryValidator, serverName, serverType, serverUserId| Constructor and Description |
|---|
IGCOMRSRepositoryConnector()
Default constructor used by the OCF Connector Provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect()
Free up any resources held since the connector is no longer needed.
|
IGCRestClient |
getIGCRestClient()
Access the IGC REST API client directly.
|
IGCVersionEnum |
getIGCVersion()
Retrieve the version identifier of the IGC environment.
|
OMRSMetadataCollection |
getMetadataCollection()
Returns the metadata collection object that provides an OMRS abstraction of the metadata within
a metadata repository.
|
void |
initialize(String connectorInstanceId,
org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties connectionProperties)
Call made by the ConnectorProvider to initialize the Connector with the base services.
|
void |
setMetadataCollectionId(String metadataCollectionId)
Set up the unique Id for this metadata collection.
|
getMaxPageSize, getMetadataCollectionId, getMetadataCollectionName, getOrganizationName, getRepositoryHelper, getRepositoryName, getRepositoryValidator, getServerName, getServerType, getServerUserId, setAuditLog, setMaxPageSize, setMetadataCollectionName, setOrganizationName, setRepositoryHelper, setRepositoryName, setRepositoryValidator, setServerName, setServerType, setServerUserId, validateRepositoryIsActivepublic IGCOMRSRepositoryConnector()
public void initialize(String connectorInstanceId, org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties connectionProperties)
initialize in class org.odpi.openmetadata.frameworks.connectors.ConnectorBaseconnectorInstanceId - unique id for the connector instance useful for messages etcconnectionProperties - POJO for the configuration used to create the connector.public IGCVersionEnum getIGCVersion()
public void setMetadataCollectionId(String metadataCollectionId)
setMetadataCollectionId in interface OMRSMetadataCollectionManagersetMetadataCollectionId in class OMRSRepositoryConnectormetadataCollectionId - - String unique Idpublic void disconnect()
disconnect in class org.odpi.openmetadata.frameworks.connectors.ConnectorBasepublic OMRSMetadataCollection getMetadataCollection()
getMetadataCollection in interface OMRSMetadataCollectionManagergetMetadataCollection in class OMRSRepositoryConnectorpublic IGCRestClient getIGCRestClient()
Copyright © 2018–2019 ODPi. All rights reserved.