Interface | osid.workflow.rules.StepConstrainerEnablerSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing step constrainer enabler searches. | ||
Method | searchAmongStepConstrainerEnablers | ||
Description |
Execute this search among the given list of step constrainer enablers. | ||
Parameters | osid.id.IdList | stepConstrainerEnablerIds | list of step constrainer enablers |
Errors | NULL_ARGUMENT | stepConstrainerEnablerIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderStepConstrainerEnablerResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.workflow.rules.StepConstrainerEnablerSearchOrder | stepConstrainerEnablerSearchOrder | step constrainer enabler search order |
Errors | NULL_ARGUMENT | stepConstrainerEnablerSearchOrder is null | |
UNSUPPORTED | stepConstrainerEnablerSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getStepConstrainerEnablerSearchRecord | ||
Description |
Gets the step constrainer enabler search record
corresponding to the given step constrainer enabler search
record | ||
Parameters | osid.type.Type | stepConstrainerEnablerSearchRecordType | a step constrainer enabler search record type |
Return | osid.workflow.rules.records.StepConstrainerEnablerSearchRecord | the step constrainer enabler search record | |
Errors | NULL_ARGUMENT | stepConstrainerEnablerSearchRecordType is null
| |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(stepConstrainerEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |