Interface | osid.hold.IssueForm | ||
---|---|---|---|
Implements | osid.OsidObjectForm | ||
Description |
This is the form for creating and updating | ||
Method | getBureauMetadata | ||
Description |
Gets the metadata for the bureau. | ||
Return | osid.Metadata | metadata for the bureau | |
Compliance | mandatory | This method must be implemented. | |
Method | setBureau | ||
Description |
Sets the bureau. | ||
Parameters | osid.id.Id | bureauId | the new bureau |
Errors | INVALID_ARGUMENT | bureauId is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | bureauId is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearBureau | ||
Description |
Removes the bureau. | ||
Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getIssueFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | issueRecordType | an issue record type |
Return | osid.hold.records.IssueFormRecord | the issue form 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. |