Class OMRSRepositoryConnector
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.connectors.Connector
-
- org.odpi.openmetadata.frameworks.connectors.ConnectorBase
-
- org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector
-
- All Implemented Interfaces:
AuditLoggingComponent,OMRSMetadataCollectionManager
public abstract class OMRSRepositoryConnector extends ConnectorBase implements OMRSMetadataCollectionManager, AuditLoggingComponent
The OMRSRepositoryConnector defines the interface for an OMRS Repository Connector. It is an abstract class since not all of the methods for OMRSMetadataCollectionManager are implemented.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
ConnectorBase.ProtectedConnection
-
-
Field Summary
Fields Modifier and Type Field Description protected AuditLogauditLogprotected intmaxPageSizeprotected OMRSMetadataCollectionmetadataCollectionprotected StringmetadataCollectionIdprotected StringmetadataCollectionNameprotected StringorganizationNameprotected OMRSRepositoryHelperrepositoryHelperprotected StringrepositoryNameprotected OMRSRepositoryValidatorrepositoryValidatorprotected StringserverNameprotected StringserverTypeprotected StringserverUserId-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
connectedAssetProperties, connectionBean, connectionProperties, connectorInstanceId, securedProperties
-
-
Constructor Summary
Constructors Constructor Description OMRSRepositoryConnector()Default constructor nothing to do
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxPageSize()Return the maximum PageSizeOMRSMetadataCollectiongetMetadataCollection()Returns the metadata collection object that provides an OMRS abstraction of the metadata within a metadata repository.StringgetMetadataCollectionId()Return the unique Id for this metadata collection.StringgetMetadataCollectionName()Return the metadata collection name of this repository connector.StringgetOrganizationName()Return the name of the organization that runs/owns the server used to access the repository.OMRSRepositoryHelpergetRepositoryHelper()Return the repository helper for this connector.StringgetRepositoryName()Return the name of the repository where the metadata collection resides.OMRSRepositoryValidatorgetRepositoryValidator()Return the repository validator for this connector.StringgetServerName()Return the name of the server where the metadata collection resides.StringgetServerType()Return the descriptive string describing the type of the server.StringgetServerUserId()Return the userId that the local server should use when processing events and there is no external user driving the operation.voidsetAuditLog(AuditLog auditLog)Receive an audit log object that can be used to record audit log messages.voidsetMaxPageSize(int maxPageSize)Set up the maximum PageSizevoidsetMetadataCollectionId(String metadataCollectionId)Set up the unique Id for this metadata collection.voidsetMetadataCollectionName(String metadataCollectionName)Explicitly set up the metadata collection name.voidsetOrganizationName(String organizationName)Set up the name of the organization that runs/owns the server used to access the repository.voidsetRepositoryHelper(OMRSRepositoryHelper repositoryHelper)Set up a repository helper object for the repository connector to use.voidsetRepositoryName(String repositoryName)Set up the name of the repository where the metadata collection resides.voidsetRepositoryValidator(OMRSRepositoryValidator repositoryValidator)Set up a repository validator for the repository connector to use.voidsetServerName(String serverName)Set up the name of the server where the metadata collection resides.voidsetServerType(String serverType)Set up the descriptive string describing the type of the server.voidsetServerUserId(String localServerUserId)Set up the userId that the local server should use when processing events and there is no external user driving the operation.voidvalidateRepositoryIsActive(String methodName)Throw a RepositoryErrorException if the connector is not active.-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
disconnect, equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, isActive, start, toString
-
-
-
-
Field Detail
-
repositoryHelper
protected OMRSRepositoryHelper repositoryHelper
-
repositoryValidator
protected OMRSRepositoryValidator repositoryValidator
-
repositoryName
protected String repositoryName
-
serverName
protected String serverName
-
serverType
protected String serverType
-
organizationName
protected String organizationName
-
serverUserId
protected String serverUserId
-
maxPageSize
protected int maxPageSize
-
metadataCollectionId
protected String metadataCollectionId
-
metadataCollectionName
protected String metadataCollectionName
-
metadataCollection
protected OMRSMetadataCollection metadataCollection
-
auditLog
protected AuditLog auditLog
-
-
Method Detail
-
setAuditLog
public void setAuditLog(AuditLog auditLog)
Receive an audit log object that can be used to record audit log messages. The caller has initialized it with the correct component description and log destinations.- Specified by:
setAuditLogin interfaceAuditLoggingComponent- Parameters:
auditLog- audit log object
-
setRepositoryHelper
public void setRepositoryHelper(OMRSRepositoryHelper repositoryHelper)
Set up a repository helper object for the repository connector to use.- Specified by:
setRepositoryHelperin interfaceOMRSMetadataCollectionManager- Parameters:
repositoryHelper- helper object for building and querying TypeDefs and metadata instances.
-
getRepositoryHelper
public OMRSRepositoryHelper getRepositoryHelper()
Return the repository helper for this connector.- Returns:
- helper object for building and querying TypeDefs and metadata instances.
-
setRepositoryValidator
public void setRepositoryValidator(OMRSRepositoryValidator repositoryValidator)
Set up a repository validator for the repository connector to use.- Specified by:
setRepositoryValidatorin interfaceOMRSMetadataCollectionManager- Parameters:
repositoryValidator- validator object to check the validity of TypeDefs and metadata instances.
-
getRepositoryValidator
public OMRSRepositoryValidator getRepositoryValidator()
Return the repository validator for this connector.- Returns:
- validator object to check the validity of TypeDefs and metadata instances.
-
getRepositoryName
public String getRepositoryName()
Return the name of the repository where the metadata collection resides.- Specified by:
getRepositoryNamein interfaceOMRSMetadataCollectionManager- Returns:
- String name
-
setRepositoryName
public void setRepositoryName(String repositoryName)
Set up the name of the repository where the metadata collection resides.- Specified by:
setRepositoryNamein interfaceOMRSMetadataCollectionManager- Parameters:
repositoryName- String name
-
getServerName
public String getServerName()
Return the name of the server where the metadata collection resides.- Specified by:
getServerNamein interfaceOMRSMetadataCollectionManager- Returns:
- String name
-
setServerName
public void setServerName(String serverName)
Set up the name of the server where the metadata collection resides.- Specified by:
setServerNamein interfaceOMRSMetadataCollectionManager- Parameters:
serverName- String name
-
getServerType
public String getServerType()
Return the descriptive string describing the type of the server. This might be the name of the product, or similar identifier.- Specified by:
getServerTypein interfaceOMRSMetadataCollectionManager- Returns:
- String name
-
setServerType
public void setServerType(String serverType)
Set up the descriptive string describing the type of the server. This might be the name of the product, or similar identifier.- Specified by:
setServerTypein interfaceOMRSMetadataCollectionManager- Parameters:
serverType- String server type
-
getOrganizationName
public String getOrganizationName()
Return the name of the organization that runs/owns the server used to access the repository.- Specified by:
getOrganizationNamein interfaceOMRSMetadataCollectionManager- Returns:
- String name
-
setOrganizationName
public void setOrganizationName(String organizationName)
Set up the name of the organization that runs/owns the server used to access the repository.- Specified by:
setOrganizationNamein interfaceOMRSMetadataCollectionManager- Parameters:
organizationName- String organization name
-
getServerUserId
public String getServerUserId()
Return the userId that the local server should use when processing events and there is no external user driving the operation.- Specified by:
getServerUserIdin interfaceOMRSMetadataCollectionManager- Returns:
- user id
-
setServerUserId
public void setServerUserId(String localServerUserId)
Set up the userId that the local server should use when processing events and there is no external user driving the operation.- Specified by:
setServerUserIdin interfaceOMRSMetadataCollectionManager- Parameters:
localServerUserId- string user id
-
getMetadataCollectionId
public String getMetadataCollectionId()
Return the unique Id for this metadata collection.- Specified by:
getMetadataCollectionIdin interfaceOMRSMetadataCollectionManager- Returns:
- String unique Id
-
setMetadataCollectionId
public void setMetadataCollectionId(String metadataCollectionId)
Set up the unique Id for this metadata collection.- Specified by:
setMetadataCollectionIdin interfaceOMRSMetadataCollectionManager- Parameters:
metadataCollectionId- String unique Id
-
getMetadataCollectionName
public String getMetadataCollectionName()
Return the metadata collection name of this repository connector. It defaults to the server name if not set up explicitly.- Returns:
- display name of the metadata collection.
-
setMetadataCollectionName
public void setMetadataCollectionName(String metadataCollectionName)
Explicitly set up the metadata collection name.- Parameters:
metadataCollectionName- display name of the metadata collection.
-
getMaxPageSize
public int getMaxPageSize()
Return the maximum PageSize- Specified by:
getMaxPageSizein interfaceOMRSMetadataCollectionManager- Returns:
- maximum number of elements that can be retrieved on a request.
-
setMaxPageSize
public void setMaxPageSize(int maxPageSize)
Set up the maximum PageSize- Specified by:
setMaxPageSizein interfaceOMRSMetadataCollectionManager- Parameters:
maxPageSize- maximum number of elements that can be retrieved on a request.
-
validateRepositoryIsActive
public void validateRepositoryIsActive(String methodName) throws RepositoryErrorException
Throw a RepositoryErrorException if the connector is not active.- Parameters:
methodName- name of calling method- Throws:
RepositoryErrorException- repository connector has not started or has been disconnected.
-
getMetadataCollection
public OMRSMetadataCollection getMetadataCollection() throws RepositoryErrorException
Returns the metadata collection object that provides an OMRS abstraction of the metadata within a metadata repository.- Specified by:
getMetadataCollectionin interfaceOMRSMetadataCollectionManager- Returns:
- OMRSMetadataInstanceStore metadata information retrieved from the metadata repository.
- Throws:
RepositoryErrorException- no metadata collection
-
-