| Interface | osid.workflow.rules.ProcessProcessorEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Used By | osid.workflow.rules.ProcessProcessorEnablerSearchSession | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getProcessProcessorEnablers | ||
| Description |
Gets the process processor enabler list resulting from a search. | ||
| Return | osid.workflow.rules.ProcessProcessorEnablerList | the process processor enabler list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessProcessorEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.workflow.rules.ProcessProcessorEnablerQueryInspector | the process processor enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessProcessorEnablerSearchResultsRecord | ||
| Description |
Gets the process processor enabler search results
record corresponding to the given process processor
enabler search record | ||
| Parameters | osid.type.Type | processProcessorEnablerSearchRecordType | a process processor enabler search record type |
| Return | osid.workflow.rules.records.ProcessProcessorEnablerSearchResultsRecord | the process processor enabler search results record | |
| Errors | NULL_ARGUMENT | processProcessorEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processProcessorEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |