OSID Logo
OSID Specifications
process package
Version 3.1.0
Interfaceosid.process.ProcessSearchResults
Implementsosid.OsidSearchResults
Used Byosid.process.ProcessSearchSession
Description

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

MethodgetProcesses
Description

Gets the process list resulting from the search.

Returnosid.process.ProcessList the process list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetProcessQueryInspector
Description

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

Returnosid.process.ProcessQueryInspector the process query inspector
Compliancemandatory This method must be implemented.
MethodgetProcessSearchResultsRecord
Description

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

Parametersosid.type.TypeprocessSearchRecordType a process search record type
Returnosid.process.records.ProcessSearchResultsRecord the process search results record
ErrorsNULL_ARGUMENT processSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processSearchRecordType) is false
Compliancemandatory This method must be implemented.