public class AssetCatalogRESTService extends Object
| Constructor and Description |
|---|
AssetCatalogRESTService() |
public AssetDescriptionResponse getAssetDetailsByGUID(String serverName, String userId, String assetGUID, String assetTypeName)
public AssetDescriptionResponse getAssetUniverseByGUID(String serverName, String userId, String assetGUID, String assetTypeName)
public ClassificationsResponse getClassificationByAssetGUID(String serverName, String userId, String assetGUID, String assetTypeName, String classificationName)
public RelationshipsResponse getLinkingRelationships(String serverName, String userId, String startAssetId, String endAssetId)
public RelationshipsResponse getAssetRelationships(String serverName, String userId, String assetGUID, String assetTypeName, String relationshipTypeName, Integer startFrom, Integer limit)
public AssetDescriptionResponse getLinkingAssets(String serverName, String userId, String startAssetId, String endAssetId)
public AssetDescriptionResponse getAssetsFromNeighborhood(String serverName, String userId, String entityGUID, SearchParameters searchParameters)
public AssetResponse searchByType(String serverName, String userId, String searchCriteria, SearchParameters searchParameters)
public AssetResponse buildContext(String serverName, String userId, String assetGUID, String assetType)
Copyright © 2018–2019 ODPi. All rights reserved.