Interface | osid.hold.Block | ||
---|---|---|---|
Implements | osid.OsidObject | ||
Description |
A | ||
Method | getIssueIds | ||
Description |
Gets the | ||
Return | osid.id.IdList | the issue Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getIssues | ||
Description |
Gets the issues. | ||
Return | osid.hold.IssueList | the issues | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getBlockRecord | ||
Description |
Gets the block record corresponding to the given | ||
Parameters | osid.type.Type | blockRecordType | the type of block record to retrieve |
Return | osid.hold.records.BlockRecord | the block record | |
Errors | NULL_ARGUMENT | blockRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(blockRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |