public class VariableUpdatedEventImpl extends AbstractProcessEngineEvent implements VariableUpdatedEvent
| Constructor and Description |
|---|
VariableUpdatedEventImpl() |
VariableUpdatedEventImpl(String applicationName,
String executionId,
String processDefinitionId,
String processInstanceId,
String variableName,
String variableValue,
String variableType,
String taskId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventType() |
String |
getTaskId() |
String |
getVariableName() |
String |
getVariableType() |
String |
getVariableValue() |
getApplicationName, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExecutionIdgetApplicationName, getProcessDefinitionId, getProcessInstanceId, getTimestamppublic String getVariableName()
getVariableName in interface VariableUpdatedEventpublic String getVariableValue()
getVariableValue in interface VariableUpdatedEventpublic String getVariableType()
getVariableType in interface VariableUpdatedEventpublic String getTaskId()
getTaskId in interface VariableUpdatedEventpublic String getEventType()
getEventType in interface ProcessEngineEventCopyright © 2010–2017 Alfresco. All rights reserved.