|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RejectedException | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of RejectedException in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that throw RejectedException | |
|---|---|
void |
AnnouncementManager.addAnnouncement(Announcement announcement)
Adds an an announcement to the database. |
void |
Blog.addBlogPost(BlogPost post)
Adds a blogpost to the database. |
void |
CommentManager.addComment(JiveObject contentObject,
Comment newComment)
Adds a new comment (no parent) to the object. |
void |
CommentManager.addComment(JiveObject contentObject,
Comment parentComment,
Comment newComment)
Adds a new comment having a parent comment to the object. |
void |
Community.addDocument(Document document)
Add a document as a child of the community. |
void |
Community.addDocument(Document document,
com.jivesoftware.community.impl.PermissionsBundle permBundle)
Add a document as a child of the community with permissions defined by the provided permission bundle. |
void |
ForumThread.addMessage(ForumMessage parentMessage,
ForumMessage newMessage)
Adds a new message to this thread. |
void |
Community.addThread(ForumThread thread)
Adds a new thread to the community. |
void |
TrackbackManager.addTrackback(Trackback trackback)
Adds a new trackback to this object When a trackback is being added, it is first run through all trackback interceptors that are installed. |
Comment |
CommentManager.createComment(JiveObject contentObject,
User user,
java.lang.String body)
Create a new comment. |
void |
JiveInterceptor.invokeInterceptor(JiveObject jiveObject,
JiveInterceptor.Type type)
Invokes the interceptor on the specified jive object. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||