WebLogic Integration


Uses of Class
com.bea.wlpi.common.InstanceInfo

Packages that use InstanceInfo
com.bea.wlpi.client.common Provides the WebLogic Process Integrator common client-side classes. 
com.bea.wlpi.client.worklist Provides the WebLogic Process Integrator Worklist classes. 
com.bea.wlpi.server.admin Provides the WebLogic Process Integrator administration session EJB. 
com.bea.wlpi.server.plugin Provides the server-side WebLogic Process Integrator Plugin framework. 
 

Uses of InstanceInfo in com.bea.wlpi.client.common
 

Constructors in com.bea.wlpi.client.common with parameters of type InstanceInfo
WorkflowStatusDialog.WorkflowStatusDialog(java.awt.Frame owner, WLPI wlpi, java.util.Properties prop, InstanceInfo workflow)
          Create a new WorkflowStatusDialog for the specified workflow instance.
 

Uses of InstanceInfo in com.bea.wlpi.client.worklist
 

Methods in com.bea.wlpi.client.worklist that return InstanceInfo
protected  InstanceInfo WorklistPane.getSelectedWorkflow()
          Return the workflow instance for the currently selected task.
 

Uses of InstanceInfo in com.bea.wlpi.server.admin
 

Methods in com.bea.wlpi.server.admin that return InstanceInfo
 InstanceInfo Admin.getInstanceInfo(java.lang.String instanceID)
          Return information about the specified workflow instance.
 

Uses of InstanceInfo in com.bea.wlpi.server.plugin
 

Methods in com.bea.wlpi.server.plugin that return InstanceInfo
 InstanceInfo InstanceNotification.getInstance()
          Return information about the affected workflow instance.
 


WebLogic Integration

WebLogic Integration (WLI)