Interface | osid.process.StateQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
Description |
This is the query inspector for examining state queries. | ||
Method | getProcessIdTerms | ||
Description |
Gets the process | ||
Return | osid.search.terms.IdTerm[] | the process Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getProcessTerms | ||
Description |
Gets the process terms. | ||
Return | osid.process.ProcessQueryInspector[] | the process terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getStateQueryInspectorRecord | ||
Description |
Gets the state query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | stateRecordType | a state record type |
Return | osid.process.records.StateQueryInspectorRecord | the state query inspector record | |
Errors | NULL_ARGUMENT | stateRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(stateRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |