|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
void |
BoundaryConditionalEventActivityBehavior.leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription,
VariableEvent variableEvent)
|
void |
IntermediateConditionalEventBehavior.leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription,
VariableEvent variableEvent)
|
void |
ConditionalEventBehavior.leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription,
VariableEvent variableEvent)
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 | |
|---|---|
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 | |
|---|---|
protected VariableEvent |
DelayedVariableEvent.event
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return VariableEvent | |
|---|---|
VariableEvent |
DelayedVariableEvent.getEvent()
|
| 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)
|
| Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type VariableEvent | |
|---|---|
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 | |
|---|---|
void |
PvmExecutionImpl.delayEvent(PvmExecutionImpl targetScope,
VariableEvent variableEvent)
Delays a given variable event with the given target scope. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||