OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Release Candidate Preview
Interfaceosid.personnel.PositionSearchResults
Implementsosid.OsidSearchResults
Description

This interface provides a means to capture results of a search.

MethodgetPositions
Description

Gets the position list resulting from a search.

Returnosid.personnel.PositionListthe position list
ErrorsILLEGAL_STATEthe list has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetPositionQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.personnel.PositionQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetPositionSearchResultsRecord
Description

Gets the record corresponding to the given position search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypepositionSearchRecordTypea position search record type
Returnosid.personnel.records.PositionSearchResultsRecordthe position search results record
ErrorsNULL_ARGUMENT positionSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(positionSearchRecordType) is false
CompliancemandatoryThis method must be implemented.