Interface | osid.workflow.rules.StepProcessorEnablerSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing step processor enabler searches. | ||
Method | searchAmongStepProcessorEnablers | ||
Description |
Execute this search among the given list of step processor enablers. | ||
Parameters | osid.id.IdList | stepProcessorEnablerIds | list of step processor enablers |
Errors | NULL_ARGUMENT | stepProcessorEnablerIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderStepProcessorEnablerResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.workflow.rules.StepProcessorEnablerSearchOrder | stepProcessorEnablerSearchOrder | step processor enabler search order |
Errors | NULL_ARGUMENT | stepProcessorEnablerSearchOrder is null | |
UNSUPPORTED | stepProcessorEnablerSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getStepProcessorEnablerSearchRecord | ||
Description |
Gets the step processor enabler search record
corresponding to the given step processor enabler search
record | ||
Parameters | osid.type.Type | stepProcessorEnablerSearchRecordType | a step processor enabler search record type |
Return | osid.workflow.rules.records.StepProcessorEnablerSearchRecord | the step processor enabler search record | |
Errors | NULL_ARGUMENT | stepProcessorEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(stepProcessorEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |