Uses of Interface
org.camunda.bpm.model.bpmn.instance.FlowNode
-
Packages that use FlowNode Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of FlowNode in org.camunda.bpm.model.bpmn.builder
Classes in org.camunda.bpm.model.bpmn.builder with type parameters of type FlowNode Modifier and Type Class Description class
AbstractFlowNodeBuilder<B extends AbstractFlowNodeBuilder<B,E>,E extends FlowNode>
Methods in org.camunda.bpm.model.bpmn.builder with type parameters of type FlowNode Modifier and Type Method Description protected <T extends FlowNode>
TAbstractFlowNodeBuilder. createTarget(Class<T> typeClass, String identifier)
protected <T extends AbstractFlowNodeBuilder,F extends FlowNode>
TAbstractFlowNodeBuilder. createTargetBuilder(Class<F> typeClass)
protected <T extends AbstractFlowNodeBuilder,F extends FlowNode>
TAbstractFlowNodeBuilder. createTargetBuilder(Class<F> typeClass, String id)
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type FlowNode Modifier and Type Method Description protected void
AbstractFlowNodeBuilder. connectTarget(FlowNode target)
protected void
AbstractFlowNodeBuilder. connectTargetWithAssociation(FlowNode target)
protected void
AbstractFlowNodeBuilder. connectTargetWithSequenceFlow(FlowNode target)
BpmnShape
AbstractBaseElementBuilder. createBpmnShape(FlowNode node)
B
AbstractSequenceFlowBuilder. from(FlowNode source)
Sets the source flow node of this sequence flow.protected void
AbstractBaseElementBuilder. setWaypointsWithSourceAndTarget(BpmnEdge edge, FlowNode edgeSource, FlowNode edgeTarget)
protected void
AbstractBoundaryEventBuilder. setWaypointsWithSourceAndTarget(BpmnEdge edge, FlowNode edgeSource, FlowNode edgeTarget)
B
AbstractSequenceFlowBuilder. to(FlowNode target)
Sets the target flow node of this sequence flow. -
Uses of FlowNode in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement FlowNode Modifier and Type Class Description class
ActivityImpl
The BPMN activity elementclass
BoundaryEventImpl
The BPMN boundaryEvent elementclass
BusinessRuleTaskImpl
The BPMN businessRuleTask elementclass
CallActivityImpl
The BPMN callActivity elementclass
CatchEventImpl
The BPMN catchEvent elementclass
ComplexGatewayImpl
The BPMN complexGateway elementclass
EndEventImpl
The BPMN endEvent elementclass
EventBasedGatewayImpl
The BPMN eventBasedGateway elementclass
EventImpl
The BPMN event elementclass
ExclusiveGatewayImpl
The BPMN exclusiveGateway elementclass
FlowNodeImpl
The BPMN flowNode elementclass
GatewayImpl
The BPMN gateway elementclass
InclusiveGatewayImpl
The BPMN inclusiveGateway elementclass
IntermediateCatchEventImpl
The BPMN intermediateCatchEvent elementclass
IntermediateThrowEventImpl
The BPMN intermediateThrowEvent elementclass
ManualTaskImpl
The BPMN manualTask elementclass
ParallelGatewayImpl
The BPMN parallelGateway elementclass
ReceiveTaskImpl
The BPMN receiveTask elementclass
ScriptTaskImpl
The BPMN scriptTask elementclass
SendTaskImpl
The BPMN sendTask elementclass
ServiceTaskImpl
The BPMN serviceTask elementclass
StartEventImpl
The BPMN startEvent elementclass
SubProcessImpl
The BPMN subProcess elementclass
TaskImpl
The BPMN task elementclass
ThrowEventImpl
The BPMN throwEvent elementclass
TransactionImpl
class
UserTaskImpl
The BPMN userTask elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type FlowNode Modifier and Type Field Description protected static ElementReferenceCollection<FlowNode,FlowNodeRef>
LaneImpl. flowNodeRefCollection
protected static AttributeReference<FlowNode>
SequenceFlowImpl. sourceRefAttribute
protected static AttributeReference<FlowNode>
SequenceFlowImpl. targetRefAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return FlowNode Modifier and Type Method Description FlowNode
SequenceFlowImpl. getSource()
FlowNode
SequenceFlowImpl. getTarget()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type FlowNode Modifier and Type Method Description Collection<FlowNode>
LaneImpl. getFlowNodeRefs()
Query<FlowNode>
FlowNodeImpl. getPreviousNodes()
Query<FlowNode>
FlowNodeImpl. getSucceedingNodes()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type FlowNode Modifier and Type Method Description void
SequenceFlowImpl. setSource(FlowNode source)
void
SequenceFlowImpl. setTarget(FlowNode target)
-
Uses of FlowNode in org.camunda.bpm.model.bpmn.instance
Subinterfaces of FlowNode in org.camunda.bpm.model.bpmn.instance Modifier and Type Interface Description interface
Activity
The BPMN activity elementinterface
BoundaryEvent
The BPMN boundaryEvent elementinterface
BusinessRuleTask
The BPMN businessRuleTask elementinterface
CallActivity
The BPMN callActivity elementinterface
CatchEvent
The BPMN catchEvent elementinterface
ComplexGateway
The BPMN complexGateway elementinterface
EndEvent
The BPMN endEvent elementinterface
Event
The BPMN event elementinterface
EventBasedGateway
The BPMN eventBasedGateway elementinterface
ExclusiveGateway
The BPMN exclusiveGateway elementinterface
Gateway
The BPMN gateway elementinterface
InclusiveGateway
The BPMN inclusiveGateway elementinterface
IntermediateCatchEvent
The BPMN intermediateCatchEvent elementinterface
IntermediateThrowEvent
The BPMN intermediateThrowEvent elementinterface
ManualTask
The BPMN manualTask elementinterface
ParallelGateway
The BPMN parallelGateway elementinterface
ReceiveTask
The BPMN receiveTask elementinterface
ScriptTask
The BPMN scriptTask elementinterface
SendTask
The BPMN sendTask elementinterface
ServiceTask
The BPMN serviceTask elementinterface
StartEvent
The BPMN startEvent elementinterface
SubProcess
The BPMN subProcess elementinterface
Task
The BPMN task elementinterface
ThrowEvent
The BPMN throwEvent elementinterface
Transaction
interface
UserTask
The BPMN userTask elementMethods in org.camunda.bpm.model.bpmn.instance that return FlowNode Modifier and Type Method Description FlowNode
SequenceFlow. getSource()
FlowNode
SequenceFlow. getTarget()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type FlowNode Modifier and Type Method Description Collection<FlowNode>
Lane. getFlowNodeRefs()
Query<FlowNode>
FlowNode. getPreviousNodes()
Query<FlowNode>
FlowNode. getSucceedingNodes()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type FlowNode Modifier and Type Method Description void
SequenceFlow. setSource(FlowNode source)
void
SequenceFlow. setTarget(FlowNode target)
-