public class EventLogEntryEntity extends Object implements PersistentObject, EventLogEntry
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
protected String |
executionId |
protected int |
isProcessed |
protected String |
lockOwner |
protected String |
lockTime |
protected long |
logNumber |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
taskId |
protected Date |
timeStamp |
protected String |
type |
protected String |
userId |
| Constructor and Description |
|---|
EventLogEntryEntity() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
String |
getExecutionId() |
String |
getId() |
String |
getLockOwner() |
String |
getLockTime() |
long |
getLogNumber() |
Object |
getPersistentState()
Returns a representation of the object,
as would be stored in the database.
|
String |
getProcessDefinitionId() |
int |
getProcessed() |
String |
getProcessInstanceId() |
String |
getTaskId() |
Date |
getTimeStamp() |
String |
getType() |
String |
getUserId() |
void |
setData(byte[] data) |
void |
setExecutionId(String executionId) |
void |
setId(String id) |
void |
setLockOwner(String lockOwner) |
void |
setLockTime(String lockTime) |
void |
setLogNumber(long logNumber) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessed(int isProcessed) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setTaskId(String taskId) |
void |
setTimeStamp(Date timeStamp) |
void |
setType(String type) |
void |
setUserId(String userId) |
String |
toString() |
protected long logNumber
protected String type
protected String processDefinitionId
protected String processInstanceId
protected String executionId
protected String taskId
protected Date timeStamp
protected String userId
protected byte[] data
protected String lockOwner
protected String lockTime
protected int isProcessed
public String getId()
getId in interface PersistentObjectpublic void setId(String id)
setId in interface PersistentObjectpublic Object getPersistentState()
PersistentObjectgetPersistentState in interface PersistentObjectpublic long getLogNumber()
getLogNumber in interface EventLogEntrypublic void setLogNumber(long logNumber)
public String getType()
getType in interface EventLogEntrypublic void setType(String type)
public String getProcessDefinitionId()
getProcessDefinitionId in interface EventLogEntrypublic void setProcessDefinitionId(String processDefinitionId)
public String getProcessInstanceId()
getProcessInstanceId in interface EventLogEntrypublic void setProcessInstanceId(String processInstanceId)
public String getExecutionId()
getExecutionId in interface EventLogEntrypublic void setExecutionId(String executionId)
public String getTaskId()
getTaskId in interface EventLogEntrypublic void setTaskId(String taskId)
public Date getTimeStamp()
getTimeStamp in interface EventLogEntrypublic void setTimeStamp(Date timeStamp)
public String getUserId()
getUserId in interface EventLogEntrypublic void setUserId(String userId)
public byte[] getData()
getData in interface EventLogEntrypublic void setData(byte[] data)
public String getLockOwner()
public void setLockOwner(String lockOwner)
public String getLockTime()
public void setLockTime(String lockTime)
public int getProcessed()
public void setProcessed(int isProcessed)
Copyright © 2016 Alfresco. All rights reserved.