Class GlossaryDynamicArchiverProvider
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
org.odpi.openmetadata.engineservices.repositorygovernance.connector.RepositoryGovernanceProvider
org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveProvider
org.odpi.openmetadata.adapters.connectors.dynamicarchivers.glossary.GlossaryDynamicArchiverProvider
- All Implemented Interfaces:
AuditLoggingComponent
GlossaryDynamicArchiverProvider is the OCF connector provider for the Glossary Dynamic Archiving Service.
This is an Archive Service as defined by the Archive Manager OMES.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveProvider
recognizedConfigurationProperties
Fields inherited from class org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
producedActionTargetTypes, producedGuards, producedRequestParameters, supportedActionTargetTypes, supportedAssetTypeName, supportedDeployedImplementationType, supportedRequestParameters, supportedRequestTypes
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
auditLog, connectorInterfaces, connectorTypeBean
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
supportedConfigurationProperties, supportedTechnologyTypes, supportedTemplateTypes
-
Constructor Summary
ConstructorDescriptionConstructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation as well as declare the parameters supported by the archive service. -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.governanceaction.GovernanceServiceProviderBase
getProducedActionTargetTypes, getProducedGuards, getProducedRequestParameters, getSupportedActionTargetTypes, getSupportedRequestParameters, getSupportedRequestTypes
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
equals, getClassForConnector, getConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getConnectorTypeProperties, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toString
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
getSupportedConfigurationProperties, getSupportedTechnologyTypes, getSupportedTemplateTypes
-
Constructor Details
-
GlossaryDynamicArchiverProvider
public GlossaryDynamicArchiverProvider()Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation as well as declare the parameters supported by the archive service.
-