| Interface | osid.resourcing.WorkForm | ||
|---|---|---|---|
| Implements | osid.OsidObjectForm | ||
osid.OsidSubjugateableForm | |||
| Description |
This is the form for creating and updating | ||
| Method | getCompetenciesMetadata | ||
| Description |
Gets the metadata for the competencies. | ||
| Return | osid.Metadata | metadata for the competency | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setCompetencies | ||
| Description |
Sets specific competencies required for this work. | ||
| Parameters | osid.id.IdList | competencyIds | the new competencies |
| Errors | INVALID_ARGUMENT | competencyIds is invalid | |
| NO_ACCESS | Metadata.isReadOnly() is true | ||
| NULL_ARGUMENT | competencyId is null | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCompetencies | ||
| Description |
Removes the competencies. | ||
| Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getWorkFormRecord | ||
| Description |
Gets the | ||
| Parameters | osid.type.Type | workRecordType | a work record type |
| Return | osid.resourcing.records.WorkFormRecord | the work form record | |
| Errors | NULL_ARGUMENT | workRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(workRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |