Uses of Interface
org.osid.inventory.InventoryQuery
Packages that use InventoryQuery
Package
Description
The Open Service Interface Definitions for the org.osid.inventory
service.
-
Uses of InventoryQuery in org.osid.inventory
Methods in org.osid.inventory that return InventoryQueryModifier and TypeMethodDescriptionInventoryQuerySession.getInventoryQuery()Gets an inventory query.InventorySmartWarehouseSession.getInventoryQuery()Gets an inventory query.WarehouseQuery.getInventoryQuery()Gets the query for an inventory.InventorySearchSession.getInventoryQueryFromInspector(InventoryQueryInspector inventoryQueryInspector) Gets an inventory query from an inspector.InventorySmartWarehouseSession.getInventoryQueryFromInspector(InventoryQueryInspector inventoryQueryInspector) Gets an inventory query from an inspector.Methods in org.osid.inventory with parameters of type InventoryQueryModifier and TypeMethodDescriptionvoidInventorySmartWarehouseSession.applyInventoryQuery(InventoryQuery inventoryQuery) Applies an inventory query to this warehouse.InventoryQuerySession.getInventoriesByQuery(InventoryQuery inventoryQuery) Gets a list ofInventoriesmatching the given inventory query.InventorySearchSession.getInventoriesBySearch(InventoryQuery inventoryQuery, InventorySearch inventorySearch) Gets the search results matching the given search query using the given search.