public class VariableCreatedEventImpl extends AbstractProcessEngineEvent implements VariableCreatedEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
taskId |
protected String |
variableName |
protected String |
variableType |
protected String |
variableValue |
| Constructor and Description |
|---|
VariableCreatedEventImpl() |
VariableCreatedEventImpl(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, getTimestampprotected String variableName
protected String variableValue
protected String variableType
protected String taskId
public String getVariableName()
getVariableName in interface VariableCreatedEventpublic String getVariableValue()
getVariableValue in interface VariableCreatedEventpublic String getVariableType()
getVariableType in interface VariableCreatedEventpublic String getTaskId()
getTaskId in interface VariableCreatedEventpublic String getEventType()
getEventType in interface ProcessEngineEventCopyright © 2010–2017 Alfresco. All rights reserved.