Interface | osid.hold.BlockForm | ||
---|---|---|---|
Implements | osid.OsidObjectForm | ||
Description |
This is the form for creating and updating | ||
Method | getIssuesMetadata | ||
Description |
Gets the metadata for the issues. | ||
Return | osid.Metadata | metadata for the issues | |
Compliance | mandatory | This method must be implemented. | |
Method | setIssues | ||
Description |
Sets the issues. | ||
Parameters | osid.id.Id[] | issueIds | the new issues |
Errors | INVALID_ARGUMENT | issueIds is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | issueIds is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearIssues | ||
Description |
Removes the issues. | ||
Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getBlockFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | blockRecordType | a block record type |
Return | osid.hold.records.BlockFormRecord | the block form 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. |