public class AssetCatalogAssetService extends Object
| Constructor and Description |
|---|
AssetCatalogAssetService() |
public static void setRepositoryConnector(OMRSRepositoryConnector localRepositoryConnector)
localRepositoryConnector - - link to the local repository responsible for servicing the REST calls.
If localRepositoryConnector is null when a REST calls is received, the request
is rejected.public AssetDescriptionResponse getAssetSummaryById(String userId, String assetId)
public AssetDescriptionResponse getAssetDetailsById(String userId, String assetId)
public ClassificationsResponse getClassificationByAssetGUID(String userId, String assetId, Integer limit, Integer offset)
public RelationshipsResponse getAssetRelationships(String userId, String assetId, String relationshipType, Status status, Integer fromElement, Integer pageSize, String property, SequenceOrderType orderType)
public AssetDescriptionResponse getAssetsByClassificationName(String userId, String assetTypeId, String classificationName, Integer limit, Integer offset, String orderProperty, SequenceOrderType orderType, Status status)
public AssetDescriptionResponse getAssetsByProperty(String userId, String assetTypeId, String matchProperty, String propertyValue, Integer limit, Integer offset, SequenceOrderType orderType, String orderProperty, Status status)
public AssetDescriptionResponse getAssetsFromNeighborhood(String userId, String entityGUID, List<String> entityTypesGuid, List<String> relationshipTypes, Status relationshipStatus, Integer level)
public RelationshipsResponse getRelationshipsFromNeighborhood(String userId, String entityGUID, List<String> entityTypesGuid, List<String> relationshipTypes, Status relationshipStatus, Integer level)
public AssetDescriptionResponse getAssetUniverseByGUID(String userId, String assetGUID)
public RelationshipsResponse getLinkingRelationships(String userId, String startAssetId, String endAssetId)
public AssetDescriptionResponse getLinkingAssets(String userId, String startAssetId, String endAssetId)
public AssetDescriptionResponse getRelatedAssets(String userId, String startAssetId, String instanceType, Integer limit, Integer offset, SequenceOrderType orderType, String orderProperty, Status status)
public List<AssetDescription> getLastUpdatedAssets(String userId, String entityTypeGUID, Date fromDate, Date toDate, Status status, Integer limit, Integer offset, SequenceOrderType orderType, String orderProperty, Status status1)
Copyright © 2017–2018 ODPi. All rights reserved.