public interface EventLogEntry
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getData()  | 
String | 
getExecutionId()  | 
long | 
getLogNumber()  | 
String | 
getProcessDefinitionId()  | 
String | 
getProcessInstanceId()  | 
String | 
getTaskId()  | 
Date | 
getTimeStamp()  | 
String | 
getType()  | 
String | 
getUserId()  | 
long getLogNumber()
String getType()
String getProcessDefinitionId()
String getProcessInstanceId()
String getExecutionId()
String getTaskId()
Date getTimeStamp()
String getUserId()
byte[] getData()
Copyright © 2017 Flowable. All rights reserved.