|
Clearspace API (2.5.29) 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(com.jivesoftware.community.CommentContentResource commentContentResource,
Comment newComment)
Adds a new comment (no parent) to the object. |
void |
CommentManager.addComment(com.jivesoftware.community.CommentContentResource commentContentResource,
Comment parentComment,
Comment newComment)
Adds a new comment having a parent comment to the object. |
void |
DocumentManager.addDocument(JiveContainer container,
Document document,
Map parameters)
Add a document as a child of a container. |
void |
DocumentManager.addDocument(JiveContainer container,
Document document,
com.jivesoftware.community.impl.PermissionsBundle permBundle,
Map parameters)
Add a document as a child of the container with permissions defined by the provided permission bundle. |
void |
ForumThread.addMessage(ForumMessage parentMessage,
ForumMessage newMessage)
Adds a new message to this thread. |
void |
ForumManager.addMessage(ForumThread thread,
ForumMessage parentMessage,
ForumMessage newMessage)
Adds a new message to a given thread. |
void |
ForumManager.addThread(JiveContainer container,
ForumThread thread)
Adds a new thread to the container. |
void |
TrackbackManager.addTrackback(Trackback newTrackback,
int objectType,
long objectID)
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(com.jivesoftware.community.CommentContentResource commentContentResource,
User user,
Document body)
Create a new comment. |
Comment |
CommentManager.createComment(com.jivesoftware.community.CommentContentResource commentContentResource,
User user,
String body)
Create a new comment. |
void |
JiveInterceptor.invokeInterceptor(JiveObject jiveObject,
JiveInterceptor.Type type)
Invokes the interceptor on the specified jive object. |
void |
BlogManager.mergeBlogs(Blog sourceBlog,
Blog destinationBlog)
Merges the content in the sourceBlog into the destinationBlog and deletes the
sourceBlog. |
void |
BlogManager.moveBlogPost(BlogPost post,
Blog blog)
Moves a blogpost from its current blog to another blog. |
void |
PrivateMessageManager.sendMessage(PrivateMessage privateMessage,
User recipient,
boolean copyToSentFolder)
Sends a private message to another user. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||