com.ebmwebsourcing.easybpmn.bpmn20.api.with
Interface WithFlowElements

All Known Subinterfaces:
AdHocSubProcess, Choreography, GlobalChoreographyTask, Process, SubChoreography, SubProcess, TAdHocSubProcess, TChoreography, TGlobalChoreographyTask, TProcess, Transaction, TSubChoreography, TSubProcess, TTransaction

public interface WithFlowElements


Method Summary
 void addFlowElement(FlowElement fe)
           
 FlowElement[] getFlowElement()
           
 FlowElement getFlowElementById(java.lang.String id)
           
<T extends FlowElement>
java.util.List<T>
getFlowElementsByClass(java.lang.Class<T> c)
           
 FlowNode[] getFlowNode()
           
 boolean hasFlowElement()
           
 void removeFlowElement(FlowElement fe)
           
 void unsetFlowElement()
           
 

Method Detail

getFlowElement

FlowElement[] getFlowElement()

getFlowNode

FlowNode[] getFlowNode()

getFlowElementById

FlowElement getFlowElementById(java.lang.String id)

hasFlowElement

boolean hasFlowElement()

unsetFlowElement

void unsetFlowElement()

addFlowElement

void addFlowElement(FlowElement fe)

removeFlowElement

void removeFlowElement(FlowElement fe)

getFlowElementsByClass

<T extends FlowElement> java.util.List<T> getFlowElementsByClass(java.lang.Class<T> c)


Copyright © 2011 Petals Link. All Rights Reserved.