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