WebLogic Integration


Uses of Class
com.bea.b2b.wlpi.WorkflowInstance

Packages that use WorkflowInstance
com.bea.b2b.protocol Used for working with logic plug-ins. 
com.bea.b2b.wlpi Used for working with WebLogic Process Integrator workflows. 
 

Uses of WorkflowInstance in com.bea.b2b.protocol
 

Methods in com.bea.b2b.protocol that return WorkflowInstance
 WorkflowInstance ProcessState.getWorkflowInstance()
          get the WorkflowInstance
 WorkflowInstance Process.getWorkflowInstance()
          get the WorkflowInstance associated with this process.
 

Methods in com.bea.b2b.protocol with parameters of type WorkflowInstance
 void ProcessState.setWorkflowInstance(WorkflowInstance wi)
          set the workflowInstance id
 void Process.setWorkflowInstance(WorkflowInstance wi)
          get the WorkflowInstance associated with this process.
 

Uses of WorkflowInstance in com.bea.b2b.wlpi
 

Methods in com.bea.b2b.wlpi that return WorkflowInstance
static WorkflowInstance WorkflowInstance.getInstanceForId(java.lang.String id)
          Create a WorkflowInstance object for the specific Id
 

Methods in com.bea.b2b.wlpi with parameters of type WorkflowInstance
 com.bea.b2b.wlpi.WorkflowInstanceDlg WorkflowInstanceFactory.get(WorkflowInstance ref, java.lang.String pId, java.lang.String cpaId, java.lang.String tpName)
           
 com.bea.b2b.wlpi.WorkflowInstanceDlg WorkflowInstanceFactory.get(WorkflowInstance ref, com.bea.b2b.wlpi.WorkflowInstanceState state)
           
 com.bea.b2b.wlpi.WorkflowInstanceDlg WorkflowInstanceFactory.get(WorkflowInstance ref, java.lang.String bpName, java.lang.String bpMajor, java.lang.String bpMinor, java.lang.String role, java.util.Hashtable[] partiesProps)
           
 XOCPMessage MessageManipulator.manipulate(WorkflowInstance instance, XOCPMessage in)
          Manipulates a XOCPMessage and possibly produces another XOCPMessage.
 


WebLogic Integration

WebLogic Integration (WLI)