public class ConnectedAssetUniverse extends AssetUniverse
feedback, knownLocations, lineage, meanings, relatedAssets, schemacertifications, connections, externalIdentifiers, externalReferences, licenses, noteLogs, relatedMediaReferencesassetBean| Constructor and Description |
|---|
ConnectedAssetUniverse(String serviceName,
String remoteServerName,
String omasServerURL,
String userId,
String assetGUID)
Constructor used by Asset Consumer OMAS for getAssetProperties() with no authentication
information being attached to the HTTP requests.
|
ConnectedAssetUniverse(String serviceName,
String remoteServerName,
String omasServerURL,
String userId,
String assetGUID,
OCFRESTClient restClient)
Constructor used by Connected Asset OMAS for related asset properties.
|
ConnectedAssetUniverse(String serviceName,
String remoteServerName,
String omasServerURL,
String userId,
String assetGUID,
String connectionGUID)
Constructor used by ConnectedAssetProperties.refresh() with no authentication
information being attached to the HTTP requests.
|
ConnectedAssetUniverse(String serviceName,
String remoteServerName,
String localServerUserId,
String localServerPassword,
String omasServerURL,
String userId,
String assetGUID)
Constructor used by Asset Consumer OMAS for getExtendedProperties() where a userId and password
of the local calling server are embedded in the HTTP requests.
|
ConnectedAssetUniverse(String serviceName,
String remoteServerName,
String localServerUserId,
String localServerPassword,
String omasServerURL,
String userId,
String assetGUID,
String connectionGUID)
Constructor used by ConnectedAssetProperties.refresh() with no authentication
information being attached to the HTTP requests.
|
equals, getFeedback, getKnownLocations, getLineage, getMeanings, getRelatedAssets, getSchema, toStringgetCertifications, getConnections, getExternalIdentifiers, getExternalReferences, getLicenses, getNoteLogs, getRelatedMediaReferencesgetAdditionalProperties, getAssetClassifications, getDescription, getDisplayName, getExtendedProperties, getGUID, getLatestChange, getOwner, getOwnerType, getQualifiedName, getShortDescription, getType, getURL, getZoneMembership, hashCodegetAssetBean, getAssetName, getAssetSuperTypeNames, getAssetTypeName, setAssetBeanpublic ConnectedAssetUniverse(String serviceName, String remoteServerName, String omasServerURL, String userId, String assetGUID) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
serviceName - calling serviceremoteServerName - name of the server.omasServerURL - url used to call the server.userId - userId of user making request.assetGUID - unique id for asset.InvalidParameterException - one of the parameters is null or invalid.PropertyServerException - There is a problem retrieving the asset properties from the property server.UserNotAuthorizedException - the requesting user is not authorized to issue this request.public ConnectedAssetUniverse(String serviceName, String remoteServerName, String localServerUserId, String localServerPassword, String omasServerURL, String userId, String assetGUID) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
serviceName - calling serviceremoteServerName - name of the server.localServerUserId - userId of the local server.localServerPassword - password of the local server.omasServerURL - url used to call the server.userId - userId of user making request.assetGUID - unique id for asset.InvalidParameterException - one of the parameters is null or invalid.PropertyServerException - There is a problem retrieving the asset properties from the property server.UserNotAuthorizedException - the requesting user is not authorized to issue this request.public ConnectedAssetUniverse(String serviceName, String remoteServerName, String omasServerURL, String userId, String assetGUID, OCFRESTClient restClient) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
serviceName - calling serviceremoteServerName - name of the server.omasServerURL - url used to call the server.userId - userId of user making request.assetGUID - unique id for asset.restClient - client for calling rest APIsInvalidParameterException - one of the parameters is null or invalid.PropertyServerException - There is a problem retrieving the asset properties from the property server.UserNotAuthorizedException - the requesting user is not authorized to issue this request.public ConnectedAssetUniverse(String serviceName, String remoteServerName, String omasServerURL, String userId, String assetGUID, String connectionGUID) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
serviceName - calling serviceremoteServerName - name of the server.omasServerURL - url used to call the server.userId - userId of user making request.assetGUID - unique id for asset.connectionGUID - unique id for connection used to access asset.InvalidParameterException - one of the parameters is null or invalid.PropertyServerException - There is a problem retrieving the asset properties from the property server.UserNotAuthorizedException - the requesting user is not authorized to issue this request.public ConnectedAssetUniverse(String serviceName, String remoteServerName, String localServerUserId, String localServerPassword, String omasServerURL, String userId, String assetGUID, String connectionGUID) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
serviceName - calling serviceremoteServerName - name of the server.localServerUserId - userId of the local server.localServerPassword - password of the local server.omasServerURL - url used to call the server.userId - userId of user making request.assetGUID - unique id for asset.connectionGUID - unique id for connection used to access asset.InvalidParameterException - one of the parameters is null or invalid.PropertyServerException - There is a problem retrieving the asset properties from the property server.UserNotAuthorizedException - the requesting user is not authorized to issue this request.Copyright © 2018–2020 ODPi. All rights reserved.