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 voidBoundaryConditionalEventActivityBehavior. leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent)voidConditionalEventBehavior. leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent)Checks the condition, on satisfaction the activity is leaved.voidEventSubProcessStartConditionalEventActivityBehavior. leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent)voidIntermediateConditionalEventBehavior. 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 booleanConditionalEventDefinition. shouldEvaluateForVariableEvent(VariableEvent event)booleanConditionalEventDefinition. 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 Queue<VariableEvent>CmmnExecution. variableEventsQueueMethods in org.camunda.bpm.engine.impl.cmmn.execution that return types with arguments of type VariableEvent Modifier and Type Method Description protected Queue<VariableEvent>CmmnExecution. getVariableEventQueue()Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type VariableEvent Modifier and Type Method Description voidCmmnExecution. dispatchEvent(VariableEvent variableEvent)protected voidCmmnExecution. 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 voidVariableEventDispatcher. 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 voidVariableListenerInvocationListener. addEventToScopeExecution(ExecutionEntity sourceScope, VariableEvent event)voidAbstractVariableScope. dispatchEvent(VariableEvent variableEvent)protected voidVariableListenerInvocationListener. 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 VariableEventDelayedVariableEvent. eventMethods in org.camunda.bpm.engine.impl.persistence.entity that return VariableEvent Modifier and Type Method Description VariableEventDelayedVariableEvent. getEvent()Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type VariableEvent Modifier and Type Method Description voidExecutionEntity. dispatchEvent(VariableEvent variableEvent)voidTaskEntity. dispatchEvent(VariableEvent variableEvent)voidExecutionEntity. 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 voidPvmExecutionImpl. delayEvent(PvmExecutionImpl targetScope, VariableEvent variableEvent)Delays a given variable event with the given target scope.
-