Class EnterpriseOMRSConnectorProperties
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
org.odpi.openmetadata.frameworks.connectors.properties.ConnectedAssetProperties
org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.EnterpriseOMRSConnectorProperties
EnterpriseOMRSConnectorProperties provides information about the connections and the metadata collections
that the EnterpriseOMRSRepositoryConnector is retrieving information from.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.ConnectedAssetProperties
assetProperties
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
CURRENT_AUDIT_HEADER_VERSION
-
Constructor Summary
ConstructorDescriptionEnterpriseOMRSConnectorProperties
(EnterpriseOMRSRepositoryConnector parentConnector, OMRSConnectorManager connectorManager, String enterpriseMetadataCollectionId, String enterpriseMetadataCollectionName) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
refresh()
Request the values in the EgeriaConnectedAssetProperties are refreshed with the current values from the metadata repository.Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.ConnectedAssetProperties
getAssetDetail, getAssetSummary, getAssetUniverse, toString
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
equals, getHeaderVersion, hashCode, setHeaderVersion
-
Constructor Details
-
EnterpriseOMRSConnectorProperties
public EnterpriseOMRSConnectorProperties(EnterpriseOMRSRepositoryConnector parentConnector, OMRSConnectorManager connectorManager, String enterpriseMetadataCollectionId, String enterpriseMetadataCollectionName) Constructor- Parameters:
parentConnector
- connector described by these propertiesconnectorManager
- associated connector managerenterpriseMetadataCollectionId
- collection identifier to use for this connectorenterpriseMetadataCollectionName
- name of associated metadata collection
-
-
Method Details
-
refresh
Request the values in the EgeriaConnectedAssetProperties are refreshed with the current values from the metadata repository. In the case of the- Specified by:
refresh
in classConnectedAssetProperties
- Throws:
PropertyServerException
- there is a problem connecting to the server to retrieve metadata.
-