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