Interface | osid.provisioning.rules.QueueConstrainerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidConstrainerQueryInspector | ||
Description |
This is the query inspector for examining queue constrainer queries. | ||
Method | getSizeLimitTerms | ||
Description |
Gets the size limit query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRequiresProvisionsTerms | ||
Description |
Gets the requires provisions query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRequiredProvisionPoolIdTerms | ||
Description |
Gets the required provision pool | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRequiredProvisionPoolTerms | ||
Description |
Gets the required provision pool query terms. | ||
Return | osid.provisioning.PoolQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledQueueIdTerms | ||
Description |
Gets the queue | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledQueueTerms | ||
Description |
Gets the queue query terms. | ||
Return | osid.provisioning.QueueQueryInspector[] | 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 | getQueueConstrainerQueryInspectorRecord | ||
Description |
Gets the queue constrainer query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | queueConstrainerRecordType | a queue constrainer record type |
Return | osid.provisioning.rules.records.QueueConstrainerQueryInspectorRecord | the queue constrainer query inspector record | |
Errors | NULL_ARGUMENT | queueConstrainerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(queueConstrainerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |