Interface | osid.workflow.rules.StepConstrainerEnablerSearchSession | ||
---|---|---|---|
Implements | osid.workflow.rules.StepConstrainerEnablerQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
Method | getStepConstrainerEnablerSearch | ||
Description |
Gets a step constrainer enabler search. | ||
Return | osid.workflow.rules.StepConstrainerEnablerSearch | the step constrainer enabler search | |
Compliance | mandatory | This method must be implemented. | |
Method | getStepConstrainerEnablerSearchOrder | ||
Description |
Gets a step constrainer enabler search order. The
| ||
Return | osid.workflow.rules.StepConstrainerEnablerSearchOrder | the step constrainer enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getStepConstrainerEnablersBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.workflow.rules.StepConstrainerEnablerQuery | stepConstrainerEnablerQuery | the step constrainer enabler query |
osid.workflow.rules.StepConstrainerEnablerSearch | stepConstrainerEnablerSearch | the step constrainer enabler search | |
Return | osid.workflow.rules.StepConstrainerEnablerSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | stepConstrainerEnablerQuery or
stepConstrainerEnablerSearch is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | stepConstrainerEnablerQuery or
stepConstrainerEnablerSearch is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getStepConstrainerEnablerQueryFromInspector | ||
Description |
Gets a step constrainer enabler query from an
inspector. The inspector is available from a | ||
Parameters | osid.workflow.rules.StepConstrainerEnablerQueryInspector | stepConstrainerEnablerQueryInspector | a step constrainer enabler query inspector |
Return | osid.workflow.rules.StepConstrainerEnablerQuery | the step constrainer enabler query | |
Errors | NULL_ARGUMENT | stepConstrainerEnablerQueryInspector is null | |
UNSUPPORTED | stepConstrainerEnablerQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |