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

Packages that use ProviderStatus
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.  
com.sap.netweaver.bc.uwl.substitution This package contains interface and data definition for the substitution functionality presented in UWL.  
 

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

Methods in com.sap.netweaver.bc.uwl that return ProviderStatus
 ProviderStatus[] QueryResult.getStatusAsArray()
          This returns the array of Provider objects.
 ProviderStatus[] IUWLSession.getLastProviderStatus()
          Returns the last connection status for different Provider systems.
 ProviderStatus[] IUWLItemManager.performAction(UWLContext context, long[] itemKeys, String action, Map actionProperties)
          Performs action on all the items whose keys are passed.
 ProviderStatus IUWLItemManager.performAction(UWLContext context, Item item, String action)
          Performs action on the item passed.
 ProviderStatus IUWLItemManager.performAction(UWLContext context, long itemId, Action action, Map actionProperties)
          Call this method if and only if isActionLaunchable() returns false.
 ProviderStatus IUWLItemManager.performAction(UWLContext context, Item item, Action action, Map actionProperties)
          Call this method if and only if isActionLaunchable() returns false.
 ProviderStatus IUWLItemManager.performAction(UWLContext context, String externalItemId, String systemId, String connector, String action, Map actionProperties)
          Call this method if and only if isActionLaunchable() returns false.
 

Methods in com.sap.netweaver.bc.uwl with parameters of type ProviderStatus
 void QueryResult.addStatus(ProviderStatus stat)
           
 

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

Methods in com.sap.netweaver.bc.uwl.connect that return ProviderStatus
 ProviderStatus IActionHandler.performAction(UWLContext context, Item item, Action action, Map properties)
          Method that gets called to execute an Action on the Item.
 ProviderStatus ConnectorResult.getStatus()
          Contains any status messages from the Provider.
 

Methods in com.sap.netweaver.bc.uwl.connect with parameters of type ProviderStatus
static ConnectorResult ConnectorResult.createSnapshotResult(ItemCollection theItems, ProviderStatus stat)
          Creates a ConnectorResult of type SNAPSHOT.
static ConnectorResult ConnectorResult.createSnapshotResult(List 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.createMultiUserDeltaResult(Map modifiedItems, ProviderStatus stat)
          Creates a ConnectorResult of type DELTA for multiple users
static ConnectorResult ConnectorResult.createPartialResult(ItemCollection theItems, ProviderStatus stat)
          Indicates that type of result is partial result.
 void ConnectorResult.setStatus(ProviderStatus stat)
          Provider status of which the results are got
 

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

Uses of ProviderStatus in com.sap.netweaver.bc.uwl.substitution
 

Methods in com.sap.netweaver.bc.uwl.substitution with parameters of type ProviderStatus
static SubstitutionResult SubstitutionResult.createResults(List goodSubs, List badSubs, ProviderStatus stat)
          Creates a result set capturing info about both successful and unsuccessful results.
static SubstitutionResult SubstitutionResult.createGoodResult(List goodSubs, ProviderStatus stat)
          Creates a totally successful substitution result set
static SubstitutionResult SubstitutionResult.createBadResult(List badSubs, ProviderStatus stat)
          Creates a totally failed substitution result set
 



Copyright 2006 SAP AG Complete Copyright Notice