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

Packages that use ItemCollection
com.sap.netweaver.bc.uwl Contains API for main classes and interfaces used with UWL. 
com.sap.netweaver.bc.uwl.connect Contains interfaces that define the interaction with different provider systems.  
 

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

Fields in com.sap.netweaver.bc.uwl declared as ItemCollection
static ItemCollection ItemCollection.EMPTY_COLLECTION
           
 

Methods in com.sap.netweaver.bc.uwl that return ItemCollection
 ItemCollection QueryResult.getItems()
          Returns the items set to the QueryResult
 ItemCollection IUWLItemManager.filterItems(UWLContext context, ItemCollection items, CompoundExpression filter)
          Filters items based upon the filter passed.
 

Methods in com.sap.netweaver.bc.uwl with parameters of type ItemCollection
 void QueryResult.setItems(ItemCollection itemCollection)
           
 void QueryResult.addItems(ItemCollection itemCollection)
          Adds to the existing collection of items.
 ItemCollection IUWLItemManager.filterItems(UWLContext context, ItemCollection items, CompoundExpression filter)
          Filters items based upon the filter passed.
 void IUWLItemManager.sortItems(UWLContext context, ItemCollection items, String[] sortKeys, boolean[] sortOrder)
          Method to explicitly sort the items based on the sort fields and the order passed.
 void IUWLEventListener.onNewItemsRetrieved(IUWLSession uwlSession, String itemType, ItemCollection newItems)
          When UWL providers are contacted if there are any new items found, then this call back function is called.
 void ItemCollection.addAll(ItemCollection itemCollection)
          Appends all of the elements in the specified item collection to the end of this collection of Item objects, in the order that they are returned by the iterator of the internal list.
 

Constructors in com.sap.netweaver.bc.uwl with parameters of type ItemCollection
QueryResult(ItemCollection items, List providerStatusList)
          This constructor takes two arguments: an instance of ItemCollection and a list of instances of ProviderStatus.
 

Uses of ItemCollection in com.sap.netweaver.bc.uwl.connect
 

Methods in com.sap.netweaver.bc.uwl.connect that return ItemCollection
 ItemCollection IPushChannel.getItemsByKey(ItemKey key)
          Connector implementation can get hold of an Items object using this method.
 ItemCollection ConnectorResult.getItems()
          Returns items in the result.
 

Methods in com.sap.netweaver.bc.uwl.connect with parameters of type ItemCollection
 String IMultiItemLauncher.getUrl(UWLContext context, ItemCollection items, Action action, List actionPropertiesMap)
          Constructs and returns a fully qualified URL based upon the Item and properties defined for the Action.
static ConnectorResult ConnectorResult.createSnapshotResult(ItemCollection theItems, ProviderStatus stat)
          Creates a ConnectorResult of type SNAPSHOT.
static ConnectorResult ConnectorResult.createDeltaResult(ItemCollection modifiedItems, ProviderStatus stat)
          Creates a ConnectorResult of type DELTA.
static ConnectorResult ConnectorResult.createPartialResult(ItemCollection theItems, ProviderStatus stat)
          Indicates that type of result is partial result.
static ConnectorResult ConnectorResult.createUnknownResult(ItemCollection theItems)
          Creates an unknown type result.
 

Constructors in com.sap.netweaver.bc.uwl.connect with parameters of type ItemCollection
ConnectorResult(ItemCollection items, ProviderStatus stat)
          Creates a snapshot type result
 



Copyright 2006 SAP AG Complete Copyright Notice