Class GlossaryDynamicArchiverConnector
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.connectors.Connector
-
- org.odpi.openmetadata.frameworks.connectors.ConnectorBase
-
- org.odpi.openmetadata.engineservices.archivemanager.connector.ArchiveService
-
- org.odpi.openmetadata.adapters.connectors.dynamicarchivers.glossary.GlossaryDynamicArchiverConnector
-
- All Implemented Interfaces:
AuditLoggingComponent,VirtualConnectorExtension
public class GlossaryDynamicArchiverConnector extends ArchiveService
GlossaryDynamicArchiverConnector catalogs a glossary - either as a single snapshot or as a long running listener.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.odpi.openmetadata.engineservices.archivemanager.connector.ArchiveService
ArchiveService.ArchiveDestination
-
Nested classes/interfaces inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
ConnectorBase.ProtectedConnection
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.engineservices.archivemanager.connector.ArchiveService
archiveContext, archiveDescription, archiveDestinations, archiveGUID, archiveLicense, archiveName, archiveServiceName, archiveType, auditLog, creationDate, embeddedConnectors, originatorName, versionName, versionNumber
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
connectedAssetProperties, connectionBean, connectionProperties, connectorInstanceId, securedProperties
-
-
Constructor Summary
Constructors Constructor Description GlossaryDynamicArchiverConnector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(String connectorInstanceId, ConnectionProperties connectionProperties)Call made by the ConnectorProvider to initialize the Connector with the base services.voidstart()Indicates that the governance action service is completely configured and can begin processing.-
Methods inherited from class org.odpi.openmetadata.engineservices.archivemanager.connector.ArchiveService
addClassification, addClassificationDef, addCollectionDef, addEntity, addEntityDef, addEnumDef, addPrimitiveDef, addRelationship, addRelationshipDef, addTypeDefPatch, getArchiveContext, getArchiveProperties, getClassification, getClassificationDef, getCollectionDef, getConnectorComponentDescription, getEntity, getEntityDef, getEnumDef, getOpenMetadataArchive, getPatchForType, getPrimitiveDef, getRelationship, getRelationshipDef, getTypeDefByName, handleUnexpectedException, initializeEmbeddedConnectors, setArchiveContext, setArchiveProperties, setArchiveServiceName, setAuditLog, validateContext
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
disconnect, equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initializeConnectedAssetProperties, isActive, toString
-
-
-
-
Method Detail
-
initialize
public void initialize(String connectorInstanceId, ConnectionProperties connectionProperties)
Call made by the ConnectorProvider to initialize the Connector with the base services.- Overrides:
initializein classConnectorBase- Parameters:
connectorInstanceId- unique id for the connector instance useful for messages etcconnectionProperties- POJO for the configuration used to create the connector.
-
start
public void start() throws ConnectorCheckedExceptionIndicates that the governance action service is completely configured and can begin processing. This is a standard method from the Open Connector Framework (OCF) so be sure to call super.start() at the start of your overriding version.- Overrides:
startin classArchiveService- Throws:
ConnectorCheckedException- there is a problem within the governance action service.
-
-