Class OperationImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, Operation, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class OperationImpl extends BaseElementImpl implements Operation
The BPMN operation element
Author:
Sebastian Menski
  • Field Details

    • nameAttribute

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

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> implementationRefAttribute
    • inMessageRefChild

      protected static org.camunda.bpm.model.xml.type.reference.ElementReference<Message,InMessageRef> inMessageRefChild
    • outMessageRefChild

      protected static org.camunda.bpm.model.xml.type.reference.ElementReference<Message,OutMessageRef> outMessageRefChild
    • errorRefCollection

      protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Error,ErrorRef> errorRefCollection
  • Constructor Details

    • OperationImpl

      public OperationImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details