public class VariableUpdatedEvent extends AbstractProcessEngineEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
taskId |
protected String |
variableName |
protected String |
variableType |
protected String |
variableValue |
| Constructor and Description |
|---|
VariableUpdatedEvent() |
VariableUpdatedEvent(Long timestamp,
String eventType,
String executionId,
String processDefinitionId,
String processInstanceId,
String variableName,
String variableValue,
String variableType,
String taskId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTaskId() |
String |
getVariableName() |
String |
getVariableType() |
String |
getVariableValue() |
getApplicationName, getEventType, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getTimestamp, setProcessInstanceIdCopyright © 2010–2017 Alfresco. All rights reserved.