|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NewsGroupFilter | |
---|---|
com.jivesoftware.forum.nntp | Jive Forums internal NNTP server. |
com.jivesoftware.forum.nntp.spi | Implementation of core NNTP interfaces. |
Uses of NewsGroupFilter in com.jivesoftware.forum.nntp |
---|
Fields in com.jivesoftware.forum.nntp declared as NewsGroupFilter | |
---|---|
static NewsGroupFilter |
NewsGroupFilter.MATCH_ALL
Static filter that matches all groups. |
Methods in com.jivesoftware.forum.nntp that return NewsGroupFilter | |
---|---|
static NewsGroupFilter |
NewsGroupFilter.getSingleGroupByIDFilter(long id)
Generate a filter for a single group ID. |
Methods in com.jivesoftware.forum.nntp with parameters of type NewsGroupFilter | |
---|---|
java.util.Iterator |
Session.getList(NewsGroupFilter filter)
Retrieves a list of valid newsgroups and associated information. |
java.util.Iterator |
Session.getNewNews(NewsGroupFilter filter)
Retrieve a list of new articles according to several selection criteria. |
static NNTPDate |
NNTPDate.parseDateTimeDist(java.lang.String[] cmdParts,
int index,
NewsGroupFilter filter)
Parse a date as it appears on an NNTP command line or header field. |
Uses of NewsGroupFilter in com.jivesoftware.forum.nntp.spi |
---|
Methods in com.jivesoftware.forum.nntp.spi with parameters of type NewsGroupFilter | |
---|---|
java.util.Iterator |
ForumSession.getArticles(NewsGroupFilter groupFilter,
ArticleFilter articleFilter)
Obtain an iterator over all articles on the server. |
java.util.Iterator |
ForumSession.getNewsGroups(NewsGroupFilter filter)
Obtain an iterator over all groups on the server that comply with the given filter. |
Constructors in com.jivesoftware.forum.nntp.spi with parameters of type NewsGroupFilter | |
---|---|
FNameFilterIterator(java.util.Iterator forumIterator,
NewsGroupFilter ngFilter)
Create a new iterator wrapping the given one that filters out newsgroups that match the given filter. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |