OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessProcessorSearchResults
Implementsosid.OsidSearchResults
Used Byosid.workflow.rules.ProcessProcessorSearchSession
Description

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

MethodgetProcessProcessors
Description

Gets the process processor list resulting from a search.

Returnosid.workflow.rules.ProcessProcessorListthe process processor list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetProcessProcessorQueryInspector
Description

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

Returnosid.workflow.rules.ProcessProcessorQueryInspectorthe process processor query inspector
CompliancemandatoryThis method must be implemented.
MethodgetProcessProcessorSearchResultsRecord
Description

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

Parametersosid.type.TypeprocessProcessorSearchRecordTypea process processor search record type
Returnosid.workflow.rules.records.ProcessProcessorSearchResultsRecordthe process processor search results record
ErrorsNULL_ARGUMENTprocessProcessorSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processProcessorSearchRecordType) is false
CompliancemandatoryThis method must be implemented.