Uses of Interface
org.osid.provisioning.rules.BrokerConstrainerEnablerList
Packages that use BrokerConstrainerEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of BrokerConstrainerEnablerList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return BrokerConstrainerEnablerListModifier and TypeMethodDescriptionBrokerConstrainerEnablerLookupSession.getBrokerConstrainerEnablers()Gets allBrokerConstrainerEnablers.BrokerConstrainerEnablerSearchResults.getBrokerConstrainerEnablers()Gets the broker constrainer enabler list resulting from a search.BrokerConstrainerEnablerDistributorSession.getBrokerConstrainerEnablersByDistributor(Id distributorId) Gets the list ofBrokerConstrainerEnablersassociated with aDistributor.BrokerConstrainerEnablerDistributorSession.getBrokerConstrainerEnablersByDistributors(IdList distributorIds) Gets the list ofBrokerConstrainerEnablerscorresponding to a list ofDistributors.BrokerConstrainerEnablerLookupSession.getBrokerConstrainerEnablersByGenusType(Type brokerConstrainerEnablerGenusType) Gets aBrokerConstrainerEnablerListcorresponding to the given broker constrainer enabler genusTypewhich does not include broker constrainer enablers of genus types derived from the specifiedType.BrokerConstrainerEnablerLookupSession.getBrokerConstrainerEnablersByIds(IdList brokerConstrainerEnablerIds) Gets aBrokerConstrainerEnablerListcorresponding to the givenIdList.BrokerConstrainerEnablerLookupSession.getBrokerConstrainerEnablersByParentGenusType(Type brokerConstrainerEnablerGenusType) Gets aBrokerConstrainerEnablerListcorresponding to the given broker constrainer enabler genusTypeand include any additional broker constrainer enablers with genus types derived from the specifiedType.BrokerConstrainerEnablerQuerySession.getBrokerConstrainerEnablersByQuery(BrokerConstrainerEnablerQuery brokerConstrainerEnablerQuery) Gets a list ofBrokerConstrainerEnablersmatching the given search.BrokerConstrainerEnablerLookupSession.getBrokerConstrainerEnablersByRecordType(Type brokerConstrainerEnablerRecordType) Gets aBrokerConstrainerEnablerListcontaining the given broker constrainer enabler recordType.BrokerConstrainerEnablerRuleLookupSession.getBrokerConstrainerEnablersForBrokerConstrainer(Id brokerConstrainerId) Gets theBrokerConstrainerEnablersassociated with aBrokerConstrainer.BrokerConstrainerEnablerLookupSession.getBrokerConstrainerEnablersOnDate(DateTime from, DateTime to) Gets aBrokerConstrainerEnablerListthat are effective for the entire given date range but not confined to the date range.BrokerConstrainerEnablerLookupSession.getBrokerConstrainerEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aBrokerConstrainerEnablerListthat are effective for the entire given date range but not confined to the date range and evaluated against the given agent.