|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryProperties | |
| com.sap.netweaver.bc.uwl | Contains API for main classes and interfaces used with UWL. |
| Uses of QueryProperties in com.sap.netweaver.bc.uwl |
| Methods in com.sap.netweaver.bc.uwl with parameters of type QueryProperties | |
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. |
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||