Uses of Interface
org.osid.provisioning.ProvisionList
Packages that use ProvisionList
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 ProvisionList in org.osid.provisioning
Methods in org.osid.provisioning that return ProvisionListModifier and TypeMethodDescriptionMyProvisionSession.getMyProvisions()Gets the provisions for the resource related to this agent.MySupplierSession.getMyProvisions()Gets the provisions for the resource related to this agent.ProvisionLookupSession.getProvisions()Gets allProvisions.ProvisionSearchResults.getProvisions()Gets the provision list resulting from a search.ProvisionDistributorSession.getProvisionsByDistributor(Id distributorId) Gets the list ofProvisionsassociated with aDistributor.ProvisionDistributorSession.getProvisionsByDistributors(IdList distributorIds) Gets the list ofProvisioncorresponding to a list ofDistributors.ProvisionLookupSession.getProvisionsByGenusType(Type provisionGenusType) Gets aProvisionListcorresponding to the given provision genusTypewhich does not include provisions of genus types derived from the specifiedType.ProvisionLookupSession.getProvisionsByIds(IdList provisionIds) Gets aProvisionListcorresponding to the givenIdList.ProvisionLookupSession.getProvisionsByParentGenusType(Type provisionGenusType) Gets aProvisionListcorresponding to the given provision genusTypeand include any additional provisions with genus types derived from the specifiedType.ProvisionQuerySession.getProvisionsByQuery(ProvisionQuery provisionQuery) Gets a list ofProvisionsmatching the given provision query,ProvisionLookupSession.getProvisionsByRecordType(Type provisionRecordType) Gets aProvisionListcontaining the given provision recordType.ProvisionLookupSession.getProvisionsForBroker(Id brokerId) Gets a list of provisions for a supplied broker.ProvisionLookupSession.getProvisionsForBrokerOnDate(Id brokerId, DateTime from, DateTime to) Gets a list of provisions for a supplied broker.ProvisionLookupSession.getProvisionsForProvisionable(Id provisionableId) Gets a list of provisions for a provisionable.ProvisionLookupSession.getProvisionsForProvisionableAndRecipient(Id provisionableId, Id recipientId) Gets a list of provisions for a resource and recipient.ProvisionLookupSession.getProvisionsForProvisionableAndRecipientOnDate(Id provisionableId, Id recipientId, DateTime from, DateTime to) Gets a list of provisions for a resource and request and effective during the entire given date range inclusive but not confined to the date range.ProvisionLookupSession.getProvisionsForProvisionableOnDate(Id provisionableId, DateTime from, DateTime to) Gets a list of provisions for a provisionable and effective during the entire given date range inclusive but not confined to the date range.ProvisionLookupSession.getProvisionsForRecipient(Id resourceId) Gets a list of provisions for a recipient resource.ProvisionLookupSession.getProvisionsForRecipientOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of provisions for a recipient resource and effective during the entire given date range inclusive but not confined to the date range.ProvisionLookupSession.getProvisionsForRequest(Id requestId) Gets a list of provisions for a request.ProvisionLookupSession.getProvisionsOnDate(DateTime from, DateTime to) Gets a list of provisions effective during the entire given date range inclusive but not confined to the date range. -
Uses of ProvisionList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return ProvisionListModifier and TypeMethodDescriptionProvisionEnablerRuleLookupSession.getProvisionsForProvisionEnabler(Id provisionEnablerId) Gets theProvisionsmapped to aProvisionEnabler.