Uses of Interface
org.osid.provisioning.BrokerList
Packages that use BrokerList
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 BrokerList in org.osid.provisioning
Methods in org.osid.provisioning that return BrokerListModifier and TypeMethodDescriptionBrokerLookupSession.getBrokers()Gets allBrokers.BrokerSearchResults.getBrokers()Gets the broker list resulting from a search.BrokerLookupSession.getBrokersByBrokerage(Id resourceId) Gets aBrokerListcontaining of the given brokerage.BrokerDistributorSession.getBrokersByDistributor(Id distributorId) Gets the list ofBrokersassociated with aDistributor.BrokerDistributorSession.getBrokersByDistributors(IdList distributorIds) Gets the list ofBrokercorresponding to a list ofDistributors.BrokerLookupSession.getBrokersByGenusType(Type brokerGenusType) Gets aBrokerListcorresponding to the given broker genusTypewhich does not include brokers of genus types derived from the specifiedType.BrokerLookupSession.getBrokersByIds(IdList brokerIds) Gets aBrokerListcorresponding to the givenIdList.BrokerLookupSession.getBrokersByParentGenusType(Type brokerGenusType) Gets aBrokerListcorresponding to the given broker genusTypeand include any additional brokers with genus types derived from the specifiedType.BrokerQuerySession.getBrokersByQuery(BrokerQuery brokerQuery) Gets a list ofBrokersmatching the given broker query.BrokerLookupSession.getBrokersByRecordType(Type brokerRecordType) Gets aBrokerListcontaining the given broker recordType. -
Uses of BrokerList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return BrokerListModifier and TypeMethodDescriptionBrokerConstrainerRuleLookupSession.getBrokersForBrokerConstrainer(Id brokerConstrainerId) Gets theBrokersmapped to aBrokerConstrainer.BrokerEnablerRuleLookupSession.getBrokersForBrokerEnabler(Id brokerEnablerId) Gets theBrokersmapped to aBrokerEnabler.BrokerProcessorRuleLookupSession.getBrokersForBrokerProcessor(Id brokerProcessorId) Gets theBrokersmapped to aBrokerProcessor.