Uses of Interface
org.camunda.bpm.model.bpmn.instance.FlowElement
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate
s.-
Uses of FlowElement in org.camunda.bpm.engine.delegate
Modifier and TypeMethodDescriptionBpmnModelExecutionContext.getBpmnModelElementInstance()
Returns the currently executed Element in the BPMN Model. -
Uses of FlowElement in org.camunda.bpm.engine.impl.persistence.entity
-
Uses of FlowElement in org.camunda.bpm.engine.impl.pvm.runtime
-
Uses of FlowElement in org.camunda.bpm.model.bpmn.builder
Modifier and TypeClassDescriptionclass
AbstractFlowElementBuilder<B extends AbstractFlowElementBuilder<B,
E>, E extends FlowElement> -
Uses of FlowElement in org.camunda.bpm.model.bpmn.impl.instance
Modifier and TypeClassDescriptionclass
The BPMN activity elementclass
The BPMN boundaryEvent elementclass
The BPMN businessRuleTask elementclass
The BPMN callActivity elementclass
The BPMN catchEvent elementclass
The BPMN complexGateway elementclass
The BPMN dataObject elementclass
class
class
The BPMN endEvent elementclass
The BPMN eventBasedGateway elementclass
The BPMN event elementclass
The BPMN exclusiveGateway elementclass
The BPMN flowElement elementclass
The BPMN flowNode elementclass
The BPMN gateway elementclass
The BPMN inclusiveGateway elementclass
The BPMN intermediateCatchEvent elementclass
The BPMN intermediateThrowEvent elementclass
The BPMN manualTask elementclass
The BPMN parallelGateway elementclass
The BPMN receiveTask elementclass
The BPMN scriptTask elementclass
The BPMN sendTask elementclass
The BPMN sequenceFlow elementclass
The BPMN serviceTask elementclass
The BPMN startEvent elementclass
The BPMN subProcess elementclass
The BPMN task elementclass
The BPMN throwEvent elementclass
class
The BPMN userTask elementModifier and TypeFieldDescriptionprotected static ChildElementCollection<FlowElement>
ProcessImpl.flowElementCollection
protected static ChildElementCollection<FlowElement>
SubProcessImpl.flowElementCollection
-
Uses of FlowElement in org.camunda.bpm.model.bpmn.instance
Modifier and TypeInterfaceDescriptioninterface
The BPMN activity elementinterface
The BPMN boundaryEvent elementinterface
The BPMN businessRuleTask elementinterface
The BPMN callActivity elementinterface
The BPMN catchEvent elementinterface
The BPMN complexGateway elementinterface
The BPMN dataObject elementinterface
The BPMN dataObjectReference elementinterface
The BPMN dataStoreReference elementinterface
The BPMN endEvent elementinterface
The BPMN event elementinterface
The BPMN eventBasedGateway elementinterface
The BPMN exclusiveGateway elementinterface
The BPMN flowNode elementinterface
The BPMN gateway elementinterface
The BPMN inclusiveGateway elementinterface
The BPMN intermediateCatchEvent elementinterface
The BPMN intermediateThrowEvent elementinterface
The BPMN manualTask elementinterface
The BPMN parallelGateway elementinterface
The BPMN receiveTask elementinterface
The BPMN scriptTask elementinterface
The BPMN sendTask elementinterface
The BPMN sequenceFlow elementinterface
The BPMN serviceTask elementinterface
The BPMN startEvent elementinterface
The BPMN subProcess elementinterface
The BPMN task elementinterface
The BPMN throwEvent elementinterface
interface
The BPMN userTask element