Uses of Interface
org.camunda.bpm.model.bpmn.instance.FlowElement
-
Packages that use FlowElement Package Description org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events withJavaDelegate
s.org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.pvm.runtime org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of FlowElement in org.camunda.bpm.engine.delegate
Methods in org.camunda.bpm.engine.delegate that return FlowElement Modifier and Type Method Description FlowElement
BpmnModelExecutionContext. getBpmnModelElementInstance()
Returns the currently executed Element in the BPMN Model. -
Uses of FlowElement in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return FlowElement Modifier and Type Method Description FlowElement
ExecutionEntity. getBpmnModelElementInstance()
-
Uses of FlowElement in org.camunda.bpm.engine.impl.pvm.runtime
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return FlowElement Modifier and Type Method Description FlowElement
ExecutionImpl. getBpmnModelElementInstance()
-
Uses of FlowElement in org.camunda.bpm.model.bpmn.builder
Classes in org.camunda.bpm.model.bpmn.builder with type parameters of type FlowElement Modifier and Type Class Description class
AbstractFlowElementBuilder<B extends AbstractFlowElementBuilder<B,E>,E extends FlowElement>
-
Uses of FlowElement in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement FlowElement 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
DataObjectImpl
The BPMN dataObject elementclass
DataObjectReferenceImpl
class
DataStoreReferenceImpl
class
EndEventImpl
The BPMN endEvent elementclass
EventBasedGatewayImpl
The BPMN eventBasedGateway elementclass
EventImpl
The BPMN event elementclass
ExclusiveGatewayImpl
The BPMN exclusiveGateway elementclass
FlowElementImpl
The BPMN flowElement 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
SequenceFlowImpl
The BPMN sequenceFlow 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 FlowElement Modifier and Type Field Description protected static ChildElementCollection<FlowElement>
ProcessImpl. flowElementCollection
protected static ChildElementCollection<FlowElement>
SubProcessImpl. flowElementCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type FlowElement Modifier and Type Method Description Collection<FlowElement>
ProcessImpl. getFlowElements()
Collection<FlowElement>
SubProcessImpl. getFlowElements()
-
Uses of FlowElement in org.camunda.bpm.model.bpmn.instance
Subinterfaces of FlowElement 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
DataObject
The BPMN dataObject elementinterface
DataObjectReference
The BPMN dataObjectReference elementinterface
DataStoreReference
The BPMN dataStoreReference elementinterface
EndEvent
The BPMN endEvent elementinterface
Event
The BPMN event elementinterface
EventBasedGateway
The BPMN eventBasedGateway elementinterface
ExclusiveGateway
The BPMN exclusiveGateway elementinterface
FlowNode
The BPMN flowNode 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
SequenceFlow
The BPMN sequenceFlow 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 types with arguments of type FlowElement Modifier and Type Method Description Collection<FlowElement>
Process. getFlowElements()
Collection<FlowElement>
SubProcess. getFlowElements()
-