Clearspace API (1.7.0) Core Javadocs

Uses of Class
com.jivesoftware.community.NotFoundException

Packages that use NotFoundException
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of NotFoundException in com.jivesoftware.base
 

Subclasses of NotFoundException in com.jivesoftware.base
 class GroupNotFoundException
          Thrown when unable to find a group.
 class UserNotFoundException
          Thrown when User cannot be found.
 

Uses of NotFoundException in com.jivesoftware.community
 

Subclasses of NotFoundException in com.jivesoftware.community
 class AttachmentNotFoundException
          Thrown if the specified Attachment was not found.
 class BlogNotFoundException
          Thrown if the specified Blog was not found.
 class BlogPostNotFoundException
          Thrown if the specified BlogPost was not found.
 class CommunityNotFoundException
          Thrown if the specified Community was not found
 class DocumentObjectNotFoundException
          Thrown if the specified Document was not found
 class ForumMessageNotFoundException
          Thrown if the specified ForumMessage was not found
 class ForumThreadNotFoundException
          Thrown if the specified ForumThread was not found
 

Methods in com.jivesoftware.community that throw NotFoundException
 Image ImageManager.getImage(long imageID)
          Returns an image given the image id.
 JiveContentObject CommunityManager.getJiveContentObject(int objectType, long objectID)
          Returns the JiveContentObject with the supplied objectType and objectID or null if the specified objectType is not a valid JiveContentObject.
 JiveObject CommunityManager.getJiveObject(int objectType, long objectID)
          Returns the JiveObject with the supplied objectType and objectID or null if the specified objectType is not a valid JiveObject.
 Poll PollManager.getPoll(long pollID)
          Returns the Poll specified by the poll ID.
 Question QuestionManager.getQuestion(ForumThread thread)
          Returns the question associated with a thread.
 SearchQuery SearchQueryLogger.getSearchQuery(long queryID)
          Returns the query associated with the given queryID.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.