Uses of Interface
org.osid.provisioning.ProvisionableList
Packages that use ProvisionableList
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 ProvisionableList in org.osid.provisioning
Methods in org.osid.provisioning that return ProvisionableListModifier and TypeMethodDescriptionMySupplierSession.getMyProvisionables()Gets all the provisionables in which the resource related to the authenticated agent.ProvisionableLookupSession.getProvisionables()Gets all provisionables.ProvisionableSearchResults.getProvisionables()Gets the provisionable list resulting from a search.ProvisionableDistributorSession.getProvisionablesByDistributor(Id distributorId) Gets the list ofProvisionablesassociated with aDistributor.ProvisionableDistributorSession.getProvisionablesByDistributors(IdList distributorIds) Gets the list ofProvisionablescorresponding to a list ofDistributors.ProvisionableLookupSession.getProvisionablesByGenusType(Type provisionableGenusType) Gets aProvisionableListcorresponding to the given provisionable genusTypewhich does not include provisionables of types derived from the specifiedType.ProvisionableLookupSession.getProvisionablesByIds(IdList provisionableIds) Gets aProvisionableListcorresponding to the givenIdList.ProvisionableLookupSession.getProvisionablesByParentGenusType(Type provisionableGenusType) Gets aProvisionableListcorresponding to the given provisionable genusTypeand include any additional provisionables with genus types derived from the specifiedType.ProvisionableQuerySession.getProvisionablesByQuery(ProvisionableQuery provisionableQuery) Gets a list ofProvisionablesmatching the given provisionable query.ProvisionableLookupSession.getProvisionablesByRecordType(Type provisionableRecordType) Gets aProvisionableListcontaining the given provisionable recordType.ProvisionableLookupSession.getProvisionablesForPool(Id poolId) Gets a list of provisionables for a pool.ProvisionableLookupSession.getProvisionablesForPoolOnDate(Id poolId, DateTime from, DateTime to) Gets a list of provisionables effective during the entire given date range inclusive but not confined to the date range.ProvisionableLookupSession.getProvisionablesForResource(Id resourceId) Gets a list of provisionables for a resource.ProvisionableLookupSession.getProvisionablesForResourceAndPool(Id resourceId, Id poolId) Gets a list of provisionables for a resource and pool.ProvisionableLookupSession.getProvisionablesForResourceAndPoolOnDate(Id resourceId, Id poolId, DateTime from, DateTime to) Gets a list of provisionables effective during the entire given date range inclusive but not confined to the date range.ProvisionableLookupSession.getProvisionablesForResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of provisionables for a resource and effective during the entire given date range inclusive but not confined to the date range.ProvisionableLookupSession.getProvisionablesOnDate(DateTime from, DateTime to) Gets a list of provisionables effective during the entire given date range inclusive but not confined to the date range.Request.getRequestedProvisionables()Gets the requested provisionables. -
Uses of ProvisionableList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return ProvisionableListModifier and TypeMethodDescriptionProvisionableEnablerRuleLookupSession.getProvisionablesForProvisionableEnabler(Id provisionableEnablerId) Gets theProvisionablesmapped to aProvisionableEnabler.