OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessConstrainerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.workflow.rules.ProcessConstrainerSearchSession
Description

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

MethodgetProcessConstrainers
Description

Gets the process constrainer list resulting from a search.

Returnosid.workflow.rules.ProcessConstrainerListthe process constrainer list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetProcessConstrainerQueryInspector
Description

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

Returnosid.workflow.rules.ProcessConstrainerQueryInspectorthe process constrainer query inspector
CompliancemandatoryThis method must be implemented.
MethodgetProcessConstrainerSearchResultsRecord
Description

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

Parametersosid.type.TypeprocessConstrainerSearchRecordTypea process constrainer search record type
Returnosid.workflow.rules.records.ProcessConstrainerSearchResultsRecordthe process constrainer search results record
ErrorsNULL_ARGUMENTprocessConstrainerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processConstrainerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.