OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
Interfaceosid.resourcing.FoundrySearchResults
Implementsosid.OsidSearchResults
Used Byosid.resourcing.FoundrySearchSession
Description

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

MethodgetFoundries
Description

Gets the foundry list resulting from a search.

Returnosid.resourcing.FoundryList the foundry list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetFoundryQueryInspector
Description

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

Returnosid.resourcing.FoundryQueryInspector the foundry query inspector
Compliancemandatory This method must be implemented.
MethodgetFoundrySearchResultsRecord
Description

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

Parametersosid.type.TypefoundrySearchRecordType a foundry search record type
Returnosid.resourcing.records.FoundrySearchResultsRecord the foundry search results record
ErrorsNULL_ARGUMENT foundrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(foundrySearchRecordType) is false
Compliancemandatory This method must be implemented.