| Interface | osid.resourcing.Job | ||
|---|---|---|---|
| Implements | osid.OsidGovernator | ||
| Description |
A | ||
| Method | getCompetencyIds | ||
| Description |
Gets the | ||
| Return | osid.id.IdList | the competency Ids | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCompetencies | ||
| Description |
Gets the competencies. | ||
| Return | osid.resourcing.CompetencyList | the competencies | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getJobRecord | ||
| Description |
Gets the job record corresponding to the given | ||
| Parameters | osid.type.Type | jobRecordType | the type of job record to retrieve |
| Return | osid.resourcing.records.JobRecord | the job 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. | |