OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.ProcessConstrainerList the process constrainer list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetProcessConstrainerQueryInspector
Description

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

Returnosid.workflow.rules.ProcessConstrainerQueryInspector the process constrainer query inspector
Compliancemandatory This 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.TypeprocessConstrainerSearchRecordType a process constrainer search record type
Returnosid.workflow.rules.records.ProcessConstrainerSearchResultsRecord the process constrainer search results record
ErrorsNULL_ARGUMENT processConstrainerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processConstrainerSearchRecordType) is false
Compliancemandatory This method must be implemented.