Class EnterpriseOMRSConnectorProperties

All Implemented Interfaces:
Serializable

public class EnterpriseOMRSConnectorProperties extends ConnectedAssetProperties
EnterpriseOMRSConnectorProperties provides information about the connections and the metadata collections that the EnterpriseOMRSRepositoryConnector is retrieving information from.
See Also:
  • Constructor Details

    • EnterpriseOMRSConnectorProperties

      public EnterpriseOMRSConnectorProperties(EnterpriseOMRSRepositoryConnector parentConnector, OMRSConnectorManager connectorManager, String enterpriseMetadataCollectionId, String enterpriseMetadataCollectionName)
      Constructor
      Parameters:
      parentConnector - connector described by these properties
      connectorManager - associated connector manager
      enterpriseMetadataCollectionId - collection identifier to use for this connector
      enterpriseMetadataCollectionName - name of associated metadata collection
  • Method Details