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 Stringprotected Stringprotected longprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()longReturns a representation of the object, as would be stored in the database.getType()voidvoidsetExecutionId(String executionId) voidsetLogNumber(long logNumber) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessInstanceId(String processInstanceId) voidsetScopeDefinitionId(String scopeDefinitionId) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSubScopeId(String subScopeId) voidvoidsetTenantId(String tenantId) voidsetTimeStamp(Date timeStamp) voidvoidtoString()Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:EntityReturns 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:
getPersistentStatein interfaceEntity
-
setType
- Specified by:
setTypein interfaceHistoricTaskLogEntryEntity
-
setTaskId
- Specified by:
setTaskIdin interfaceHistoricTaskLogEntryEntity
-
setTimeStamp
- Specified by:
setTimeStampin interfaceHistoricTaskLogEntryEntity
-
setUserId
- Specified by:
setUserIdin interfaceHistoricTaskLogEntryEntity
-
setData
- Specified by:
setDatain interfaceHistoricTaskLogEntryEntity
-
setExecutionId
- Specified by:
setExecutionIdin interfaceHistoricTaskLogEntryEntity
-
setProcessInstanceId
- Specified by:
setProcessInstanceIdin interfaceHistoricTaskLogEntryEntity
-
setProcessDefinitionId
- Specified by:
setProcessDefinitionIdin interfaceHistoricTaskLogEntryEntity
-
setScopeId
- Specified by:
setScopeIdin interfaceHistoricTaskLogEntryEntity
-
setScopeDefinitionId
- Specified by:
setScopeDefinitionIdin interfaceHistoricTaskLogEntryEntity
-
setSubScopeId
- Specified by:
setSubScopeIdin interfaceHistoricTaskLogEntryEntity
-
setScopeType
- Specified by:
setScopeTypein interfaceHistoricTaskLogEntryEntity
-
setTenantId
- Specified by:
setTenantIdin interfaceHistoricTaskLogEntryEntity
-
getIdPrefix
- Specified by:
getIdPrefixin interfaceEntity
-
setLogNumber
public void setLogNumber(long logNumber) - Specified by:
setLogNumberin interfaceHistoricTaskLogEntryEntity
-
getLogNumber
public long getLogNumber()- Specified by:
getLogNumberin interfaceHistoricTaskLogEntry
-
getType
- Specified by:
getTypein interfaceHistoricTaskLogEntry
-
getTaskId
- Specified by:
getTaskIdin interfaceHistoricTaskLogEntry
-
getTimeStamp
- Specified by:
getTimeStampin interfaceHistoricTaskLogEntry
-
getUserId
- Specified by:
getUserIdin interfaceHistoricTaskLogEntry
-
getData
- Specified by:
getDatain interfaceHistoricTaskLogEntry
-
getExecutionId
- Specified by:
getExecutionIdin interfaceHistoricTaskLogEntry
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceHistoricTaskLogEntry
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceHistoricTaskLogEntry
-
getScopeId
- Specified by:
getScopeIdin interfaceHistoricTaskLogEntry
-
getScopeDefinitionId
- Specified by:
getScopeDefinitionIdin interfaceHistoricTaskLogEntry
-
getSubScopeId
- Specified by:
getSubScopeIdin interfaceHistoricTaskLogEntry
-
getScopeType
- Specified by:
getScopeTypein interfaceHistoricTaskLogEntry
-
getTenantId
- Specified by:
getTenantIdin interfaceHistoricTaskLogEntry
-
toString
-