Interface | osid.workflow.OfficeQueryInspector | ||
---|---|---|---|
Implements | osid.OsidCatalogQueryInspector | ||
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 | a 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. |