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

Packages that use BPMS
org.mule.module.bpm   
org.mule.module.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, String name, String resource, FlowConstruct flowConstruct, MuleContext muleContext)
           
Process(BPMS bpms, String name, String resource, String processIdField, FlowConstruct flowConstruct, MuleContext muleContext)
           
 

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.
 



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