Uses of Interface
org.mule.module.bpm.BPMS

Packages that use BPMS
org.mule.module.bpm   
org.mule.module.jbpm   
org.mule.transport.bpm   
org.mule.transport.bpm.jbpm   
 

Uses of BPMS in org.mule.module.bpm
 

Fields in org.mule.module.bpm declared as BPMS
protected  BPMS ProcessComponent.bpms
          The underlying BPMS
 

Methods in org.mule.module.bpm that return BPMS
 BPMS Process.getBpms()
           
 BPMS ProcessComponent.getBpms()
           
 

Methods in org.mule.module.bpm with parameters of type BPMS
 void ProcessComponent.setBpms(BPMS bpms)
           
 

Constructors in org.mule.module.bpm with parameters of type BPMS
Process(BPMS bpms, java.lang.String name, java.lang.String resource, FlowConstruct flowConstruct)
           
Process(BPMS bpms, java.lang.String name, java.lang.String resource, java.lang.String processIdField, FlowConstruct flowConstruct)
           
 

Uses of BPMS in org.mule.module.jbpm
 

Classes in org.mule.module.jbpm that implement BPMS
 class Jbpm
          An implementation of Mule's generic BPMS interface for JBoss jBPM.
 

Uses of BPMS in org.mule.transport.bpm
 

Fields in org.mule.transport.bpm declared as BPMS
protected  BPMS ProcessConnector.bpms
          Deprecated. The underlying BPMS
 

Methods in org.mule.transport.bpm that return BPMS
protected  BPMS ProcessConnector.createBpms()
          Deprecated. Override this method to create the BPMS upon initialization of the connector.
 BPMS ProcessConnector.getBpms()
          Deprecated.  
 

Methods in org.mule.transport.bpm with parameters of type BPMS
 void ProcessConnector.setBpms(BPMS bpms)
          Deprecated.  
 

Uses of BPMS in org.mule.transport.bpm.jbpm
 

Methods in org.mule.transport.bpm.jbpm that return BPMS
protected  BPMS JBpmConnector.createBpms()
          Deprecated.  
 



Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.