| Interface | osid.workflow.rules.ProcessConstrainerEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Used By | osid.workflow.rules.ProcessConstrainerEnablerSearchSession | ||
| Description |
The search interface for governing process constrainer enabler searches. | ||
| Method | searchAmongProcessConstrainerEnablers | ||
| Description |
Execute this search among the given list of process constrainer enablers. | ||
| Parameters | osid.id.IdList | processConstrainerEnablerIds | list of process constrainer enablers |
| Errors | NULL_ARGUMENT | processConstrainerEnablerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderProcessConstrainerEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.workflow.rules.ProcessConstrainerEnablerSearchOrder | processConstrainerEnablerSearchOrder | process constrainer enabler search order |
| Errors | NULL_ARGUMENT | processConstrainerEnablerSearchOrder is null | |
| UNSUPPORTED | processConstrainerEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessConstrainerEnablerSearchRecord | ||
| Description |
Gets the process constrainer enabler search 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.ProcessConstrainerEnablerSearchRecord | the process constrainer enabler search 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. | |