Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.nntp.Article

Packages that use Article
com.jivesoftware.forum.nntp Jive Forums internal NNTP server. 
com.jivesoftware.forum.nntp.spi Implementation of core NNTP interfaces. 
 

Uses of Article in com.jivesoftware.forum.nntp
 

Methods in com.jivesoftware.forum.nntp that return Article
 Article ArticleCommand.getArticle()
          Obtain the article retrieved by the command.
 Article ArticlePointer.getArticle(int number)
          Obtain an article by it's article number.
 Article NewsGroup.getArticle(int articleNumber)
          Obtain an article by it's group number.
 Article ArticlePointer.getArticle(java.lang.String messageID)
          Obtain an article based on it's Message-ID.
 Article ArticlePointer.getCurrentArticle()
          Obtain the Article this pointer is currently pointing to.
 Article ArticlePointer.last()
          Moves the article pointer to the previous article in the current group.
 Article ArticlePointer.next()
          Moves the article pointer to the next article in the current group.
 

Methods in com.jivesoftware.forum.nntp with parameters of type Article
 NNTPResponse ArticleResponder.sendStat(long number, Article art)
          Create a STAT command response.
 

Uses of Article in com.jivesoftware.forum.nntp.spi
 

Classes in com.jivesoftware.forum.nntp.spi that implement Article
 class FMessageArticleAdapter
          A set-and-forget wrapper that adapts a forum message to an NNTP article.
 

Methods in com.jivesoftware.forum.nntp.spi that return Article
 Article ArticlePointerImpl.getArticle(int articleNumber)
           
 Article FForumNewsGroupAdapter.getArticle(int articleNumber)
           
 Article ForumSession.getArticle(long messageID)
          Obtain an article by it's message-id.
 Article ForumSession.getArticle(long groupID, int articleNumber)
          Obtain an article by it's article number.
 Article ArticlePointerImpl.getArticle(java.lang.String messageID)
           
 Article ArticlePointerImpl.getCurrentArticle()
           
 Article ForumSession.getLastArticle(long groupID, int articleNumber)
          Returns the previous article in the group that proceeds the given article.
 Article ForumSession.getNextArticle(long groupID, int articleNumber)
          Returns the next article in the group that follows the given article.
 Article ArticlePointerImpl.last()
           
 Article ArticlePointerImpl.next()
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.