| Interface | osid.workflow.ProcessQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidGovernatorQueryInspector | ||
| Description |
This is the query inspector for examining process queries. | ||
| Method | getEnabledTerms | ||
| Description |
Gets the enabled query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInitialStepIdTerms | ||
| Description |
Gets the initial step | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInitialStepTerms | ||
| Description |
Gets the initial step query terms. | ||
| Return | osid.workflow.StepQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInitialStateIdTerms | ||
| Description |
Gets the initial state | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInitialStateTerms | ||
| Description |
Gets the initial state query terms. | ||
| Return | osid.process.StateQueryInspector[] | 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 | 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 | getProcessQueryInspectorRecord | ||
| Description |
Gets the process query inspector record corresponding
to the given | ||
| Parameters | osid.type.Type | processRecordType | a process record type |
| Return | osid.workflow.records.ProcessQueryInspectorRecord | the process query inspector record | |
| Errors | NULL_ARGUMENT | processRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |