Package org.flowable.task.api.history
Interface HistoricTaskLogEntry
-
public interface HistoricTaskLogEntry- Author:
- martin.grofcik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetData()StringgetExecutionId()longgetLogNumber()StringgetProcessDefinitionId()StringgetProcessInstanceId()StringgetScopeDefinitionId()StringgetScopeId()StringgetScopeType()StringgetSubScopeId()StringgetTaskId()StringgetTenantId()DategetTimeStamp()StringgetType()StringgetUserId()
-
-
-
Method Detail
-
getLogNumber
long getLogNumber()
-
getType
String getType()
-
getTaskId
String getTaskId()
-
getTimeStamp
Date getTimeStamp()
-
getUserId
String getUserId()
-
getData
String getData()
-
getExecutionId
String getExecutionId()
-
getProcessInstanceId
String getProcessInstanceId()
-
getProcessDefinitionId
String getProcessDefinitionId()
-
getScopeId
String getScopeId()
-
getScopeDefinitionId
String getScopeDefinitionId()
-
getSubScopeId
String getSubScopeId()
-
getScopeType
String getScopeType()
-
getTenantId
String getTenantId()
-
-