Class EventLogEntryEntityImpl
java.lang.Object
org.activiti.engine.impl.persistence.entity.AbstractEntityNoRevision
org.activiti.engine.impl.persistence.entity.EventLogEntryEntityImpl
- All Implemented Interfaces:
EventLogEntry,Entity,EventLogEntryEntity
public class EventLogEntryEntityImpl
extends AbstractEntityNoRevision
implements EventLogEntryEntity
An event log entry can only be inserted (and maybe deleted).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected Stringprotected intprotected Stringprotected Stringprotected longprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected StringFields inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated -
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.activiti.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, 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
-