Uses of Interface
org.osid.provisioning.RequestQuery
Packages that use RequestQuery
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning
service.
-
Uses of RequestQuery in org.osid.provisioning
Methods in org.osid.provisioning that return RequestQueryModifier and TypeMethodDescriptionProvisionQuery.getRequestQuery()Gets the query for a request.QueueQuery.getRequestQuery()Gets the query for aRequest.RequestQuerySession.getRequestQuery()Gets a request query.RequestSmartDistributorSession.getRequestQuery()Gets a request query.RequestTransactionQuery.getRequestQuery()Gets the query for a request.RequestSearchSession.getRequestQueryFromInspector(RequestQueryInspector requestQueryInspector) Gets a request query from an inspector.RequestSmartDistributorSession.getRequestQueryFromInspector(RequestQueryInspector requestQueryInspector) Gets a request query from an inspector.Methods in org.osid.provisioning with parameters of type RequestQueryModifier and TypeMethodDescriptionvoidRequestSmartDistributorSession.applyRequestQuery(RequestQuery requestQuery) Applies a request query to this distributor.RequestQuerySession.getRequestsByQuery(RequestQuery requestQuery) Gets a list ofRequestsmatching the given request query.RequestSearchSession.getRequestsBySearch(RequestQuery requestQuery, RequestSearch requestSearch) Gets the search results matching the given search query using the given search.