| Interface | osid.provisioning.RequestTransactionQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipQueryInspector | ||
| Description | 
                 This is the query inspector for examining request transaction queries.  | ||
| Method | getBrokerIdTerms | ||
| Description | 
                     Gets the broker   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerTerms | ||
| Description | 
                     Gets the broker query terms.  | ||
| Return | osid.provisioning.BrokerQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmitDateTerms | ||
| Description | 
                     Gets the submit date query terms.  | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmitterIdTerms | ||
| Description | 
                     Gets the resource   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmitterTerms | ||
| Description | 
                     Gets the resource query terms.  | ||
| Return | osid.resource.ResourceQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmittingAgentIdTerms | ||
| Description | 
                     Gets the agent   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmittingAgentTerms | ||
| Description | 
                     Gets the agent query terms.  | ||
| Return | osid.authentication.AgentQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRequestIdTerms | ||
| Description | 
                     Gets the request   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRequestTerms | ||
| Description | 
                     Gets the request query terms.  | ||
| Return | osid.provisioning.RequestQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRequestTransactionQueryInspectorRecord | ||
| Description | 
                     Gets the request transaction query inspector record 
                    corresponding to the given   | ||
| Parameters | osid.type.Type | requestTransactionRecordType | a request transaction record type | 
| Return | osid.provisioning.records.RequestTransactionQueryInspectorRecord | the request transaction query inspector record | |
| Errors | NULL_ARGUMENT |  requestTransactionRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(requestTransactionRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |