Uses of Interface
org.osid.provisioning.rules.ProvisionEnablerList
Packages that use ProvisionEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of ProvisionEnablerList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return ProvisionEnablerListModifier and TypeMethodDescriptionProvisionEnablerLookupSession.getProvisionEnablers()Gets allProvisionEnablers.ProvisionEnablerSearchResults.getProvisionEnablers()Gets the provision enabler list resulting from a search.ProvisionEnablerDistributorSession.getProvisionEnablersByDistributor(Id distributorId) Gets the list ofProvisionEnablersassociated with aDistributor.ProvisionEnablerDistributorSession.getProvisionEnablersByDistributors(IdList distributorIds) Gets the list ofProvisionEnablerscorresponding to a list ofDistributors.ProvisionEnablerLookupSession.getProvisionEnablersByGenusType(Type provisionEnablerGenusType) Gets aProvisionEnablerListcorresponding to the given provision enabler genusTypewhich does not include provision enablers of genus types derived from the specifiedType.ProvisionEnablerLookupSession.getProvisionEnablersByIds(IdList provisionEnablerIds) Gets aProvisionEnablerListcorresponding to the givenIdList.ProvisionEnablerLookupSession.getProvisionEnablersByParentGenusType(Type provisionEnablerGenusType) Gets aProvisionEnablerListcorresponding to the given provision enabler genusTypeand include any additional provision enablers with genus types derived from the specifiedType.ProvisionEnablerQuerySession.getProvisionEnablersByQuery(ProvisionEnablerQuery provisionEnablerQuery) Gets a list ofProvisionEnablersmatching the given search.ProvisionEnablerLookupSession.getProvisionEnablersByRecordType(Type provisionEnablerRecordType) Gets aProvisionEnablerListcontaining the given provision enabler recordType.ProvisionEnablerRuleLookupSession.getProvisionEnablersForProvision(Id provisionId) Gets theProvisionEnablersassociated with aProvision.