public class AssetCatalogService extends Object
| Constructor and Description |
|---|
AssetCatalogService() |
public AssetDescriptionResponse getAssetSummaryById(String serverName, String userId, String assetId)
public AssetDescriptionResponse getAssetDetailsById(String serverName, String userId, String assetId)
public ClassificationsResponse getClassificationByAssetGUID(String serverName, String userId, String assetId, SearchParameters searchParameters)
public RelationshipsResponse getAssetRelationships(String serverName, String userId, String assetId, SearchParameters parameters)
public AssetDescriptionResponse getAssetsFromNeighborhood(String serverName, String userId, String entityGUID, SearchParameters searchParameters)
public RelationshipsResponse getRelationshipsFromNeighborhood(String serverName, String userId, String entityGUID, SearchParameters searchParameters)
public AssetDescriptionResponse getAssetUniverseByGUID(String serverName, String userId, String assetGUID)
public RelationshipsResponse getLinkingRelationships(String serverName, String userId, String startAssetId, String endAssetId)
public AssetDescriptionResponse getLinkingAssets(String serverName, String userId, String startAssetId, String endAssetId)
public AssetDescriptionResponse getRelatedAssets(String serverName, String userId, String startAssetId, SearchParameters searchParameters)
public List<AssetDescription> getLastUpdatedAssets(String serverName, String userId, SearchParameters searchParameters) throws NotImplementedException
NotImplementedExceptionpublic List<AssetDescription> getLastCreatedAssets(String serverName, String userId, SearchParameters searchParameters) throws NotImplementedException
NotImplementedExceptionpublic AssetResponse findAssetsBySearchedPropertyValue(String serverName, String userId, String searchCriteria, SearchParameters searchParameters)
public AssetResponse buildAssetContext(String serverName, String userId, String assetId)
public AssetResponse searchAssetsGeneric(String serverName, String userId, String searchCriteria, SearchParameters searchParameters)
Copyright © 2018–2019 ODPi. All rights reserved.