Uses of Class
org.nuxeo.ecm.platform.audit.api.comment.UIAuditComment
-
Packages that use UIAuditComment Package Description org.nuxeo.ecm.platform.audit.api org.nuxeo.ecm.platform.audit.impl -
-
Uses of UIAuditComment in org.nuxeo.ecm.platform.audit.api
Methods in org.nuxeo.ecm.platform.audit.api that return UIAuditComment Modifier and Type Method Description UIAuditComment
LogEntry. getPreprocessedComment()
Return the comment preprocessed to be ready for display.Methods in org.nuxeo.ecm.platform.audit.api with parameters of type UIAuditComment Modifier and Type Method Description void
LogEntry. setPreprocessedComment(UIAuditComment uiComment)
-
Uses of UIAuditComment in org.nuxeo.ecm.platform.audit.impl
Fields in org.nuxeo.ecm.platform.audit.impl declared as UIAuditComment Modifier and Type Field Description protected UIAuditComment
LogEntryImpl. uiComment
Methods in org.nuxeo.ecm.platform.audit.impl that return UIAuditComment Modifier and Type Method Description UIAuditComment
LogEntryImpl. getPreprocessedComment()
Methods in org.nuxeo.ecm.platform.audit.impl with parameters of type UIAuditComment Modifier and Type Method Description void
LogEntryImpl. setPreprocessedComment(UIAuditComment uiComment)
-