Uses of Class
com.sap.netweaver.bc.uwl.QueryResult

Packages that use QueryResult
com.sap.netweaver.bc.uwl Contains API for main classes and interfaces used with UWL. 
 

Uses of QueryResult in com.sap.netweaver.bc.uwl
 

Methods in com.sap.netweaver.bc.uwl that return QueryResult
 QueryResult IUWLItemManager.getItems(UWLContext context, QueryProperties queryProps, CompoundExpression filter)
          Method to retrieve Items.
 QueryResult IUWLItemManager.getItemsForView(UWLContext context, UWLView view, QueryProperties queryProps, CompoundExpression filter)
          Method to retrieve Items for a particular View.If returned items are not fully uptodate, isPossiblyOutDated() on the result return true.
 QueryResult IUWLItemManager.getItemsForItemType(UWLContext context, String itemType, QueryProperties queryProps, CompoundExpression viewFilter)
          Method to retrieve Items for a particular item type passed.If returned items are not fully uptodate, isPossiblyOutDated() on the result return true.
 QueryResult IUWLItemManager.refreshCacheAndGetItems(UWLContext context, UWLView view, QueryProperties queryProps, CompoundExpression viewFilter)
          Connects to all providerConnectors and gets items from them.
 QueryResult IUWLItemManager.search(UWLContext context, String textToSearch, UWLView view, QueryProperties queryProps, CompoundExpression filter)
          Search in the cache for items matching the text.
 



Copyright 2006 SAP AG Complete Copyright Notice