Jive Forums API (5.5.20.2-oracle) Developer Javadocs

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

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

Uses of NoPermissionException in com.jivesoftware.forum.nntp
 

Methods in com.jivesoftware.forum.nntp that throw NoPermissionException
 Article ArticlePointer.getArticle(int number)
          Obtain an article by it's article 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.
 NewsGroup ArticlePointer.getGroup()
          Obtain the group currently assigned to the pointer on null if none has been set.
 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 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.
 NewsGroup ArticlePointer.setGroup(java.lang.String group)
          Sets the article pointer to use the given group.
 

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

Methods in com.jivesoftware.forum.nntp.spi that throw NoPermissionException
static ForumMessage[] FArticlePostUtil.createMessages(ForumSession session, MimeTools.Headers mainHeaders, MimeTools.Headers headers, java.lang.String body)
          Posts the given article with mainHeaders and body to the forum.
 Article ArticlePointerImpl.getArticle(int articleNumber)
           
 Article ForumSession.getArticle(long messageID)
          Obtain an article by it's message-id.
 Article ArticlePointerImpl.getArticle(java.lang.String messageID)
           
 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()
           
 Forum ForumSession.getForum(java.lang.String groupName)
          Obtain a forum by it's name.
 NewsGroup ArticlePointerImpl.getGroup()
           
 Article ForumSession.getLastArticle(long groupID, int articleNumber)
          Returns the previous article in the group that proceeds the given article.
 NewsGroup ForumSession.getNewsGroup(long groupID)
          Obtain a group based on it's id.
 NewsGroup ForumSession.getNewsGroup(java.lang.String groupName)
          Obtain a group based on it's name.
 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()
           
static ForumMessage[] FArticlePostUtil.parseAlternative(ForumSession session, MimeTools.Headers mainHeaders, java.util.Iterator rawArticle, java.lang.String mimeBoundary)
          Parse a multipart alternative body part searching for the start of the text/plain part.
static ForumMessage[] FArticlePostUtil.parseBody(ForumSession session, MimeTools.Headers mainHeaders, MimeTools.Headers headers, java.nio.charset.Charset charset, java.util.Iterator rawArticle, java.lang.String encoding, java.lang.String type)
          Parses the raw article and pushes the data as plain text into a body string.
static void FArticlePostUtil.parseMultipart(java.util.Iterator rawArticle, MimeTools.Headers mainHeaders, java.lang.String mimeBoundary, ForumSession session)
          Parse a multipart body part.
 void ForumSession.post(java.util.Iterator article)
          Posts an article to the system.
static void FArticlePostUtil.post(java.util.Iterator rawArticle, ForumSession session)
          Post the article to the appropriate forum in the given factory.
 NewsGroup ArticlePointerImpl.setGroup(java.lang.String name)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.