Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.forum.web.api
Interface ThreadAdapter

All Known Implementing Classes:
ThreadAdapterImpl

public interface ThreadAdapter


Method Summary
 List<DocumentModel> getAllPosts()
           
 DocumentModel getLastPublishedPost()
           
 List<DocumentModel> getPendingPosts()
           
 List<DocumentModel> getPublishedPosts()
           
 DocumentModel getThreadDoc()
           
 

Method Detail

getAllPosts

List<DocumentModel> getAllPosts()
                                throws ClientException
Throws:
ClientException

getPendingPosts

List<DocumentModel> getPendingPosts()
                                    throws ClientException
Throws:
ClientException

getPublishedPosts

List<DocumentModel> getPublishedPosts()
                                      throws ClientException
Throws:
ClientException

getLastPublishedPost

DocumentModel getLastPublishedPost()
                                   throws ClientException
Throws:
ClientException

getThreadDoc

DocumentModel getThreadDoc()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.