Uses of Class
org.camunda.bpm.engine.impl.core.variable.event.VariableEvent
-
-
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 Modifier and Type Method Description void
BoundaryConditionalEventActivityBehavior. leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent)
void
ConditionalEventBehavior. leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent)
Checks the condition, on satisfaction the activity is leaved.void
EventSubProcessStartConditionalEventActivityBehavior. leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent)
void
IntermediateConditionalEventBehavior. leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent)
-
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 Modifier and Type Method Description 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 Modifier and Type Field Description protected java.util.Queue<VariableEvent>
CmmnExecution. variableEventsQueue
Methods in org.camunda.bpm.engine.impl.cmmn.execution that return types with arguments of type VariableEvent Modifier and Type Method Description protected java.util.Queue<VariableEvent>
CmmnExecution. getVariableEventQueue()
Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type VariableEvent Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected void
VariableListenerInvocationListener. addEventToScopeExecution(ExecutionEntity sourceScope, VariableEvent event)
void
AbstractVariableScope. dispatchEvent(VariableEvent variableEvent)
protected void
VariableListenerInvocationListener. handleEvent(VariableEvent event)
-
Uses of VariableEvent in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as VariableEvent Modifier and Type Field Description protected VariableEvent
DelayedVariableEvent. event
Methods in org.camunda.bpm.engine.impl.persistence.entity that return VariableEvent Modifier and Type Method Description VariableEvent
DelayedVariableEvent. getEvent()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type VariableEvent Modifier and Type Method Description void
ExecutionEntity. dispatchEvent(VariableEvent variableEvent)
void
TaskEntity. dispatchEvent(VariableEvent variableEvent)
void
ExecutionEntity. handleConditionalEventOnVariableChange(VariableEvent variableEvent)
Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type VariableEvent Constructor Description DelayedVariableEvent(PvmExecutionImpl targetScope, VariableEvent event)
-
Uses of VariableEvent in org.camunda.bpm.engine.impl.pvm.runtime
Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type VariableEvent Modifier and Type Method Description void
PvmExecutionImpl. delayEvent(PvmExecutionImpl targetScope, VariableEvent variableEvent)
Delays a given variable event with the given target scope.
-