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

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

MethodgetJobConstrainers
Description

Gets the JobConstrainerList resulting from a search.

Returnosid.resourcing.rules.JobConstrainerListthe job constrainer list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetJobConstrainerQueryInspector
Description

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

Returnosid.resourcing.rules.JobConstrainerQueryInspectorthe job constrainer query inspector
CompliancemandatoryThis method must be implemented.
MethodgetJobConstrainerSearchResultsRecord
Description

Gets the job constrainer search results record corresponding to the given job constrainer search record Type. This method must be used to retrieve an object implementing the requested record.

Parametersosid.type.TypejobConstrainerSearchRecordTypea job constrainer search record type
Returnosid.resourcing.rules.records.JobConstrainerSearchResultsRecordthe job constrainer search results record
ErrorsNULL_ARGUMENT jobConstrainerSearchRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(jobConstrainerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.