| Constructor and Description |
|---|
AddCommentCommand(org.nuxeo.ecm.automation.client.model.Document document,
CommentDTO comment,
String parentId)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadPostDTO
Forum thread post data transfert object.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommentDTO> |
CommentDTO.getChildren()
Getter for children.
|
List<CommentDTO> |
DocumentDTO.getComments()
Getter for comments.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommentDTO> |
INuxeoCommentsService.getDocumentComments(org.osivia.portal.core.cms.CMSServiceCtx cmsContext,
org.nuxeo.ecm.automation.client.model.Document document)
Get Nuxeo document comments list.
|
| Modifier and Type | Method and Description |
|---|---|
org.nuxeo.ecm.automation.client.model.Document |
INuxeoCommentsService.addDocumentComment(org.osivia.portal.core.cms.CMSServiceCtx cmsContext,
org.nuxeo.ecm.automation.client.model.Document document,
CommentDTO comment,
String parentId)
Add Nuxeo document comment.
|
| Modifier and Type | Method and Description |
|---|---|
CommentDTO |
CommentDAO.toDTO(net.sf.json.JSONObject jsonObject)
Convert object to data transfert object.
|
CommentDTO |
CommentDAO.toDTO(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
net.sf.json.JSONObject jsonObject)
Convert object to data transfert object.
|
Copyright © 2019. All rights reserved.