| Modifier and Type | Class and Description |
|---|---|
class |
ActivitiVariableEventImpl
Implementation of
FlowableVariableEvent. |
| Modifier and Type | Method and Description |
|---|---|
static FlowableVariableEvent |
ActivitiEventBuilder.createVariableEvent(FlowableEngineEventType type,
String variableName,
Object variableValue,
VariableType variableType,
String taskId,
String executionId,
String processInstanceId,
String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
protected static FlowableVariableEvent |
DbSqlSession.createVariableDeleteEvent(VariableInstanceEntity variableInstance) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
VariableEventHandler.createData(FlowableVariableEvent variableEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowableEngineEventListener.variableCreated(FlowableVariableEvent event) |
protected void |
AbstractFlowableEngineEventListener.variableDeletedEvent(FlowableVariableEvent event) |
protected void |
AbstractFlowableEngineEventListener.variableUpdatedEvent(FlowableVariableEvent event) |
| Modifier and Type | Method and Description |
|---|---|
static FlowableVariableEvent |
FlowableEventBuilder.createVariableEvent(FlowableEngineEventType type,
String variableName,
Object variableValue,
VariableType variableType,
String taskId,
String executionId,
String processInstanceId,
String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
VariableEventHandler.createData(FlowableVariableEvent variableEvent) |
| Modifier and Type | Method and Description |
|---|---|
static FlowableVariableEvent |
EventUtil.createVariableDeleteEvent(VariableInstanceEntity variableInstance) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableVariableEventImpl
Implementation of
FlowableVariableEvent. |
| Modifier and Type | Method and Description |
|---|---|
static FlowableVariableEvent |
FlowableVariableEventBuilder.createVariableEvent(FlowableEngineEventType type,
VariableInstance variableInstance,
Object variableValue,
VariableType variableType) |
Copyright © 2023 Flowable. All rights reserved.