com.ebmwebsourcing.easybpmn.bpmn2bpel
Class BPELGeneratorHelper

java.lang.Object
  extended by com.ebmwebsourcing.easybpmn.bpmn2bpel.BPELGeneratorHelper

public class BPELGeneratorHelper
extends java.lang.Object


Constructor Summary
BPELGeneratorHelper()
           
 
Method Summary
static java.util.Map<com.ebmwebsourcing.easybpmn.bpmn20.api.element.Gateway,java.util.Set<com.ebmwebsourcing.easybpmn.bpmn20.api.element.SequenceFlow>> findLoopDivergers(com.ebmwebsourcing.easybpmn.bpmn20.api.element.Process proc, java.util.Collection<? extends com.ebmwebsourcing.easybpmn.bpmn20.api.element.FlowElement> starts)
           
static com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink.PartnerLink findPartnerLinkFromInterface(javax.xml.namespace.QName itf, com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess process, com.ebmwebsourcing.easywsdl11.api.element.Definitions artefactDesc)
           
static java.util.Set<com.ebmwebsourcing.easybpmn.bpmn20.api.element.FlowNode> getAllStartingNodes(com.ebmwebsourcing.easybpmn.bpmn20.api.element.Process proc)
           
static java.lang.String getFileNameFromImportLocation(java.lang.String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPELGeneratorHelper

public BPELGeneratorHelper()
Method Detail

findLoopDivergers

public static java.util.Map<com.ebmwebsourcing.easybpmn.bpmn20.api.element.Gateway,java.util.Set<com.ebmwebsourcing.easybpmn.bpmn20.api.element.SequenceFlow>> findLoopDivergers(com.ebmwebsourcing.easybpmn.bpmn20.api.element.Process proc,
                                                                                                                                                                                 java.util.Collection<? extends com.ebmwebsourcing.easybpmn.bpmn20.api.element.FlowElement> starts)

findPartnerLinkFromInterface

public static com.ebmwebsourcing.easybpel.model.bpel.api.partnerLink.PartnerLink findPartnerLinkFromInterface(javax.xml.namespace.QName itf,
                                                                                                              com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess process,
                                                                                                              com.ebmwebsourcing.easywsdl11.api.element.Definitions artefactDesc)
                                                                                                       throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException

getAllStartingNodes

public static java.util.Set<com.ebmwebsourcing.easybpmn.bpmn20.api.element.FlowNode> getAllStartingNodes(com.ebmwebsourcing.easybpmn.bpmn20.api.element.Process proc)

getFileNameFromImportLocation

public static java.lang.String getFileNameFromImportLocation(java.lang.String location)


Copyright © 2011 Petals Link. All Rights Reserved.