| Modifier and Type | Method and Description |
|---|---|
protected String |
ConnectedAssetClientBase.getAssetForConnection(OCFRESTClient restClient,
String serviceName,
String userId,
String connectionGUID)
Returns the unique identifier for the asset connected to the requested connection.
|
protected Asset |
ConnectedAssetClientBase.getAssetSummary(OCFRESTClient restClient,
String serviceName,
String userId,
String guid,
String methodName)
Return the basic properties of a asset.
|
protected Connection |
ConnectedAssetClientBase.getConnectionByGUID(OCFRESTClient restClient,
String serviceName,
String userId,
String guid)
Returns the connection corresponding to the supplied connection GUID.
|
protected Connection |
ConnectedAssetClientBase.getConnectionByName(OCFRESTClient restClient,
String serviceName,
String userId,
String name)
Returns the connection object corresponding to the supplied connection name.
|
protected Connection |
ConnectedAssetClientBase.getConnectionForAsset(OCFRESTClient restClient,
String serviceName,
String userId,
String assetGUID)
Returns the connection corresponding to the supplied asset GUID.
|
protected Connector |
ConnectedAssetClientBase.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.
|
| Constructor and 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.
|
Copyright © 2018–2020 ODPi. All rights reserved.