|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LogEntry
The LogEntry class provides information about the various messages the Carnot engine is logging into AuditTrail.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||