Interface | osid.repository.Repository | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
A repository defines a collection of assets. | ||
Method | getRepositoryRecord | ||
Description |
Gets the record corresponding to the given | ||
Parameters | osid.type.Type | repositoryRecordType | a repository record type |
Return | osid.repository.records.RepositoryRecord | the repository record | |
Errors | NULL_ARGUMENT | repositoryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(repositoryRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |