Interface | osid.repository.Composition | ||
---|---|---|---|
Implements | osid.OsidObject | ||
osid.Containable | |||
osid.Operable | |||
osid.Sourceable | |||
Description |
A | ||
Method | getChildrenIds | ||
Description |
Gets the child | ||
Return | osid.id.IdList | the composition child Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildren | ||
Description |
Gets the children of this composition. | ||
Return | osid.repository.CompositionList | the composition children | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getCompositionRecord | ||
Description |
Gets the composition record corresponding to the given
| ||
Parameters | osid.type.Type | compositionRecordType | a composition record type |
Return | osid.repository.records.CompositionRecord | the composition record | |
Errors | NULL_ARGUMENT | compositionRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(compositionRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |