Uses of Class
org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition

Packages that use ConditionalEventDefinition
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.bpmn.helper   
org.camunda.bpm.engine.impl.bpmn.parser   
 

Uses of ConditionalEventDefinition in org.camunda.bpm.engine.impl.bpmn.behavior
 

Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as ConditionalEventDefinition
protected  ConditionalEventDefinition EventSubProcessStartConditionalEventActivityBehavior.conditionalEvent
           
protected  ConditionalEventDefinition BoundaryConditionalEventActivityBehavior.conditionalEvent
           
protected  ConditionalEventDefinition IntermediateConditionalEventBehavior.conditionalEvent
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return ConditionalEventDefinition
 ConditionalEventDefinition EventSubProcessStartConditionalEventActivityBehavior.getConditionalEventDefinition()
           
 ConditionalEventDefinition BoundaryConditionalEventActivityBehavior.getConditionalEventDefinition()
           
 ConditionalEventDefinition IntermediateConditionalEventBehavior.getConditionalEventDefinition()
           
 ConditionalEventDefinition ConditionalEventBehavior.getConditionalEventDefinition()
          Returns the current conditional event definition.
 

Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type ConditionalEventDefinition
BoundaryConditionalEventActivityBehavior(ConditionalEventDefinition conditionalEvent)
           
EventSubProcessStartConditionalEventActivityBehavior(ConditionalEventDefinition conditionalEvent)
           
IntermediateConditionalEventBehavior(ConditionalEventDefinition conditionalEvent, boolean isAfterEventBasedGateway)
           
 

Uses of ConditionalEventDefinition in org.camunda.bpm.engine.impl.bpmn.helper
 

Fields in org.camunda.bpm.engine.impl.bpmn.helper with type parameters of type ConditionalEventDefinition
static PropertyKey<ConditionalEventDefinition> BpmnProperties.CONDITIONAL_EVENT_DEFINITION
           
 

Uses of ConditionalEventDefinition in org.camunda.bpm.engine.impl.bpmn.parser
 

Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ConditionalEventDefinition
protected  ConditionalEventDefinition BpmnParse.parseConditionalEventDefinition(Element element, ActivityImpl conditionalActivity)
          Parses the given element and returns an ConditionalEventDefinition object.
 ConditionalEventDefinition BpmnParse.parseConditionalStartEventForEventSubprocess(Element element, ActivityImpl conditionalActivity, boolean interrupting)
          Parses the given element as conditional start event of an event subprocess.
 ConditionalEventDefinition BpmnParse.parseIntermediateConditionalEventDefinition(Element element, ActivityImpl conditionalActivity)
          Parses the given element as intermediate conditional event.
 



Copyright © 2018 camunda services GmbH. All rights reserved.