public interface GovernanceEngineClient
| Modifier and Type | Method and Description |
|---|---|
GovernanceClassificationDef |
getGovernanceClassificationDef(String userId,
String classificationGuid) |
List<GovernanceClassificationDef> |
getGovernanceClassificationDefList(String userId,
String classification) |
GovernedAsset |
getGovernedAsset(String userId,
String assetGuid) |
List<GovernedAsset> |
getGovernedAssetList(String userId,
String classification,
String type) |
List<GovernedAsset> getGovernedAssetList(String userId, String classification, String type) throws InvalidParameterException, UserNotAuthorizedException, ClassificationNotFoundException, MetadataServerException, TypeNotFoundException
userId - - String - userId of user making request.classification - - String - name of base classification type (can be null)type - - String - root type of asset (can be null)InvalidParameterException - - one of the parameters is null or invalid.UserNotAuthorizedException - - the requesting user is not authorized to issue this request.ClassificationNotFoundException - - the classification to scope search is not foundTypeNotFoundException - - the classification to scope search is not foundMetadataServerException - - A failure occurred communicating with the metadata repositoryGovernedAsset getGovernedAsset(String userId, String assetGuid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerException, GuidNotFoundException
userId - - String - userId of user making request.assetGuid - - String - guid of asset componentInvalidParameterException - - one of the parameters is null or invalid.UserNotAuthorizedException - - the requesting user is not authorized to issue this request.MetadataServerException - - A failure occurred communicating with the metadata repositoryGuidNotFoundException - - the guid is not foundList<GovernanceClassificationDef> getGovernanceClassificationDefList(String userId, String classification) throws InvalidParameterException, UserNotAuthorizedException, ClassificationNotFoundException, MetadataServerException
userId - - String - userId of user making request.classification - - String - name of base classification typeInvalidParameterException - - one of the parameters is null or invalid.UserNotAuthorizedException - - the requesting user is not authorized to issue this request.MetadataServerException - - A failure occurred communicating with the metadata repositoryClassificationNotFoundException - - the classification to scope search is not foundGovernanceClassificationDef getGovernanceClassificationDef(String userId, String classificationGuid) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerException, GuidNotFoundException
userId - - String - userId of user making request.classificationGuid - - String - classification guidInvalidParameterException - - one of the parameters is null or invalid.UserNotAuthorizedException - - the requesting user is not authorized to issue this request.MetadataServerException - - A failure occurred communicating with the metadata repositoryGuidNotFoundException - - the guid is not foundCopyright © 2018 ODPi. All rights reserved.