Interface | osid.personnel.PositionSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getPositions | ||
Description |
Gets the position list resulting from a search. | ||
Return | osid.personnel.PositionList | the position list | |
Errors | ILLEGAL_STATE | the list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getPositionQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.personnel.PositionQueryInspector | the query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getPositionSearchResultsRecord | ||
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.PositionSearchResultsRecord | the position search results 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. |