Interface | osid.resourcing.JobForm | ||
---|---|---|---|
Implements | osid.OsidGovernatorForm | ||
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 the competencies. | ||
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 | getJobFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | jobRecordType | a job record type |
Return | osid.resourcing.records.JobFormRecord | the job form record | |
Errors | NULL_ARGUMENT | jobRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(jobRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |