Uses of Interface
org.osid.provisioning.rules.BrokerEnablerList
Packages that use BrokerEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of BrokerEnablerList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return BrokerEnablerListModifier and TypeMethodDescriptionBrokerEnablerLookupSession.getBrokerEnablers()Gets allBrokerEnablers.BrokerEnablerSearchResults.getBrokerEnablers()Gets the broker enabler list resulting from a search.BrokerEnablerDistributorSession.getBrokerEnablersByDistributor(Id distributorId) Gets the list ofBrokerEnablersassociated with aDistributor.BrokerEnablerDistributorSession.getBrokerEnablersByDistributors(IdList distributorIds) Gets the list ofBrokerEnablerscorresponding to a list ofDistributors.BrokerEnablerLookupSession.getBrokerEnablersByGenusType(Type brokerEnablerGenusType) Gets aBrokerEnablerListcorresponding to the given broker enabler genusTypewhich does not include broker enablers of genus types derived from the specifiedType.BrokerEnablerLookupSession.getBrokerEnablersByIds(IdList brokerEnablerIds) Gets aBrokerEnablerListcorresponding to the givenIdList.BrokerEnablerLookupSession.getBrokerEnablersByParentGenusType(Type brokerEnablerGenusType) Gets aBrokerEnablerListcorresponding to the given broker enabler genusTypeand include any additional broker enablers with genus types derived from the specifiedType.BrokerEnablerQuerySession.getBrokerEnablersByQuery(BrokerEnablerQuery brokerEnablerQuery) Gets a list ofBrokerEnablersmatching the given search.BrokerEnablerLookupSession.getBrokerEnablersByRecordType(Type brokerEnablerRecordType) Gets aBrokerEnablerListcontaining the given broker enabler recordType.BrokerEnablerRuleLookupSession.getBrokerEnablersForBroker(Id brokerId) Gets theBrokerEnablersassociated with aBroker.