org.camunda.bpm.model.bpmn.builder
Class SignalEventDefinitionBuilder

java.lang.Object
  extended by org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder<B,E>
      extended by org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder<B,E>
          extended by org.camunda.bpm.model.bpmn.builder.AbstractRootElementBuilder<B,SignalEventDefinition>
              extended by org.camunda.bpm.model.bpmn.builder.AbstractSignalEventDefinitionBuilder<SignalEventDefinitionBuilder>
                  extended by org.camunda.bpm.model.bpmn.builder.SignalEventDefinitionBuilder

public class SignalEventDefinitionBuilder
extends AbstractSignalEventDefinitionBuilder<SignalEventDefinitionBuilder>

Author:
Nikola Koevski

Field Summary
 
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
SPACE
 
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
element, modelInstance, myself
 
Constructor Summary
SignalEventDefinitionBuilder(BpmnModelInstance modelInstance, SignalEventDefinition element)
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractSignalEventDefinitionBuilder
camundaInAllVariables, camundaInAllVariables, camundaInBusinessKey, camundaInSourceExpressionTarget, camundaInSourceTarget
 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
addExtensionElement, createBpmnEdge, createBpmnShape, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEdge, createEmptyErrorEventDefinition, createEmptyMessageEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessageEventDefinition, createSibling, createSibling, createSignalEventDefinition, findBpmnEdge, findBpmnPlane, findBpmnShape, findErrorDefinitionForCode, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement, id, resizeSubProcess, setCoordinates, setWaypoints, setWaypointsWithSourceAndTarget
 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
done, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignalEventDefinitionBuilder

public SignalEventDefinitionBuilder(BpmnModelInstance modelInstance,
                                    SignalEventDefinition element)


Copyright © 2018 camunda services GmbH. All rights reserved.