Uses of Class
org.odpi.openmetadata.commonservices.ocf.metadatamanagement.client.OCFRESTClient
-
-
Uses of OCFRESTClient in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.client
Methods in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.client with parameters of type OCFRESTClient Modifier and Type Method Description protected StringConnectedAssetClientBase. getAssetForConnection(OCFRESTClient restClient, String serviceName, String userId, String connectionGUID)Returns the unique identifier for the asset connected to the requested connection.protected AssetConnectedAssetClientBase. getAssetSummary(OCFRESTClient restClient, String serviceName, String userId, String guid, String methodName)Return the basic properties of a asset.protected ConnectionConnectedAssetClientBase. getConnectionByGUID(OCFRESTClient restClient, String serviceName, String userId, String guid)Returns the connection corresponding to the supplied connection GUID.protected ConnectionConnectedAssetClientBase. getConnectionByName(OCFRESTClient restClient, String serviceName, String userId, String name)Returns the connection object corresponding to the supplied connection name.protected ConnectionConnectedAssetClientBase. getConnectionForAsset(OCFRESTClient restClient, String serviceName, String userId, String assetGUID)Returns the connection corresponding to the supplied asset GUID.protected ConnectorConnectedAssetClientBase. getConnectorForConnection(OCFRESTClient restClient, String serviceName, String userId, Connection requestedConnection, String methodName)Use the Open Connector Framework (OCF) to create a connector using the supplied connection.Constructors in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.client with parameters of type OCFRESTClient Constructor Description ConnectedAssetRelatedAssetProperties(String serviceName, String serverName, String userId, String omasServerURL, String assetGUID, OCFRESTClient restClient)Typical constructor.ConnectedAssetUniverse(String serviceName, String remoteServerName, String omasServerURL, String userId, String assetGUID, OCFRESTClient restClient)Constructor used by Connected Asset OMAS for related asset properties.
-