OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
Interfaceosid.resourcing.FoundrySearch
Implementsosid.OsidSearch
Used Byosid.resourcing.FoundrySearchSession
Description

The search interface for governing foundry searches.

MethodsearchAmongFoundries
Description

Execute this search among the given list of foundries.

Parametersosid.id.IdListfoundryIds list of foundries
ErrorsNULL_ARGUMENT foundryIds is null
Compliancemandatory This method must be implemented.
MethodorderFoundryResults
Description

Specify an ordering to the search results.

Parametersosid.resourcing.FoundrySearchOrderfoundrySearchOrder foundry search order
ErrorsNULL_ARGUMENT foundrySearchOrder is null
UNSUPPORTED foundrySearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetFoundrySearchRecord
Description

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

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