Class HistoricTaskLogEntryEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
org.flowable.task.service.impl.persistence.entity.HistoricTaskLogEntryEntityImpl
- All Implemented Interfaces:
Entity
,HistoricTaskLogEntry
,HistoricTaskLogEntryEntity
public class HistoricTaskLogEntryEntityImpl
extends AbstractEntityNoRevision
implements HistoricTaskLogEntryEntity
- Author:
- martin.grofcik
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected long
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Date
protected String
protected String
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()
long
Returns a representation of the object, as would be stored in the database.getType()
void
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
void
setTenantId
(String tenantId) void
setTimeStamp
(Date timeStamp) void
void
toString()
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
logNumber
protected long logNumber -
type
-
taskId
-
timeStamp
-
userId
-
data
-
executionId
-
processInstanceId
-
processDefinitionId
-
scopeId
-
scopeDefinitionId
-
subScopeId
-
scopeType
-
tenantId
-
-
Constructor Details
-
HistoricTaskLogEntryEntityImpl
public HistoricTaskLogEntryEntityImpl()
-
-
Method Details
-
getPersistentState
Description copied from interface:Entity
Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentState
in interfaceEntity
-
setType
- Specified by:
setType
in interfaceHistoricTaskLogEntryEntity
-
setTaskId
- Specified by:
setTaskId
in interfaceHistoricTaskLogEntryEntity
-
setTimeStamp
- Specified by:
setTimeStamp
in interfaceHistoricTaskLogEntryEntity
-
setUserId
- Specified by:
setUserId
in interfaceHistoricTaskLogEntryEntity
-
setData
- Specified by:
setData
in interfaceHistoricTaskLogEntryEntity
-
setExecutionId
- Specified by:
setExecutionId
in interfaceHistoricTaskLogEntryEntity
-
setProcessInstanceId
- Specified by:
setProcessInstanceId
in interfaceHistoricTaskLogEntryEntity
-
setProcessDefinitionId
- Specified by:
setProcessDefinitionId
in interfaceHistoricTaskLogEntryEntity
-
setScopeId
- Specified by:
setScopeId
in interfaceHistoricTaskLogEntryEntity
-
setScopeDefinitionId
- Specified by:
setScopeDefinitionId
in interfaceHistoricTaskLogEntryEntity
-
setSubScopeId
- Specified by:
setSubScopeId
in interfaceHistoricTaskLogEntryEntity
-
setScopeType
- Specified by:
setScopeType
in interfaceHistoricTaskLogEntryEntity
-
setTenantId
- Specified by:
setTenantId
in interfaceHistoricTaskLogEntryEntity
-
getIdPrefix
- Specified by:
getIdPrefix
in interfaceEntity
-
setLogNumber
public void setLogNumber(long logNumber) - Specified by:
setLogNumber
in interfaceHistoricTaskLogEntryEntity
-
getLogNumber
public long getLogNumber()- Specified by:
getLogNumber
in interfaceHistoricTaskLogEntry
-
getType
- Specified by:
getType
in interfaceHistoricTaskLogEntry
-
getTaskId
- Specified by:
getTaskId
in interfaceHistoricTaskLogEntry
-
getTimeStamp
- Specified by:
getTimeStamp
in interfaceHistoricTaskLogEntry
-
getUserId
- Specified by:
getUserId
in interfaceHistoricTaskLogEntry
-
getData
- Specified by:
getData
in interfaceHistoricTaskLogEntry
-
getExecutionId
- Specified by:
getExecutionId
in interfaceHistoricTaskLogEntry
-
getProcessInstanceId
- Specified by:
getProcessInstanceId
in interfaceHistoricTaskLogEntry
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionId
in interfaceHistoricTaskLogEntry
-
getScopeId
- Specified by:
getScopeId
in interfaceHistoricTaskLogEntry
-
getScopeDefinitionId
- Specified by:
getScopeDefinitionId
in interfaceHistoricTaskLogEntry
-
getSubScopeId
- Specified by:
getSubScopeId
in interfaceHistoricTaskLogEntry
-
getScopeType
- Specified by:
getScopeType
in interfaceHistoricTaskLogEntry
-
getTenantId
- Specified by:
getTenantId
in interfaceHistoricTaskLogEntry
-
toString
-