Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.nntp.ArticleFilter

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

Uses of ArticleFilter in com.jivesoftware.forum.nntp
 

Subclasses of ArticleFilter in com.jivesoftware.forum.nntp
 class ArticleHeaderFilter
          Filters article lists according normal range filtering plus header wildmat pattern matching.
 

Fields in com.jivesoftware.forum.nntp declared as ArticleFilter
static ArticleFilter ArticleFilter.ALL_ARTICLE_FILTER
          A simple constant filter for current article filtering.
static ArticleFilter ArticleFilter.CURRENT_ARTICLE_FILTER
          A simple constant filter for current article filtering.
 

Methods in com.jivesoftware.forum.nntp with parameters of type ArticleFilter
 java.util.Iterator ArticlePointer.getArticles(ArticleFilter filter)
          Obtain all articles in the current group that match the article filter 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.
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 ArticleFilter in com.jivesoftware.forum.nntp.spi
 

Methods in com.jivesoftware.forum.nntp.spi with parameters of type ArticleFilter
 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.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.