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 UIAuditCommentLogEntry. 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 voidLogEntry. 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 UIAuditCommentLogEntryImpl. uiCommentMethods in org.nuxeo.ecm.platform.audit.impl that return UIAuditComment Modifier and Type Method Description UIAuditCommentLogEntryImpl. getPreprocessedComment()Methods in org.nuxeo.ecm.platform.audit.impl with parameters of type UIAuditComment Modifier and Type Method Description voidLogEntryImpl. setPreprocessedComment(UIAuditComment uiComment)
-