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
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.