public interface ThreadAdapter
Modifier and Type | Method and Description |
---|---|
List<DocumentModel> |
getAllPosts() |
DocumentModel |
getLastPublishedPost() |
List<DocumentModel> |
getPendingPosts() |
List<DocumentModel> |
getPublishedPosts() |
DocumentModel |
getThreadDoc() |
List<DocumentModel> getAllPosts() throws ClientException
ClientException
List<DocumentModel> getPendingPosts() throws ClientException
ClientException
List<DocumentModel> getPublishedPosts() throws ClientException
ClientException
DocumentModel getLastPublishedPost() throws ClientException
ClientException
DocumentModel getThreadDoc()
Copyright © 2011 Nuxeo SA. All Rights Reserved.