|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogEntry
Log entry interface.
| Method Summary | |
|---|---|
String |
getCategory()
Returns the category for this log entry. |
String |
getComment()
Returns the associated comment for this log entry. |
String |
getDocLifeCycle()
Return the life cycle if the document related to the log entry. |
String |
getDocPath()
Returns the doc path related to the log entry. |
String |
getDocType()
Returns the doc type related to the log entry. |
String |
getDocUUID()
Returns the doc UUID related to the log entry. |
Date |
getEventDate()
Returns the date of the event that originated the log entry. |
String |
getEventId()
Returns the identifier of the event that originated the log entry. |
long |
getId()
Returns the log identifier. |
String |
getPrincipalName()
Returns the name of the principal who originated the log entry. |
| Method Detail |
|---|
long getId()
String getPrincipalName()
String getEventId()
Date getEventDate()
String getCategory()
This is defined at client level. Categories are not restricted in any ways.
String getComment()
String getDocUUID()
It might be null if the event that originated the event is noe bound to any document.
String getDocPath()
It might be null if the event that originated the event is noe bound to any document.
String getDocType()
It might be null if the event that originated the event is not bound to any document.
String getDocLifeCycle()
It might be null if the event that originated the event is noe bound to any document.
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||