| Interface | osid.workflow.WorkQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description | 
                 This is the query inspector for examining work queries.  | ||
| Method | getSuspendedTerms | ||
| Description | 
                     Gets the suspended query terms.  | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessIdTerms | ||
| Description | 
                     Gets the process   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessTerms | ||
| Description | 
                     Gets the process query terms.  | ||
| Return | osid.workflow.ProcessQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStepIdTerms | ||
| Description | 
                     Gets the step   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStepTerms | ||
| 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 | getWorkQueryInspectorRecord | ||
| Description | 
                     Gets the work query inspector record corresponding to 
                    the given   | ||
| Parameters | osid.type.Type | workRecordType | a work record type | 
| Return | osid.workflow.records.WorkQueryInspectorRecord | the work query inspector record | |
| Errors | NULL_ARGUMENT |  workRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(workRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |