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 PersistentObject
public void setId(String id)
setId
in interface PersistentObject
public Object getPersistentState()
PersistentObject
getPersistentState
in interface PersistentObject
public long getLogNumber()
getLogNumber
in interface EventLogEntry
public void setLogNumber(long logNumber)
public String getType()
getType
in interface EventLogEntry
public void setType(String type)
public String getProcessDefinitionId()
getProcessDefinitionId
in interface EventLogEntry
public void setProcessDefinitionId(String processDefinitionId)
public String getProcessInstanceId()
getProcessInstanceId
in interface EventLogEntry
public void setProcessInstanceId(String processInstanceId)
public String getExecutionId()
getExecutionId
in interface EventLogEntry
public void setExecutionId(String executionId)
public String getTaskId()
getTaskId
in interface EventLogEntry
public void setTaskId(String taskId)
public Date getTimeStamp()
getTimeStamp
in interface EventLogEntry
public void setTimeStamp(Date timeStamp)
public String getUserId()
getUserId
in interface EventLogEntry
public void setUserId(String userId)
public byte[] getData()
getData
in interface EventLogEntry
public 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.