Uses of Class
org.camunda.bpm.model.bpmn.builder.ErrorEventDefinitionBuilder

Packages that use ErrorEventDefinitionBuilder
org.camunda.bpm.model.bpmn.builder   
 

Uses of ErrorEventDefinitionBuilder in org.camunda.bpm.model.bpmn.builder
 

Methods in org.camunda.bpm.model.bpmn.builder that return ErrorEventDefinitionBuilder
 ErrorEventDefinitionBuilder AbstractBoundaryEventBuilder.errorEventDefinition()
          Creates an error event definition and returns a builder for the error event definition.
 ErrorEventDefinitionBuilder AbstractStartEventBuilder.errorEventDefinition()
          Creates an error event definition and returns a builder for the error event definition.
 ErrorEventDefinitionBuilder AbstractBoundaryEventBuilder.errorEventDefinition(String id)
          Creates an error event definition with an unique id and returns a builder for the error event definition.
 ErrorEventDefinitionBuilder AbstractStartEventBuilder.errorEventDefinition(String id)
          Creates an error event definition with an unique id and returns a builder for the error event definition.
 



Copyright © 2017 camunda services GmbH. All rights reserved.