public class EnterpriseAccessConfig extends Object implements Serializable
| Constructor and Description |
|---|
EnterpriseAccessConfig()
Default Constructor does nothing.
|
EnterpriseAccessConfig(String enterpriseMetadataCollectionName,
String enterpriseMetadataCollectionId,
Connection enterpriseOMRSTopicConnection,
OpenMetadataEventProtocolVersion enterpriseOMRSTopicProtocolVersion)
Constructor to set up all configuration values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEnterpriseMetadataCollectionId()
Return the unique identifier for the combined metadata collection covered by the
connected open metadata repositories.
|
String |
getEnterpriseMetadataCollectionName()
Return the name of the combined metadata collection covered by the connected open
metadata repositories.
|
Connection |
getEnterpriseOMRSTopicConnection()
Return the connection for the Enterprise OMRS Topic connector.
|
OpenMetadataEventProtocolVersion |
getEnterpriseOMRSTopicProtocolVersion()
Return the protocol version to use on the EnterpriseOMRSTopicConnector.
|
void |
setEnterpriseMetadataCollectionId(String enterpriseMetadataCollectionId)
Set up the unique identifier for the combined metadata collection covered by the
connected open metadata repositories.
|
void |
setEnterpriseMetadataCollectionName(String enterpriseMetadataCollectionName)
Set up the name of the combined metadata collection covered by the connected open
metadata repositories.
|
void |
setEnterpriseOMRSTopicConnection(Connection enterpriseOMRSTopicConnection)
Set up the connection for the Enterprise OMRS Topic connector.
|
void |
setEnterpriseOMRSTopicProtocolVersion(OpenMetadataEventProtocolVersion enterpriseOMRSTopicProtocolVersion)
Set up the protocol version to use on the EnterpriseOMRSTopicConnector.
|
public EnterpriseAccessConfig()
public EnterpriseAccessConfig(String enterpriseMetadataCollectionName, String enterpriseMetadataCollectionId, Connection enterpriseOMRSTopicConnection, OpenMetadataEventProtocolVersion enterpriseOMRSTopicProtocolVersion)
enterpriseMetadataCollectionName - name of the combined metadata collection covered by the connected open
metadata repositories. Used for messages.enterpriseMetadataCollectionId - unique identifier for the combined metadata collection covered by the
connected open metadata repositories.enterpriseOMRSTopicConnection - connection for the OMRS Topic connector.enterpriseOMRSTopicProtocolVersion - protocol version enumpublic String getEnterpriseMetadataCollectionName()
public void setEnterpriseMetadataCollectionName(String enterpriseMetadataCollectionName)
enterpriseMetadataCollectionName - String namepublic String getEnterpriseMetadataCollectionId()
public void setEnterpriseMetadataCollectionId(String enterpriseMetadataCollectionId)
enterpriseMetadataCollectionId - Unique identifier (guid)public Connection getEnterpriseOMRSTopicConnection()
public void setEnterpriseOMRSTopicConnection(Connection enterpriseOMRSTopicConnection)
enterpriseOMRSTopicConnection - Connection objectpublic OpenMetadataEventProtocolVersion getEnterpriseOMRSTopicProtocolVersion()
public void setEnterpriseOMRSTopicProtocolVersion(OpenMetadataEventProtocolVersion enterpriseOMRSTopicProtocolVersion)
enterpriseOMRSTopicProtocolVersion - protocol version enumCopyright © 2017–2018 ODPi. All rights reserved.