Uses of Interface
org.osid.provisioning.RequestList
Packages that use RequestList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning
service.
-
Uses of RequestList in org.osid.provisioning
Methods in org.osid.provisioning that return RequestListModifier and TypeMethodDescriptionMyProvisionSession.getMyRequests()Gets all the requests in which the resource related to the authenticated agent.RequestLookupSession.getRequests()Gets allRequests.RequestSearchResults.getRequests()Gets the request list resulting from a search.RequestTransaction.getRequests()Gets the requests.RequestDistributorSession.getRequestsByDistributor(Id distributorId) Gets the list ofRequestsassociated with aDistributor.RequestDistributorSession.getRequestsByDistributors(IdList distributorIds) Gets the list ofRequestcorresponding to a list ofDistributors.RequestLookupSession.getRequestsByGenusType(Type requestGenusType) Gets aRequestListcorresponding to the given request genusTypewhich does not include requests of genus types derived from the specifiedType.RequestLookupSession.getRequestsByIds(IdList requestIds) Gets aRequestListcorresponding to the givenIdList.RequestLookupSession.getRequestsByParentGenusType(Type requestGenusType) Gets aRequestListcorresponding to the given request genusTypeand include any additional requests with genus types derived from the specifiedType.RequestQuerySession.getRequestsByQuery(RequestQuery requestQuery) Gets a list ofRequestsmatching the given request query.RequestLookupSession.getRequestsByRecordType(Type requestRecordType) Gets aRequestListcontaining the given request recordType.RequestLookupSession.getRequestsForQueue(Id queueId) Gets a list of requests for a queue.RequestLookupSession.getRequestsForQueueOnDate(Id queueId, DateTime from, DateTime to) Gets a list of requests for a queue and effective during the entire given date range inclusive but not confined to the date range.RequestLookupSession.getRequestsForRequester(Id resourceId) Gets a list of requests for a requester.RequestLookupSession.getRequestsForRequesterAndQueue(Id resourceId, Id queueId) Gets a list of requests for a requester and queue.RequestLookupSession.getRequestsForRequesterAndQueueOnDate(Id resourceId, Id queueId, DateTime from, DateTime to) Gets a list of requests for a requester and queue and effective during the entire given date range inclusive but not confined to the date range.RequestLookupSession.getRequestsForRequesterOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of requests for a requester and effective during the entire given date range inclusive but not confined to the date range.RequestLookupSession.getRequestsOnDate(DateTime from, DateTime to) Gets a list of requests effective during the entire given date range inclusive but not confined to the date range.