public class LogEntryImpl extends Object implements LogEntry
| Modifier and Type | Field and Description |
|---|---|
protected UIAuditComment |
uiComment |
| Constructor and Description |
|---|
LogEntryImpl() |
| 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) |
String |
toString() |
protected transient UIAuditComment uiComment
public LogEntryImpl()
public String getPrincipalName()
getPrincipalName in interface LogEntrypublic void setPrincipalName(String principalName)
setPrincipalName in interface LogEntrypublic String getEventId()
getEventId in interface LogEntrypublic void setEventId(String eventId)
setEventId in interface LogEntrypublic Date getEventDate()
getEventDate in interface LogEntrypublic void setEventDate(Date eventDate)
setEventDate in interface LogEntrypublic Date getLogDate()
getLogDate in interface LogEntrypublic void setLogDate(Date logDate)
setLogDate in interface LogEntrypublic String getDocUUID()
It might be null if the event that originated the event is noe bound to any document.
getDocUUID in interface LogEntrypublic void setDocUUID(String docUUID)
setDocUUID in interface LogEntrypublic void setDocUUID(DocumentRef docRef)
setDocUUID in interface LogEntrypublic String getDocPath()
It might be null if the event that originated the event is noe bound to any document.
getDocPath in interface LogEntrypublic void setDocPath(String docPath)
setDocPath in interface LogEntrypublic String getDocType()
It might be null if the event that originated the event is not bound to any document.
getDocType in interface LogEntrypublic void setDocType(String docType)
setDocType in interface LogEntrypublic String getCategory()
This is defined at client level. Categories are not restricted in any ways.
getCategory in interface LogEntrypublic void setCategory(String category)
setCategory in interface LogEntrypublic String getComment()
getComment in interface LogEntrypublic void setComment(String comment)
setComment in interface LogEntrypublic String getDocLifeCycle()
It might be null if the event that originated the event is noe bound to any document.
getDocLifeCycle in interface LogEntrypublic void setDocLifeCycle(String docLifeCycle)
setDocLifeCycle in interface LogEntrypublic String getRepositoryId()
getRepositoryId in interface LogEntrypublic void setRepositoryId(String repositoryId)
setRepositoryId in interface LogEntrypublic Map<String,ExtendedInfo> getExtendedInfos()
getExtendedInfos in interface LogEntrypublic void setExtendedInfos(Map<String,ExtendedInfo> infos)
setExtendedInfos in interface LogEntrypublic UIAuditComment getPreprocessedComment()
LogEntryAuditPageProvidergetPreprocessedComment in interface LogEntrypublic void setPreprocessedComment(UIAuditComment uiComment)
setPreprocessedComment in interface LogEntryCopyright © 2016 Nuxeo SA. All rights reserved.