Uses of Interface
io.camunda.zeebe.model.bpmn.instance.FlowElement
Packages that use FlowElement
Package
Description
-
Uses of FlowElement in io.camunda.zeebe.model.bpmn.builder
Classes in io.camunda.zeebe.model.bpmn.builder with type parameters of type FlowElementModifier and TypeClassDescriptionclass
AbstractFlowElementBuilder<B extends AbstractFlowElementBuilder<B,
E>, E extends FlowElement> -
Uses of FlowElement in io.camunda.zeebe.model.bpmn.impl.instance
Classes in io.camunda.zeebe.model.bpmn.impl.instance that implement FlowElementModifier and TypeClassDescriptionclass
The BPMN activity elementclass
class
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 elementFields in io.camunda.zeebe.model.bpmn.impl.instance with type parameters of type FlowElementModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection
<FlowElement> ProcessImpl.flowElementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection
<FlowElement> SubProcessImpl.flowElementCollection
Methods in io.camunda.zeebe.model.bpmn.impl.instance that return types with arguments of type FlowElement -
Uses of FlowElement in io.camunda.zeebe.model.bpmn.instance
Subinterfaces of FlowElement in io.camunda.zeebe.model.bpmn.instanceModifier and TypeInterfaceDescriptioninterface
The BPMN activity elementinterface
interface
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 elementMethods in io.camunda.zeebe.model.bpmn.instance that return types with arguments of type FlowElement -
Uses of FlowElement in io.camunda.zeebe.model.bpmn.validation.zeebe
Methods in io.camunda.zeebe.model.bpmn.validation.zeebe that return types with arguments of type FlowElementMethods in io.camunda.zeebe.model.bpmn.validation.zeebe with parameters of type FlowElementModifier and TypeMethodDescriptionvoid
FlowElementValidator.validate
(FlowElement element, org.camunda.bpm.model.xml.validation.ValidationResultCollector validationResultCollector)