Package org.flowable.task.api.history
Interface HistoricTaskLogEntry
public interface HistoricTaskLogEntry
- Author:
- martin.grofcik
-
Method Details
-
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()
-