Uses of Class
org.camunda.bpm.engine.impl.core.variable.event.VariableEvent

Packages that use VariableEvent
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.cmmn.execution   
org.camunda.bpm.engine.impl.core.variable.event   
org.camunda.bpm.engine.impl.core.variable.scope   
org.camunda.bpm.engine.impl.persistence.entity   
 

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

Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type VariableEvent
 void EventSubProcessStartConditionalEventActivityBehavior.leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent, CommandContext commandContext)
           
 void BoundaryConditionalEventActivityBehavior.leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent, CommandContext commandContext)
           
 void IntermediateConditionalEventBehavior.leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent, CommandContext commandContext)
           
 void ConditionalEventBehavior.leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent, CommandContext commandContext)
          Checks the condition, on satisfaction the activity is leaved.
 

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

Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type VariableEvent
 boolean ConditionalEventDefinition.shouldEvaluateForVariableEvent(VariableEvent event)
           
 boolean ConditionalEventDefinition.tryEvaluate(VariableEvent variableEvent, DelegateExecution execution)
           
 

Uses of VariableEvent in org.camunda.bpm.engine.impl.cmmn.execution
 

Fields in org.camunda.bpm.engine.impl.cmmn.execution with type parameters of type VariableEvent
protected  Queue<VariableEvent> CmmnExecution.variableEventsQueue
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return types with arguments of type VariableEvent
protected  Queue<VariableEvent> CmmnExecution.getVariableEventQueue()
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type VariableEvent
 void CmmnExecution.dispatchEvent(VariableEvent variableEvent)
           
protected  void CmmnExecution.queueVariableEvent(VariableEvent variableEvent, boolean includeCustomerListeners)
           
 

Uses of VariableEvent in org.camunda.bpm.engine.impl.core.variable.event
 

Methods in org.camunda.bpm.engine.impl.core.variable.event with parameters of type VariableEvent
 void VariableEventDispatcher.dispatchEvent(VariableEvent variableEvent)
           
 

Uses of VariableEvent in org.camunda.bpm.engine.impl.core.variable.scope
 

Methods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type VariableEvent
 void AbstractVariableScope.dispatchEvent(VariableEvent variableEvent)
           
 

Uses of VariableEvent in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type VariableEvent
 void ExecutionEntity.dispatchEvent(VariableEvent variableEvent)
           
 void TaskEntity.dispatchEvent(VariableEvent variableEvent)
           
 void ExecutionEntity.handleConditionalEventOnVariableChange(VariableEvent variableEvent)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.