Class EventLogEntryEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineNoRevisionEntity
org.flowable.engine.impl.persistence.entity.EventLogEntryEntityImpl
- All Implemented Interfaces:
Entity,EventLogEntry,EventLogEntryEntity
public class EventLogEntryEntityImpl
extends AbstractBpmnEngineNoRevisionEntity
implements EventLogEntryEntity
An event log entry can only be inserted (and maybe deleted).
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected Stringprotected intprotected Stringprotected Stringprotected longprotected 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 TypeMethodDescriptionbyte[]getData()longReturns a representation of the object, as would be stored in the database.intgetType()voidsetData(byte[] data) voidsetExecutionId(String executionId) voidsetLockOwner(String lockOwner) voidsetLockTime(String lockTime) voidsetLogNumber(long logNumber) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessed(int isProcessed) voidsetProcessInstanceId(String processInstanceId) voidvoidsetTimeStamp(Date timeStamp) voidvoidtoString()Methods inherited from class org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineNoRevisionEntity
getIdPrefixMethods 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, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
logNumber
protected long logNumber -
type
-
processDefinitionId
-
processInstanceId
-
executionId
-
taskId
-
timeStamp
-
userId
-
data
protected byte[] data -
lockOwner
-
lockTime
-
isProcessed
protected int isProcessed
-
-
Constructor Details
-
EventLogEntryEntityImpl
public EventLogEntryEntityImpl()
-
-
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
-
getLogNumber
public long getLogNumber()- Specified by:
getLogNumberin interfaceEventLogEntry
-
setLogNumber
public void setLogNumber(long logNumber) - Specified by:
setLogNumberin interfaceEventLogEntryEntity
-
getType
- Specified by:
getTypein interfaceEventLogEntry
-
setType
- Specified by:
setTypein interfaceEventLogEntryEntity
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceEventLogEntry
-
setProcessDefinitionId
- Specified by:
setProcessDefinitionIdin interfaceEventLogEntryEntity
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceEventLogEntry
-
setProcessInstanceId
- Specified by:
setProcessInstanceIdin interfaceEventLogEntryEntity
-
getExecutionId
- Specified by:
getExecutionIdin interfaceEventLogEntry
-
setExecutionId
- Specified by:
setExecutionIdin interfaceEventLogEntryEntity
-
getTaskId
- Specified by:
getTaskIdin interfaceEventLogEntry
-
setTaskId
- Specified by:
setTaskIdin interfaceEventLogEntryEntity
-
getTimeStamp
- Specified by:
getTimeStampin interfaceEventLogEntry
-
setTimeStamp
- Specified by:
setTimeStampin interfaceEventLogEntryEntity
-
getUserId
- Specified by:
getUserIdin interfaceEventLogEntry
-
setUserId
- Specified by:
setUserIdin interfaceEventLogEntryEntity
-
getData
public byte[] getData()- Specified by:
getDatain interfaceEventLogEntry
-
setData
public void setData(byte[] data) - Specified by:
setDatain interfaceEventLogEntryEntity
-
getLockOwner
- Specified by:
getLockOwnerin interfaceEventLogEntryEntity
-
setLockOwner
- Specified by:
setLockOwnerin interfaceEventLogEntryEntity
-
getLockTime
- Specified by:
getLockTimein interfaceEventLogEntryEntity
-
setLockTime
- Specified by:
setLockTimein interfaceEventLogEntryEntity
-
getProcessed
public int getProcessed()- Specified by:
getProcessedin interfaceEventLogEntryEntity
-
setProcessed
public void setProcessed(int isProcessed) - Specified by:
setProcessedin interfaceEventLogEntryEntity
-
toString
-