Class ActivityImpl

All Implemented Interfaces:
Activity, BaseElement, BpmnModelElementInstance, FlowElement, FlowNode, InteractionNode, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
CallActivityImpl, SubProcessImpl, TaskImpl

public abstract class ActivityImpl extends FlowNodeImpl implements Activity
The BPMN activity element
Author:
Sebastian Menski
  • Field Details

    • isForCompensationAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isForCompensationAttribute
    • startQuantityAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Integer> startQuantityAttribute
    • completionQuantityAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Integer> completionQuantityAttribute
    • defaultAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<SequenceFlow> defaultAttribute
    • ioSpecificationChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<IoSpecification> ioSpecificationChild
    • propertyCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Property> propertyCollection
    • dataInputAssociationCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DataInputAssociation> dataInputAssociationCollection
    • dataOutputAssociationCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DataOutputAssociation> dataOutputAssociationCollection
    • resourceRoleCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ResourceRole> resourceRoleCollection
    • loopCharacteristicsChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<LoopCharacteristics> loopCharacteristicsChild
  • Constructor Details

    • ActivityImpl

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