public interface LogEntry extends Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
Map<String,ExtendedInfo> |
getExtendedInfos() |
long |
getId() |
Date |
getLogDate() |
UIAuditComment |
getPreprocessedComment()
Return the comment preprocessed to be ready for display.
|
String |
getPrincipalName()
Returns the name of the principal who originated the log entry.
|
String |
getRepositoryId()
Returns the repository id related to the log entry.
|
void |
setCategory(String category) |
void |
setComment(String comment) |
void |
setDocLifeCycle(String docLifeCycle) |
void |
setDocPath(String docPath) |
void |
setDocType(String docType) |
void |
setDocUUID(DocumentRef docRef) |
void |
setDocUUID(String docUUID) |
void |
setEventDate(Date eventDate) |
void |
setEventId(String eventId) |
void |
setExtendedInfos(Map<String,ExtendedInfo> infos) |
void |
setId(long id) |
void |
setLogDate(Date logDate) |
void |
setPreprocessedComment(UIAuditComment uiComment) |
void |
setPrincipalName(String principalName) |
void |
setRepositoryId(String repositoryId) |
long getId()
void setId(long id)
String getPrincipalName()
void setPrincipalName(String principalName)
String getEventId()
void setEventId(String eventId)
Date getLogDate()
void setLogDate(Date logDate)
Date getEventDate()
void setEventDate(Date eventDate)
String getDocUUID()
It might be null if the event that originated the event is noe bound to any document.
void setDocUUID(String docUUID)
void setDocUUID(DocumentRef docRef)
String getDocPath()
It might be null if the event that originated the event is noe bound to any document.
void setDocPath(String docPath)
String getDocType()
It might be null if the event that originated the event is not bound to any document.
void setDocType(String docType)
String getCategory()
This is defined at client level. Categories are not restricted in any ways.
void setCategory(String category)
String getComment()
void setComment(String comment)
String getDocLifeCycle()
It might be null if the event that originated the event is noe bound to any document.
void setDocLifeCycle(String docLifeCycle)
String getRepositoryId()
void setRepositoryId(String repositoryId)
Map<String,ExtendedInfo> getExtendedInfos()
void setExtendedInfos(Map<String,ExtendedInfo> infos)
UIAuditComment getPreprocessedComment()
AuditPageProvider
void setPreprocessedComment(UIAuditComment uiComment)
Copyright © 2015 Nuxeo SA. All rights reserved.