public class HistoricTaskLogEntryEntityImpl extends AbstractEntityNoRevision implements HistoricTaskLogEntryEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
data |
protected String |
executionId |
protected long |
logNumber |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
taskId |
protected String |
tenantId |
protected Date |
timeStamp |
protected String |
type |
protected String |
userId |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
HistoricTaskLogEntryEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData() |
String |
getExecutionId() |
String |
getIdPrefix() |
long |
getLogNumber() |
Object |
getPersistentState() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTaskId() |
String |
getTenantId() |
Date |
getTimeStamp() |
String |
getType() |
String |
getUserId() |
void |
setData(String data) |
void |
setExecutionId(String executionId) |
void |
setLogNumber(long logNumber) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSubScopeId(String subScopeId) |
void |
setTaskId(String taskId) |
void |
setTenantId(String tenantId) |
void |
setTimeStamp(Date timeStamp) |
void |
setType(String type) |
void |
setUserId(String userId) |
String |
toString() |
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected long logNumber
protected String type
protected String taskId
protected Date timeStamp
protected String userId
protected String data
protected String executionId
protected String processInstanceId
protected String processDefinitionId
protected String scopeId
protected String scopeDefinitionId
protected String subScopeId
protected String scopeType
protected String tenantId
public Object getPersistentState()
getPersistentState in interface Entitypublic void setType(String type)
setType in interface HistoricTaskLogEntryEntitypublic void setTaskId(String taskId)
setTaskId in interface HistoricTaskLogEntryEntitypublic void setTimeStamp(Date timeStamp)
setTimeStamp in interface HistoricTaskLogEntryEntitypublic void setUserId(String userId)
setUserId in interface HistoricTaskLogEntryEntitypublic void setData(String data)
setData in interface HistoricTaskLogEntryEntitypublic void setExecutionId(String executionId)
setExecutionId in interface HistoricTaskLogEntryEntitypublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface HistoricTaskLogEntryEntitypublic void setProcessDefinitionId(String processDefinitionId)
setProcessDefinitionId in interface HistoricTaskLogEntryEntitypublic void setScopeId(String scopeId)
setScopeId in interface HistoricTaskLogEntryEntitypublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface HistoricTaskLogEntryEntitypublic void setSubScopeId(String subScopeId)
setSubScopeId in interface HistoricTaskLogEntryEntitypublic void setScopeType(String scopeType)
setScopeType in interface HistoricTaskLogEntryEntitypublic void setTenantId(String tenantId)
setTenantId in interface HistoricTaskLogEntryEntitypublic String getIdPrefix()
getIdPrefix in interface Entitypublic void setLogNumber(long logNumber)
setLogNumber in interface HistoricTaskLogEntryEntitypublic long getLogNumber()
getLogNumber in interface HistoricTaskLogEntrypublic String getType()
getType in interface HistoricTaskLogEntrypublic String getTaskId()
getTaskId in interface HistoricTaskLogEntrypublic Date getTimeStamp()
getTimeStamp in interface HistoricTaskLogEntrypublic String getUserId()
getUserId in interface HistoricTaskLogEntrypublic String getData()
getData in interface HistoricTaskLogEntrypublic String getExecutionId()
getExecutionId in interface HistoricTaskLogEntrypublic String getProcessInstanceId()
getProcessInstanceId in interface HistoricTaskLogEntrypublic String getProcessDefinitionId()
getProcessDefinitionId in interface HistoricTaskLogEntrypublic String getScopeId()
getScopeId in interface HistoricTaskLogEntrypublic String getScopeDefinitionId()
getScopeDefinitionId in interface HistoricTaskLogEntrypublic String getSubScopeId()
getSubScopeId in interface HistoricTaskLogEntrypublic String getScopeType()
getScopeType in interface HistoricTaskLogEntrypublic String getTenantId()
getTenantId in interface HistoricTaskLogEntryCopyright © 2021 Flowable. All rights reserved.