|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoGroupSelectedException | |
---|---|
com.jivesoftware.forum.nntp | Jive Forums internal NNTP server. |
com.jivesoftware.forum.nntp.spi | Implementation of core NNTP interfaces. |
Uses of NoGroupSelectedException in com.jivesoftware.forum.nntp |
---|
Methods in com.jivesoftware.forum.nntp that throw NoGroupSelectedException | |
---|---|
Article |
ArticlePointer.getArticle(int number)
Obtain an article by it's article number. |
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. |
NewsGroup |
ArticlePointer.getGroup()
Obtain the group currently assigned to the pointer on null if none has been set. |
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 NoGroupSelectedException in com.jivesoftware.forum.nntp.spi |
---|
Methods in com.jivesoftware.forum.nntp.spi that throw NoGroupSelectedException | |
---|---|
Article |
ArticlePointerImpl.getArticle(int articleNumber)
|
java.util.Iterator |
ArticlePointerImpl.getArticles(ArticleFilter filter)
|
java.util.Iterator |
ForumSession.getArticles(NewsGroupFilter groupFilter,
ArticleFilter articleFilter)
Obtain an iterator over all articles on the server. |
Article |
ArticlePointerImpl.getCurrentArticle()
|
NewsGroup |
ArticlePointerImpl.getGroup()
|
Article |
ArticlePointerImpl.last()
|
Article |
ArticlePointerImpl.next()
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |