Interface | osid.workflow.rules.ProcessEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getProcessEnablers | ||
Description |
Gets the | ||
Return | osid.workflow.rules.ProcessEnablerList | the process enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getProcessEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.workflow.rules.ProcessEnablerQueryInspector | the process enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getProcessEnablerSearchResultsRecord | ||
Description |
Gets the process enabler search results record
corresponding to the given process enabler search record
| ||
Parameters | osid.type.Type | processEnablerSearchRecordType | a process enabler search record type |
Return | osid.workflow.rules.records.ProcessEnablerSearchResultsRecord | the process enabler search results record | |
Errors | NULL_ARGUMENT | processEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(processEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |