Uses of Interface
org.osid.provisioning.BrokerQuery
Packages that use BrokerQuery
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning
service.
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of BrokerQuery in org.osid.provisioning
Methods in org.osid.provisioning that return BrokerQueryModifier and TypeMethodDescriptionBrokerQuerySession.getBrokerQuery()Gets a broker query.BrokerSmartDistributorSession.getBrokerQuery()Gets a broker query.DistributorQuery.getBrokerQuery()Gets the query for a broker.PoolQuery.getBrokerQuery()Gets the query for a broker.ProvisionQuery.getBrokerQuery()Gets the query for aBroker.QueueQuery.getBrokerQuery()Gets the query for a broker.RequestTransactionQuery.getBrokerQuery()Gets the query for a broker.BrokerSearchSession.getBrokerQueryFromInspector(BrokerQueryInspector brokerQueryInspector) Gets a broker query from an inspector.BrokerSmartDistributorSession.getBrokerQueryFromInspector(BrokerQueryInspector brokerQueryInspector) Gets a broker query from an inspector.Methods in org.osid.provisioning with parameters of type BrokerQueryModifier and TypeMethodDescriptionvoidBrokerSmartDistributorSession.applyBrokerQuery(BrokerQuery brokerQuery) Applies a broker query to this distributor.BrokerQuerySession.getBrokersByQuery(BrokerQuery brokerQuery) Gets a list ofBrokersmatching the given broker query.BrokerSearchSession.getBrokersBySearch(BrokerQuery brokerQuery, BrokerSearch brokerSearch) Gets the search results matching the given search query using the given search. -
Uses of BrokerQuery in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return BrokerQueryModifier and TypeMethodDescriptionBrokerEnablerSmartDistributorSession.getBrokerEnablerQueryFromInspector(BrokerEnablerQueryInspector brokerEnablerQueryInspector) Gets a broker enabler query from an inspector.BrokerConstrainerQuery.getRuledBrokerQuery()Gets the query for a broker.BrokerEnablerQuery.getRuledBrokerQuery()Gets the query for a broker.BrokerProcessorQuery.getRuledBrokerQuery()Gets the query for a broker.