| Interface | osid.workflow.OfficeQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidCatalogQueryInspector | ||
| Used By | osid.workflow.OfficeQueryInspector | ||
osid.workflow.OfficeSearchResults | |||
osid.workflow.ProcessQueryInspector | |||
osid.workflow.StepQueryInspector | |||
osid.workflow.WorkQueryInspector | |||
osid.workflow.event.WorkflowEventQueryInspector | |||
osid.workflow.rules.ProcessConstrainerEnablerQueryInspector | |||
osid.workflow.rules.ProcessConstrainerQueryInspector | |||
osid.workflow.rules.ProcessEnablerQueryInspector | |||
osid.workflow.rules.ProcessProcessorEnablerQueryInspector | |||
| show 6 more⦠| |||
osid.workflow.rules.ProcessProcessorQueryInspector | |||
osid.workflow.rules.StepConstrainerEnablerQueryInspector | |||
osid.workflow.rules.StepConstrainerQueryInspector | |||
osid.workflow.rules.StepEnablerQueryInspector | |||
osid.workflow.rules.StepProcessorEnablerQueryInspector | |||
osid.workflow.rules.StepProcessorQueryInspector | |||
| Description |
This is the query inspector for examining office queries. | ||
| 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 | getWorkIdTerms | ||
| Description |
Gets the work | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getWorkTerms | ||
| Description |
Gets the work query terms. | ||
| Return | osid.workflow.WorkQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorOfficeIdTerms | ||
| Description |
Gets the ancestor office | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorOfficeTerms | ||
| Description |
Gets the ancestor office query terms. | ||
| Return | osid.workflow.OfficeQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantOfficeIdTerms | ||
| Description |
Gets the descendant office | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantOfficeTerms | ||
| Description |
Gets the descendant office query terms. | ||
| Return | osid.workflow.OfficeQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfficeQueryInspectorRecord | ||
| Description |
Gets the office query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | officeRecordType | an office record type |
| Return | osid.workflow.records.OfficeQueryInspectorRecord | the office query inspector record | |
| Errors | NULL_ARGUMENT | officeRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(officeRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |