public interface LogEntry extends Serializable
| Modifier and Type | Method and Description |
|---|---|
long |
getActivityInstanceOID()
Gets the OID of the activity instance that was active when the log entry was created.
|
LogCode |
getCode()
Gets the context code of the log entry.
|
String |
getContext()
Gets the name of the activity instance or process instance that were active when the
log was created or "Global" if there was no activity instances or process instances.
|
long |
getOID()
Gets the global identifier of the LogEntry.
|
long |
getProcessInstanceOID()
Gets the OID of the process instance that was active when the log entry was created.
|
String |
getSubject()
Gets the message contained by this log entry.
|
Date |
getTimeStamp()
Gets the time when the log was created.
|
LogType |
getType()
Gets the type of the log entry.
|
User |
getUser()
Gets the
User object of the user that was performing an activity when the log entry was created. |
long |
getUserOID()
Gets the OID of the user that was performing an activity when the log entry was created.
|
long getOID()
Date getTimeStamp()
String getSubject()
String getContext()
long getActivityInstanceOID()
long getProcessInstanceOID()
long getUserOID()
LogCode getCode()
LogType getType()
User getUser()
User object of the user that was performing an activity when the log entry was created.User object or null if the log was not created during an user activity.Copyright © 2016 Eclipse Stardust. All Rights Reserved.