public abstract class AbstractCommentOperation extends Object
| Constructor and Description |
|---|
AbstractCommentOperation()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.nuxeo.ecm.core.api.DocumentModel |
execute(org.nuxeo.ecm.core.api.CoreSession session,
org.nuxeo.ecm.core.api.DocumentModel document,
org.nuxeo.ecm.core.api.DocumentModel parent,
String content,
String author,
Date creationDate,
String title,
String fileName,
org.nuxeo.ecm.core.api.Blob blob)
Execute operation.
|
public org.nuxeo.ecm.core.api.DocumentModel execute(org.nuxeo.ecm.core.api.CoreSession session,
org.nuxeo.ecm.core.api.DocumentModel document,
org.nuxeo.ecm.core.api.DocumentModel parent,
String content,
String author,
Date creationDate,
String title,
String fileName,
org.nuxeo.ecm.core.api.Blob blob)
session - core sessiondocument - documentparent - parent comment, may be nullcontent - comment contentauthor - comment author, may be nullcreationDate - comment creation date, may be nulltitle - thread post titlefileName - thread post file nameblob - thread post file BLOBCopyright © 2024. All rights reserved.