Class FlowElementImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, FlowElement, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
DataObjectImpl, DataObjectReferenceImpl, DataStoreReferenceImpl, FlowNodeImpl, SequenceFlowImpl

public abstract class FlowElementImpl extends BaseElementImpl implements FlowElement
The BPMN flowElement element
Author:
Daniel Meyer, Sebastian Menski
  • Field Details

    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • auditingChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<Auditing> auditingChild
    • monitoringChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<Monitoring> monitoringChild
    • categoryValueRefCollection

      protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<CategoryValue,CategoryValueRef> categoryValueRefCollection
  • Constructor Details

    • FlowElementImpl

      public FlowElementImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
  • Method Details