public class CdiBusinessProcessEvent extends Object implements BusinessProcessEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected String |
executionId |
protected ProcessDefinition |
processDefinition |
protected String |
processInstanceId |
protected Date |
timeStamp |
protected String |
transitionName |
protected BusinessProcessEventType |
type |
protected VariableScope |
variableScope |
| Constructor and Description |
|---|
CdiBusinessProcessEvent(String activityId,
String transitionName,
ProcessDefinition processDefinition,
VariableScope execution,
BusinessProcessEventType type,
String processInstanceId,
String executionId,
Date timeStamp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId() |
String |
getExecutionId() |
ProcessDefinition |
getProcessDefinition() |
String |
getProcessInstanceId() |
Date |
getTimeStamp() |
String |
getTransitionName() |
BusinessProcessEventType |
getType() |
VariableScope |
getVariableScope() |
String |
toString() |
protected final String activityId
protected final ProcessDefinition processDefinition
protected final String transitionName
protected final String processInstanceId
protected final String executionId
protected final BusinessProcessEventType type
protected final Date timeStamp
protected final VariableScope variableScope
public CdiBusinessProcessEvent(String activityId, String transitionName, ProcessDefinition processDefinition, VariableScope execution, BusinessProcessEventType type, String processInstanceId, String executionId, Date timeStamp)
public ProcessDefinition getProcessDefinition()
getProcessDefinition in interface BusinessProcessEventpublic String getActivityId()
getActivityId in interface BusinessProcessEventpublic String getTransitionName()
getTransitionName in interface BusinessProcessEventBusinessProcessEventType.TAKEpublic String getProcessInstanceId()
getProcessInstanceId in interface BusinessProcessEventProcessInstance this event corresponds topublic String getExecutionId()
getExecutionId in interface BusinessProcessEventExecution this event corresponds topublic BusinessProcessEventType getType()
getType in interface BusinessProcessEventpublic Date getTimeStamp()
getTimeStamp in interface BusinessProcessEventpublic VariableScope getVariableScope()
getVariableScope in interface BusinessProcessEventCopyright © 2016 Alfresco. All rights reserved.