Uses of Interface
org.osid.provisioning.rules.BrokerProcessorEnablerList
Packages that use BrokerProcessorEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of BrokerProcessorEnablerList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return BrokerProcessorEnablerListModifier and TypeMethodDescriptionBrokerProcessorEnablerLookupSession.getBrokerProcessorEnablers()Gets allBrokerProcessorEnablers.BrokerProcessorEnablerSearchResults.getBrokerProcessorEnablers()Gets the broker processor enabler list resulting from a search.BrokerProcessorEnablerDistributorSession.getBrokerProcessorEnablersByDistributor(Id distributorId) Gets the list ofBrokerProcessorEnablersassociated with aDistributor.BrokerProcessorEnablerDistributorSession.getBrokerProcessorEnablersByDistributors(IdList distributorIds) Gets the list ofBrokerProcessorEnablerscorresponding to a list ofDistributors.BrokerProcessorEnablerLookupSession.getBrokerProcessorEnablersByGenusType(Type brokerProcessorEnablerGenusType) Gets aBrokerProcessorEnablerListcorresponding to the given broker processor enabler genusTypewhich does not include broker processor enablers of genus types derived from the specifiedType.BrokerProcessorEnablerLookupSession.getBrokerProcessorEnablersByIds(IdList brokerProcessorEnablerIds) Gets aBrokerProcessorEnablerListcorresponding to the givenIdList.BrokerProcessorEnablerLookupSession.getBrokerProcessorEnablersByParentGenusType(Type brokerProcessorEnablerGenusType) Gets aBrokerProcessorEnablerListcorresponding to the given broker processor enabler genusTypeand include any additional broker processor enablers with genus types derived from the specifiedType.BrokerProcessorEnablerQuerySession.getBrokerProcessorEnablersByQuery(BrokerProcessorEnablerQuery brokerProcessorEnablerQuery) Gets a list ofBrokerProcessorEnablersmatching the given search.BrokerProcessorEnablerLookupSession.getBrokerProcessorEnablersByRecordType(Type brokerProcessorEnablerRecordType) Gets aBrokerProcessorEnablerListcontaining the given broker processor enabler recordType.BrokerProcessorEnablerRuleLookupSession.getBrokerProcessorEnablersForBrokerProcessor(Id brokerProcessorId) Gets theBrokerProcessorEnablersassociated with aBrokerProcessor.BrokerProcessorEnablerLookupSession.getBrokerProcessorEnablersOnDate(DateTime from, DateTime to) Gets aBrokerProcessorEnablerListthat are effective for the entire given date range but not confined to the date range.BrokerProcessorEnablerLookupSession.getBrokerProcessorEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aBrokerProcessorEnablerListthat are effective for the entire given date range but not confined to the date range and evaluated against the given agent.