public interface Hierarchy extends OsidCatalog
A Hierarchy represents an authenticatable identity. Like
all OSID objects, a Hierarchy is identified by its Id and
any persisted references should use the Id.
| Modifier and Type | Method and Description |
|---|---|
HierarchyRecord |
getHierarchyRecord(Type hierarchyRecordType)
Gets the hierarchy record corresponding to the given
Hierarchy
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdHierarchyRecord getHierarchyRecord(Type hierarchyRecordType) throws OperationFailedException
Hierarchy
record Type. This method is used to retrieve an
object implementing the requested record. The
hierarchyRecordType may be the Type returned in
getRecordTypes() or any of its parents in a Type
hierarchy where hasRecordType(hierarchyRecordType)
is true .hierarchyRecordType - the type of the record to retrieveNullArgumentException - hierarchyRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(hierarchyrecordType) is false
mandatory - This method must be implemented.