| Interface | osid.workflow.rules.StepEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.workflow.rules.StepEnablerSearchResults | ||
osid.workflow.rules.StepEnablerSmartOfficeSession | |||
| Description |
This is the query inspector for examining step enabler queries. | ||
| Method | getRuledStepIdTerms | ||
| Description |
Gets the step | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledStepTerms | ||
| Description |
Gets the step query terms. | ||
| Return | osid.workflow.StepQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfficeIdTerms | ||
| Description |
Gets the office | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfficeTerms | ||
| Description |
Gets the office query terms. | ||
| Return | osid.workflow.OfficeQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStepEnablerQueryInspectorRecord | ||
| Description |
Gets the step enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | stepEnablerRecordType | a step enabler record type |
| Return | osid.workflow.rules.records.StepEnablerQueryInspectorRecord | the step enabler query inspector record | |
| Errors | NULL_ARGUMENT | stepEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(stepEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |