Interface | osid.provisioning.QueueQueryInspector | ||
---|---|---|---|
Implements | osid.OsidGovernatorQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
Description |
This is the query inspector for examning queue 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 | 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 | getSizeTerms | ||
Description |
Gets the size query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getEWATerms | ||
Description |
Gets the ewa query terms. | ||
Return | osid.search.terms.DurationRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCanSpecifyProvisionableTerms | ||
Description |
Gets the can request provisionables query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDistributorIdTerms | ||
Description |
Gets the distributor | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDistributorTerms | ||
Description |
Gets the distributor query terms. | ||
Return | osid.provisioning.DistributorQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getQueueQueryInspectorRecord | ||
Description |
Gets the queue query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | queueRecordType | a queue record type |
Return | osid.provisioning.records.QueueQueryInspectorRecord | the queue query inspector record | |
Errors | NULL_ARGUMENT | queueRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(queueRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |