Uses of Interface
org.osid.provisioning.PoolList
Packages that use PoolList
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 PoolList in org.osid.provisioning
Methods in org.osid.provisioning that return PoolListModifier and TypeMethodDescriptionMySupplierSession.getMyPools()Gets all the pools in which the resource related to the authenticated agent is a part.PoolLookupSession.getPools()Gets allPools.PoolSearchResults.getPools()Gets the pool list resulting from a search.PoolDistributorSession.getPoolsByDistributor(Id distributorId) Gets the list ofPoolsassociated with aDistributor.PoolDistributorSession.getPoolsByDistributors(IdList distributorIds) Gets the list ofPoolcorresponding to a list ofDistributors.PoolLookupSession.getPoolsByGenusType(Type poolGenusType) Gets aPoolListcorresponding to the given pool genusTypewhich does not include pools of genus types derived from the specifiedType.PoolLookupSession.getPoolsByIds(IdList poolIds) Gets aPoolListcorresponding to the givenIdList.PoolLookupSession.getPoolsByParentGenusType(Type poolGenusType) Gets aPoolListcorresponding to the given pool genusTypeand include any additional pools with genus types derived from the specifiedType.PoolQuerySession.getPoolsByQuery(PoolQuery poolQuery) Gets a list ofPoolsmatching the given pool query.PoolLookupSession.getPoolsByRecordType(Type poolRecordType) Gets aPoolListcontaining the given pool recordType.PoolLookupSession.getPoolsBySupplier(Id resourceId) Gets aPoolListby supplier.PoolLookupSession.getPoolsForBroker(Id brokerId) Gets aPoolListby broker. -
Uses of PoolList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return PoolListModifier and TypeMethodDescriptionPoolConstrainerRuleLookupSession.getPoolsForPoolConstrainer(Id poolConstrainerId) Gets thePoolsmapped to aPoolConstrainer.PoolEnablerRuleLookupSession.getPoolsForPoolEnabler(Id poolEnablerId) Gets thePoolsmapped to aPoolEnabler.PoolProcessorRuleLookupSession.getPoolsForPoolProcessor(Id poolProcessorId) Gets thePoolsmapped to aPoolProcessor.QueueConstrainer.getRequiredProvisionPools()Gets the pools for the required provisions.