Interface | osid.process.ProcessQueryInspector | ||
---|---|---|---|
Implements | osid.OsidCatalogQueryInspector | ||
Description |
This is the query inspector for examining process queries. | ||
Method | getStateIdTerms | ||
Description |
Gets the state | ||
Return | osid.search.terms.IdTerm[] | the state Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getStateTerms | ||
Description |
Gets the state terms. | ||
Return | osid.process.StateQueryInspector[] | the state terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorProcessIdTerms | ||
Description |
Gets the ancestor process | ||
Return | osid.search.terms.IdTerm[] | the ancestor process Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorProcessTerms | ||
Description |
Gets the ancestor process terms. | ||
Return | osid.process.ProcessQueryInspector[] | the ancestor process terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantProcessIdTerms | ||
Description |
Gets the descendant process | ||
Return | osid.search.terms.IdTerm[] | the descendant process Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantProcessTerms | ||
Description |
Gets the descendant process terms. | ||
Return | osid.process.ProcessQueryInspector[] | the descendant process 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.process.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. |