public interface Family extends OsidCatalog
A Family
represents a collection of relationships. Like
all OSID objects, a Family
is identified by its Id
and any persisted references should use the Id.
Modifier and Type | Method and Description |
---|---|
FamilyRecord |
getFamilyRecord(Type familyRecordType)
Gets the famly record corresponding to the given
Family
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
FamilyRecord getFamilyRecord(Type familyRecordType) throws OperationFailedException, PermissionDeniedException
Family
record Type.
This method is used to retrieve an object
implementing the requested record. The familyRecordType
may be the Type
returned in getRecordTypes()
or any of its parents in a Type
hierarchy where
hasRecordType(familyRecordType)
is true
.familyRecordType
- the type of family record to retrieveNullArgumentException
- familyRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(familyRecordType)
is false
mandatory
- This method must be implemented.