public class FlowableVariableEventBuilder extends Object
FlowableEvent implementations.| Constructor and Description |
|---|
FlowableVariableEventBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static FlowableEntityEvent |
createEntityEvent(FlowableEngineEventType type,
Object entity) |
static FlowableVariableEvent |
createVariableEvent(FlowableEngineEventType type,
String variableName,
Object variableValue,
VariableType variableType,
String taskId,
String executionId,
String processInstanceId,
String processDefinitionId,
String scopeId,
String scopeType) |
public static FlowableEntityEvent createEntityEvent(FlowableEngineEventType type, Object entity)
type - type of evententity - the entity this event targetsFlowableEntityEvent. In case an ExecutionContext is active, the execution related event fields will be populated. If not, execution details will be retrieved from the
Object if possible.public static FlowableVariableEvent createVariableEvent(FlowableEngineEventType type, String variableName, Object variableValue, VariableType variableType, String taskId, String executionId, String processInstanceId, String processDefinitionId, String scopeId, String scopeType)
Copyright © 2018 Flowable. All rights reserved.