|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArticleNotFoundException | |
---|---|
com.jivesoftware.forum.nntp | Jive Forums internal NNTP server. |
com.jivesoftware.forum.nntp.spi | Implementation of core NNTP interfaces. |
Uses of ArticleNotFoundException in com.jivesoftware.forum.nntp |
---|
Subclasses of ArticleNotFoundException in com.jivesoftware.forum.nntp | |
---|---|
class |
NoSuchArticleNumberException
Thrown when an appropriate article id is not found in the current group. |
Methods in com.jivesoftware.forum.nntp that throw ArticleNotFoundException | |
---|---|
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. |
java.util.Iterator |
ArticlePointer.getArticles(ArticleFilter filter)
Obtain all articles in the current group that match the article filter criteria. |
static ArticleCommand |
ArticleCommand.getCommand(java.lang.String[] cmdParts,
ArticlePointer pointer)
Obtain a command based on the given command strings (NNTP protocol) and current pointer location. |
Article |
ArticlePointer.getCurrentArticle()
Obtain the Article this pointer is currently pointing to. |
java.util.Iterator |
Session.getNewNews(NewsGroupFilter filter)
Retrieve a list of new articles according to several selection criteria. |
static NNTPResponse |
XHDRResponse.getXHDR(Connection connection,
java.lang.String header,
ArticlePointer pointer,
ArticleFilter filter)
Create a new XHDR response given a requested header, article pointer, and filter restricting results. |
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. |
static NNTPResponse |
XOverResponse.sendXOver(ArticlePointer pointer,
ArticleFilter filter,
Connection connection)
Produce a new XOver response using the given pointer and obeying the given filter. |
Uses of ArticleNotFoundException in com.jivesoftware.forum.nntp.spi |
---|
Methods in com.jivesoftware.forum.nntp.spi that throw ArticleNotFoundException | |
---|---|
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)
|
java.util.Iterator |
ArticlePointerImpl.getArticles(ArticleFilter filter)
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |