| Interface | osid.workflow.rules.ProcessConstrainerEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Used By | osid.workflow.rules.ProcessConstrainerEnablerSearchSession | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getProcessConstrainerEnablers | ||
| Description |
Gets the process constrainer enabler list resulting from a search. | ||
| Return | osid.workflow.rules.ProcessConstrainerEnablerList | the process constrainer enabler list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessConstrainerEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.workflow.rules.ProcessConstrainerEnablerQueryInspector | the process constrainer enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessConstrainerEnablerSearchResultsRecord | ||
| Description |
Gets the process constrainer enabler search results
record corresponding to the given process constrainer
enabler search record | ||
| Parameters | osid.type.Type | processConstrainerEnablerSearchRecordType | a process constrainer enabler search record type |
| Return | osid.workflow.rules.records.ProcessConstrainerEnablerSearchResultsRecord | the process constrainer enabler search results record | |
| Errors | NULL_ARGUMENT | processConstrainerEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processConstrainerEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |