| Interface | osid.workflow.rules.ProcessConstrainerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Used By | osid.workflow.rules.ProcessConstrainerSearchSession | ||
| Description |
The search interface for governing process constrainer searches. | ||
| Method | searchAmongProcessConstrainers | ||
| Description |
Execute this search among the given list of process constrainers. | ||
| Parameters | osid.id.IdList | processConstrainerIds | list of process constrainer |
| Errors | NULL_ARGUMENT | processConstrainerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderProcessConstrainerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.workflow.rules.ProcessConstrainerSearchOrder | processConstrainerSearchOrder | process constrainer search order |
| Errors | NULL_ARGUMENT | processConstrainerSearchOrder is null | |
| UNSUPPORTED | processConstrainerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessConstrainerSearchRecord | ||
| Description |
Gets the process constrainer search record
corresponding to the given process constrainer search
record | ||
| Parameters | osid.type.Type | processConstrainerSearchRecordType | a process constrainer search record type |
| Return | osid.workflow.rules.records.ProcessConstrainerSearchRecord | the process constrainer search record | |
| Errors | NULL_ARGUMENT | processConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |