Uses of Class
org.nuxeo.ecm.platform.audit.api.comment.LinkedDocument
-
Packages that use LinkedDocument Package Description org.nuxeo.ecm.platform.audit.api.comment -
-
Uses of LinkedDocument in org.nuxeo.ecm.platform.audit.api.comment
Fields in org.nuxeo.ecm.platform.audit.api.comment declared as LinkedDocument Modifier and Type Field Description protected LinkedDocument
UIAuditComment. linkedDoc
Methods in org.nuxeo.ecm.platform.audit.api.comment that return LinkedDocument Modifier and Type Method Description LinkedDocument
UIAuditComment. getLinkedDoc()
LinkedDocument
CommentProcessorHelper. getLogLinkedDocument(LogEntry entry)
Constructors in org.nuxeo.ecm.platform.audit.api.comment with parameters of type LinkedDocument Constructor Description UIAuditComment(String comment, LinkedDocument linkedDoc)
-