Class ProcessImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, CallableElement, Process, RootElement, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class ProcessImpl extends CallableElementImpl implements Process
The BPMN process element
Author:
Daniel Meyer, Sebastian Menski
  • Field Details

    • processTypeAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<ProcessType> processTypeAttribute
    • isClosedAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isClosedAttribute
    • isExecutableAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isExecutableAttribute
    • 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
    • propertyCollection

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

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<LaneSet> laneSetCollection
    • flowElementCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<FlowElement> flowElementCollection
    • artifactCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact> artifactCollection
    • resourceRoleCollection

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

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CorrelationSubscription> correlationSubscriptionCollection
    • supportsCollection

      protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Process,Supports> supportsCollection
  • Constructor Details

    • ProcessImpl

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