public interface IAssetType
| Modifier and Type | Method and Description |
|---|---|
IAttributeDefinition |
getAttributeDefinition(String name)
Get the definition of the specified attribute
|
IAssetType |
getBase()
Get the base asset for this type
|
IAttributeDefinition |
getDefaultOrderBy()
Get attribute on which this asset is sorted by default.
|
IAttributeDefinition |
getDescriptionAttribute() |
String |
getDisplayName()
Get the display name for this asset type
|
IAttributeDefinition |
getNameAttribute() |
IOperation |
getOperation(String name) |
IAttributeDefinition |
getShortNameAttribute() |
String |
getToken()
Return the token for this Asset Type
|
boolean |
isA(IAssetType targetType)
Determine if this Asset Type is the same as or derived from another type
|
boolean isA(IAssetType targetType) throws MetaException
targetType - - type to check againstMetaException - if we cannot retrieve meta information for targetTypeIAttributeDefinition getAttributeDefinition(String name) throws MetaException
name - of attributeMetaException - if the Attribute is invalidString getToken()
IAssetType getBase() throws MetaException
MetaException - - if base cannot be determinedString getDisplayName()
IAttributeDefinition getDefaultOrderBy() throws MetaException
MetaException - if we cannot obtain this information.IOperation getOperation(String name) throws MetaException
name - name of operationMetaException - if an error occurs finding the attributeIAttributeDefinition getShortNameAttribute() throws MetaException
MetaException - if an error occurs finding the attributeIAttributeDefinition getNameAttribute() throws MetaException
MetaException - if an error occurs finding the attributeIAttributeDefinition getDescriptionAttribute() throws MetaException
MetaException - if an error occurs finding the attributeCopyright © 2021 VersionOne, Inc.. All rights reserved.