| Interface | osid.provisioning.ProvisionReturnQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
| Description |
This is the query inspector for examining provision return queries. | ||
| Method | getReturnDateTerms | ||
| Description |
Gets the return date query terms. | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getReturnerIdTerms | ||
| Description |
Gets the returner | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getReturnerTerms | ||
| Description |
Gets the returner query terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getReturningAgentIdTerms | ||
| Description |
Gets the agent | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getReturningAgentTerms | ||
| Description |
Gets the agent query terms. | ||
| Return | osid.authentication.AgentQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProvisionReturnQueryInspectorRecord | ||
| Description |
Gets the provision return query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | provisionReturnRecordType | a provision return record type |
| Return | osid.provisioning.records.ProvisionReturnQueryInspectorRecord | the provision return query inspector record | |
| Errors | NULL_ARGUMENT | provisionReturnRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(provisionReturnRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |