OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.EffortSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetEfforts
Description

Gets the effort list resulting from a search.

Returnosid.resourcing.EffortListthe effort list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetEffortQueryInspector
Description

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

Returnosid.resourcing.EffortQueryInspectorthe effort query inspector
CompliancemandatoryThis method must be implemented.
MethodgetEffortSearchResultsRecord
Description

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

Parametersosid.type.TypeeffortSearchRecordTypean effort search record type
Returnosid.resourcing.records.EffortSearchResultsRecordthe effort search results record
ErrorsNULL_ARGUMENT effortSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(effortSearchRecordType) is false
CompliancemandatoryThis method must be implemented.