Uses of Class
org.processmining.exporting.bpel4ws.type.Process

Packages that use Process
org.processmining.exporting.bpel4ws   
org.processmining.exporting.bpel4ws.type   
 

Uses of Process in org.processmining.exporting.bpel4ws
 

Methods in org.processmining.exporting.bpel4ws with parameters of type Process
static org.jdom.Document BPEL4WSProcessToXMLVisitor.process2XML(Process process)
          Transforms a Process into a Document describing a BPEL4WS process
 void BPEL4WSProcessToXMLVisitor.visitProcess(Process process)
           
 void BPEL4WSRetriever.visitProcess(Process process)
           
 

Uses of Process in org.processmining.exporting.bpel4ws.type
 

Fields in org.processmining.exporting.bpel4ws.type declared as Process
 Process BPEL4WS.process
           
 

Methods in org.processmining.exporting.bpel4ws.type with parameters of type Process
abstract  void BPEL4WSVisitor.visitProcess(Process process)
           
 

Constructors in org.processmining.exporting.bpel4ws.type with parameters of type Process
BPEL4WS(java.lang.String name, Process process)