Interface | osid.personnel.PositionSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing position searches. | ||
Method | searchAmongPositions | ||
Description |
Execute this search among the given list of positions. | ||
Parameters | osid.id.IdList | positionIds | list of positions |
Errors | NULL_ARGUMENT | positionIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderPositionResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.personnel.PositionSearchOrder | positionSearchOrder | position search order |
Errors | NULL_ARGUMENT | positionSearchOrder is null | |
UNSUPPORTED | positionSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getPositionSearchRecord | ||
Description |
Gets the record corresponding to the given position
search record | ||
Parameters | osid.type.Type | positionSearchRecordType | a position search record type |
Return | osid.personnel.records.PositionSearchRecord | the position search record | |
Errors | NULL_ARGUMENT | positionSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(positionSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |