Interface | osid.hold.Issue | ||
---|---|---|---|
Implements | osid.OsidObject | ||
Description |
A | ||
Method | getBureauId | ||
Description |
Gets the | ||
Return | osid.id.Id | the resource Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getBureau | ||
Description |
Gets the resource that has authority for this issue. | ||
Return | osid.resource.Resource | the resource | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getIssueRecord | ||
Description |
Gets the issue record corresponding to the given | ||
Parameters | osid.type.Type | issueRecordType | the type of issue record to retrieve |
Return | osid.hold.records.IssueRecord | the issue record | |
Errors | NULL_ARGUMENT | issueRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(issueRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |