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

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,CompensateEventDefinition>
              extended by org.camunda.bpm.model.bpmn.builder.AbstractCompensateEventDefinitionBuilder<CompensateEventDefinitionBuilder>
                  extended by org.camunda.bpm.model.bpmn.builder.CompensateEventDefinitionBuilder

public class CompensateEventDefinitionBuilder
extends AbstractCompensateEventDefinitionBuilder<CompensateEventDefinitionBuilder>

Author:
Christopher Zell

Field Summary
 
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
element, modelInstance, myself
 
Constructor Summary
CompensateEventDefinitionBuilder(BpmnModelInstance modelInstance, CompensateEventDefinition element)
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractCompensateEventDefinitionBuilder
activityRef, compensateEventDefinitionDone, id, waitForCompletion
 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
addExtensionElement, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEmptyMessageEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessageEventDefinition, createSibling, createSibling, createSignalEventDefinition, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement
 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
done, subProcessDone, transactionDone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompensateEventDefinitionBuilder

public CompensateEventDefinitionBuilder(BpmnModelInstance modelInstance,
                                        CompensateEventDefinition element)


Copyright © 2016 camunda services GmbH. All rights reserved.