| Interface | osid.workflow.rules.StepConstrainerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining step constrainer enabler queries. | ||
| Method | getRuledStepConstrainerIdTerms | ||
| Description |
Gets the step constrainer | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledStepConstrainerTerms | ||
| Description |
Gets the step constrainer query terms. | ||
| Return | osid.workflow.rules.StepConstrainerQueryInspector[] | 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 | getStepConstrainerEnablerQueryInspectorRecord | ||
| Description |
Gets the step constrainer enabler query inspector
record corresponding to the given | ||
| Parameters | osid.type.Type | stepConstrainerEnablerRecordType | a step constrainer enabler record type |
| Return | osid.workflow.rules.records.StepConstrainerEnablerQueryInspectorRecord | the step constrainer enabler query inspector record | |
| Errors | NULL_ARGUMENT | stepConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(stepConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |