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 BusinessProcessEvent
public String getActivityId()
getActivityId
in interface BusinessProcessEvent
public String getTransitionName()
getTransitionName
in interface BusinessProcessEvent
BusinessProcessEventType.TAKE
public String getProcessInstanceId()
getProcessInstanceId
in interface BusinessProcessEvent
ProcessInstance
this event corresponds topublic String getExecutionId()
getExecutionId
in interface BusinessProcessEvent
Execution
this event corresponds topublic BusinessProcessEventType getType()
getType
in interface BusinessProcessEvent
public Date getTimeStamp()
getTimeStamp
in interface BusinessProcessEvent
public VariableScope getVariableScope()
getVariableScope
in interface BusinessProcessEvent
Copyright © 2016 Alfresco. All rights reserved.