Interface | osid.workflow.rules.StepConstrainerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidConstrainerQueryInspector | ||
Description |
This is the query inspector for examining step constrainer 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 | getStepConstrainerQueryInspectorRecord | ||
Description |
Gets the step constrainer query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | stepConstrainerRecordType | a step constrainer record type |
Return | osid.workflow.rules.records.StepConstrainerQueryInspectorRecord | the step constrainer query inspector record | |
Errors | NULL_ARGUMENT | stepConstrainerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(stepConstrainerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |