public interface AssetKnowledgeInterface
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getTypesOfAsset(String userId)
Return the asset subtype names.
|
Map<String,String> |
getTypesOfAssetWithDescriptions(String userId)
Return the asset subtype names mapped to their descriptions.
|
List<String> getTypesOfAsset(String userId) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userInvalidParameterException - full path or userId is nullPropertyServerException - problem accessing property serverUserNotAuthorizedException - security access problemMap<String,String> getTypesOfAssetWithDescriptions(String userId) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userInvalidParameterException - full path or userId is nullPropertyServerException - problem accessing property serverUserNotAuthorizedException - security access problemCopyright © 2018–2020 ODPi. All rights reserved.