Uses of Interface
org.camunda.bpm.model.bpmn.instance.FlowElement
-
Packages that use FlowElement Package Description 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.model.bpmn.builder
Classes in org.camunda.bpm.model.bpmn.builder with type parameters of type FlowElement Modifier and Type Class Description classAbstractFlowElementBuilder<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 classActivityImplThe BPMN activity elementclassBoundaryEventImplThe BPMN boundaryEvent elementclassBusinessRuleTaskImplThe BPMN businessRuleTask elementclassCallActivityImplThe BPMN callActivity elementclassCatchEventImplThe BPMN catchEvent elementclassComplexGatewayImplThe BPMN complexGateway elementclassDataObjectImplThe BPMN dataObject elementclassDataObjectReferenceImplclassDataStoreReferenceImplclassEndEventImplThe BPMN endEvent elementclassEventBasedGatewayImplThe BPMN eventBasedGateway elementclassEventImplThe BPMN event elementclassExclusiveGatewayImplThe BPMN exclusiveGateway elementclassFlowElementImplThe BPMN flowElement elementclassFlowNodeImplThe BPMN flowNode elementclassGatewayImplThe BPMN gateway elementclassInclusiveGatewayImplThe BPMN inclusiveGateway elementclassIntermediateCatchEventImplThe BPMN intermediateCatchEvent elementclassIntermediateThrowEventImplThe BPMN intermediateThrowEvent elementclassManualTaskImplThe BPMN manualTask elementclassParallelGatewayImplThe BPMN parallelGateway elementclassReceiveTaskImplThe BPMN receiveTask elementclassScriptTaskImplThe BPMN scriptTask elementclassSendTaskImplThe BPMN sendTask elementclassSequenceFlowImplThe BPMN sequenceFlow elementclassServiceTaskImplThe BPMN serviceTask elementclassStartEventImplThe BPMN startEvent elementclassSubProcessImplThe BPMN subProcess elementclassTaskImplThe BPMN task elementclassThrowEventImplThe BPMN throwEvent elementclassTransactionImplclassUserTaskImplThe BPMN userTask elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type FlowElement Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<FlowElement>ProcessImpl. flowElementCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<FlowElement>SubProcessImpl. flowElementCollectionMethods 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 interfaceActivityThe BPMN activity elementinterfaceBoundaryEventThe BPMN boundaryEvent elementinterfaceBusinessRuleTaskThe BPMN businessRuleTask elementinterfaceCallActivityThe BPMN callActivity elementinterfaceCatchEventThe BPMN catchEvent elementinterfaceComplexGatewayThe BPMN complexGateway elementinterfaceDataObjectThe BPMN dataObject elementinterfaceDataObjectReferenceThe BPMN dataObjectReference elementinterfaceDataStoreReferenceThe BPMN dataStoreReference elementinterfaceEndEventThe BPMN endEvent elementinterfaceEventThe BPMN event elementinterfaceEventBasedGatewayThe BPMN eventBasedGateway elementinterfaceExclusiveGatewayThe BPMN exclusiveGateway elementinterfaceFlowNodeThe BPMN flowNode elementinterfaceGatewayThe BPMN gateway elementinterfaceInclusiveGatewayThe BPMN inclusiveGateway elementinterfaceIntermediateCatchEventThe BPMN intermediateCatchEvent elementinterfaceIntermediateThrowEventThe BPMN intermediateThrowEvent elementinterfaceManualTaskThe BPMN manualTask elementinterfaceParallelGatewayThe BPMN parallelGateway elementinterfaceReceiveTaskThe BPMN receiveTask elementinterfaceScriptTaskThe BPMN scriptTask elementinterfaceSendTaskThe BPMN sendTask elementinterfaceSequenceFlowThe BPMN sequenceFlow elementinterfaceServiceTaskThe BPMN serviceTask elementinterfaceStartEventThe BPMN startEvent elementinterfaceSubProcessThe BPMN subProcess elementinterfaceTaskThe BPMN task elementinterfaceThrowEventThe BPMN throwEvent elementinterfaceTransactioninterfaceUserTaskThe 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()
-