WebLogic Integration


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

Packages that use WLPIException
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 WLPIException in com.bea.b2b.protocol
 

Methods in com.bea.b2b.protocol that throw WLPIException
 WorkflowInstance ProcessState.getWorkflowInstance()
          get the WorkflowInstance
 javax.naming.Context Process.getInitialContext()
          Get initial context
 

Uses of WLPIException in com.bea.b2b.wlpi
 

Methods in com.bea.b2b.wlpi that throw WLPIException
 void WorkflowInstanceDlg.waitForCompletion()
          Waits for this workflow instance to complete.
 void WorkflowInstanceDlg.setVariable(java.lang.String name, java.lang.Object value)
          Sets an instance variable for this workflow instance.
 java.lang.Object WorkflowInstanceDlg.getVariable(java.lang.String name)
          Gets the value of the specified instance variable for this workflow instance.
 void WorkflowInstanceDlg.postMessage(Message msg)
          Send a business message to the WLPI workflow instance associated with this WorkflowInstance object.
 void WorkflowInstanceDlg.postStartWFMessage(Message msg)
           
 void WorkflowInstanceDlg.start()
          Instantiate a workflow for the WLPI template name retrieved from the CPAid identified by the CPA and parties properties passed to the constructor.
 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)
           
 void WorkflowInstance.waitForCompletion()
          Waits for this workflow instance to complete.
 void WorkflowInstance.setVariable(java.lang.String name, java.lang.Object value)
          Sets an instance variable for this workflow instance.
 java.lang.Object WorkflowInstance.getVariable(java.lang.String name)
          Gets the value of the specified instance variable for this workflow instance.
static WorkflowInstance WorkflowInstance.getInstanceForId(java.lang.String id)
          Create a WorkflowInstance object for the specific Id
 void WorkflowInstance.postMessage(Message msg)
          Send a business message to the WLPI workflow instance associated with this WorkflowInstance object.
 void WorkflowInstance.postStartWFMessage(Message msg)
           
 void WorkflowInstance.start()
          Instantiate a workflow for the WLPI template name retrieved from the CPAid identified by the CPA and parties properties passed to the constructor.
 XOCPMessage MessageManipulator.manipulate(WorkflowInstance instance, XOCPMessage in)
          Manipulates a XOCPMessage and possibly produces another XOCPMessage.
 

Constructors in com.bea.b2b.wlpi that throw WLPIException
WorkflowInstance.WorkflowInstance(java.lang.String bpName, int bpMajor, int bpMinor, java.lang.String role, java.util.Hashtable[] partiesProps)
          Keep this signature for backward compatibility Public WorkflowInstance constructor
WorkflowInstance.WorkflowInstance(java.lang.String bpName, java.lang.String bpMajor, java.lang.String bpMinor, java.lang.String role, java.util.Hashtable[] partiesProps)
          Public WorkflowInstance constructor
 


WebLogic Integration

WebLogic Integration (WLI)