Interface | osid.provisioning.rules.BrokerProcessorQueryInspector | ||
---|---|---|---|
Implements | osid.OsidProcessorQueryInspector | ||
Description |
This is the query inspector for examining broker processor queries. | ||
Method | getLeasingTerms | ||
Description |
Gets the leasing query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getFixedLeaseDurationTerms | ||
Description |
Gets the fixed lease duration query terms. | ||
Return | osid.search.terms.DurationRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMustReturnProvisionsTerms | ||
Description |
Gets the must return provisions query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAllowsProvisionExchangeTerms | ||
Description |
Gets the allows provision exchange query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAllowsCompoundRequestsTerms | ||
Description |
Gets the allows compound requests query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledBrokerIdTerms | ||
Description |
Gets the broker | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledBrokerTerms | ||
Description |
Gets the broker query terms. | ||
Return | osid.provisioning.BrokerQueryInspector[] | 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 | getBrokerProcessorQueryInspectorRecord | ||
Description |
Gets the broker processor query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | brokerProcessorRecordType | a broker processor record type |
Return | osid.provisioning.rules.records.BrokerProcessorQueryInspectorRecord | the broker processor query inspector record | |
Errors | NULL_ARGUMENT | brokerProcessorRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(brokerProcessorRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |