OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.FoundrySearch
Implementsosid.OsidSearch
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_ARGUMENT foundryIds is null
CompliancemandatoryThis method must be implemented.
MethodorderFoundryResults
Description

Specify an ordering to the search results.

Parametersosid.resourcing.FoundrySearchOrderfoundrySearchOrderfoundry search order
ErrorsNULL_ARGUMENT foundrySearchOrder is null
UNSUPPORTED foundrySearchOrder 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_ARGUMENT foundrySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(foundrySearchRecordType) is false
CompliancemandatoryThis method must be implemented.