OSID Logo
OSID Specifications
resourcing package
Version 3.0.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.IdListfoundryIdslist of foundries
ErrorsNULL_ARGUMENTfoundryIds is null
CompliancemandatoryThis method must be implemented.
MethodorderFoundryResults
Description

Specify an ordering to the search results.

Parametersosid.resourcing.FoundrySearchOrderfoundrySearchOrderfoundry search order
ErrorsNULL_ARGUMENTfoundrySearchOrder is null
UNSUPPORTEDfoundrySearchOrder is not of this service
CompliancemandatoryThis 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.TypefoundrySearchRecordTypea foundry search record type
Returnosid.resourcing.records.FoundrySearchRecordthe foundry search record
ErrorsNULL_ARGUMENTfoundrySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(foundrySearchRecordType) is false
CompliancemandatoryThis method must be implemented.