public interface ActivitiEvent
| Modifier and Type | Method and Description | 
|---|---|
EngineServices | 
getEngineServices()  | 
String | 
getExecutionId()  | 
String | 
getProcessDefinitionId()  | 
String | 
getProcessInstanceId()  | 
ActivitiEventType | 
getType()  | 
ActivitiEventType getType()
String getExecutionId()
String getProcessInstanceId()
String getProcessDefinitionId()
EngineServices getEngineServices()
EngineServices associated to the engine this event
 originated from. Returns null, when not called from within a listener call or when no
 Activiti context is active.Copyright © 2017 Flowable. All rights reserved.