Uses of Interface
com.ebmwebsourcing.easybpmn.bpmn20.api.element.FlowNode

Packages that use FlowNode
com.ebmwebsourcing.easybpmn.bpmn20.api.element   
com.ebmwebsourcing.easybpmn.bpmn20.api.type   
com.ebmwebsourcing.easybpmn.bpmn20.api.with   
 

Uses of FlowNode in com.ebmwebsourcing.easybpmn.bpmn20.api.element
 

Subinterfaces of FlowNode in com.ebmwebsourcing.easybpmn.bpmn20.api.element
 interface Activity
           
 interface BoundaryEvent
           
 interface BusinessRuleTask
           
 interface CallActivity
           
 interface CallChoreography
           
 interface CatchEvent
           
 interface ChoreographyActivity
           
 interface ChoreographyTask
           
 interface ComplexGateway
           
 interface EndEvent
           
 interface Event
           
 interface EventBasedGateway
           
 interface ExclusiveGateway
           
 interface Gateway
           
 interface ImplicitThrowEvent
           
 interface InclusiveGateway
           
 interface IntermediateCatchEvent
           
 interface IntermediateThrowEvent
           
 interface ManualTask
           
 interface ParallelGateway
           
 interface ReceiveTask
           
 interface ScriptTask
           
 interface SendTask
           
 interface ServiceTask
           
 interface StartEvent
           
 interface SubChoreography
           
 interface SubProcess
           
 interface Task
           
 interface ThrowEvent
           
 interface Transaction
           
 interface UserTask
           
 

Uses of FlowNode in com.ebmwebsourcing.easybpmn.bpmn20.api.type
 

Methods in com.ebmwebsourcing.easybpmn.bpmn20.api.type that return FlowNode
 FlowNode[] TLane.getFlowNodeRef()
           
 FlowNode TSequenceFlow.getSourceRef()
           
 FlowNode TSequenceFlow.getTargetRef()
           
 

Methods in com.ebmwebsourcing.easybpmn.bpmn20.api.type that return types with arguments of type FlowNode
 java.util.List<FlowNode> TFlowNode.getIncomingFlowNodes()
           
 java.util.List<FlowNode> TFlowNode.getOutgoingFlowNodes()
           
 

Methods in com.ebmwebsourcing.easybpmn.bpmn20.api.type with parameters of type FlowNode
 void TLane.addFlowNodeRef(FlowNode fn)
           
 void TLane.removeFlowNodeRef(FlowNode fn)
           
 void TSequenceFlow.setSourceRef(FlowNode value)
           
 void TSequenceFlow.setTargetRef(FlowNode value)
           
 

Uses of FlowNode in com.ebmwebsourcing.easybpmn.bpmn20.api.with
 

Methods in com.ebmwebsourcing.easybpmn.bpmn20.api.with that return FlowNode
 FlowNode[] WithFlowElements.getFlowNode()
           
 



Copyright © 2011 Petals Link. All Rights Reserved.