| Package | Description |
|---|---|
| fr.toutatice.portail.cms.nuxeo.api.domain | |
| fr.toutatice.portail.cms.nuxeo.api.services | |
| fr.toutatice.portail.cms.nuxeo.api.services.dao |
| 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.
|
Copyright © 2020. All rights reserved.