|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnauthorizedException | |
|---|---|
| com.jivesoftware.base | Base APIs and classes for Jive Software products. |
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| com.jivesoftware.community.renderer | The renderer package provides a way for converting text in one format into another, typically from markup to html and vice versa. |
| com.jivesoftware.community.widget | |
| Uses of UnauthorizedException in com.jivesoftware.base |
|---|
| Methods in com.jivesoftware.base that throw UnauthorizedException | |
|---|---|
void |
Group.addAdministrator(User user)
Grants administrator privileges of the group to a user. |
void |
Group.addMember(User user)
Adds a member to the group. |
static void |
AuthFactory.checkAuthorization(AuthToken authToken,
javax.servlet.http.HttpServletRequest request)
Checks if the specified AuthToken is authorized. |
protected AuthToken |
AuthFactory.createAuthToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates AuthToken tokens based on information from servlet request and response objects. |
protected AuthToken |
AuthFactory.createSessionUserInfo(java.lang.String username,
java.lang.String password,
boolean autoLogin,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Concrete subclasses may wish to override this method to create session info as appropriate. |
void |
GroupManager.deleteGroup(Group group)
Deletes a group from the system. |
void |
UserManager.deleteUser(User user)
Deletes a user. |
static AuthToken |
AuthFactory.getAuthToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns the AuthToken token associated with the information in a servlet request and response object. |
static AuthToken |
AuthFactory.getAuthToken(java.lang.String username,
java.lang.String password)
Returns the AuthToken token associated with the specified username and password. |
java.lang.String |
User.getPasswordHash()
Returns the user's password in hashed form. |
static AuthToken |
AuthFactory.loginUser(java.lang.String username,
java.lang.String password,
boolean autoLogin,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is a method for logging a user in and creating the appropriate session variables and/or cookies to keep state. |
void |
Group.removeAdministrator(User user)
Revokes administrator privileges of the group to a user. |
void |
Group.removeMember(User user)
Removes a member from the group. |
void |
Group.setCreationDate(java.util.Date creationDate)
Sets the creation date of the group. |
void |
User.setCreationDate(java.util.Date creationDate)
Sets the creation date of the user. |
void |
Group.setDescription(java.lang.String description)
Sets the description of the group. |
void |
User.setEmail(java.lang.String email)
Sets the user's email address. |
void |
User.setEmailVisible(boolean visible)
Sets whether a user's email is visible to other users. |
void |
Group.setModificationDate(java.util.Date modificationDate)
Sets the date the group was last modified. |
void |
User.setModificationDate(java.util.Date modificationDate)
Sets the date the user was last modified. |
void |
Group.setName(java.lang.String name)
Sets the name of the group. |
void |
User.setName(java.lang.String name)
Sets the user's name. |
void |
User.setNameVisible(boolean visible)
Sets whether a user's name is visible to other users. |
void |
User.setPassword(java.lang.String password)
Sets the users's password. |
void |
User.setPasswordHash(java.lang.String passwordHash)
Sets the user's password in hashed form. |
void |
User.setUsername(java.lang.String username)
Sets the user's name. |
| Uses of UnauthorizedException in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that throw UnauthorizedException | ||
|---|---|---|
void |
AttachmentManager.addAllowedType(java.lang.String contentType)
Adds a content type to the list of explicitly allowed types. |
|
void |
BinaryBodyManager.addAllowedType(java.lang.String contentType)
Adds a content type to the list of explicitly allowed types. |
|
void |
ImageManager.addAllowedType(java.lang.String contentType)
Adds a content type to the list of explicitly allowed types. |
|
void |
AnnouncementManager.addAnnouncement(Announcement announcement)
Adds an an announcement to the database. |
|
void |
PermissionsManager.addAnonymousUserPermission(PermissionType permissionType,
long permission)
Add a permission of the specified PermissionType for anonymous users. |
|
void |
Poll.addAnonymousVote(int index,
java.lang.String uniqueID)
Add a guest vote for an option in the poll. |
|
void |
Document.addApprover(User user)
Adds a user as a document approver for this document. |
|
void |
Document.addAuthor(User author)
Adds the supplied User as an author of this document. |
|
void |
BlogManager.addBlog(Blog blog)
Adds a blog 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 |
AttachmentManager.addDisallowedType(java.lang.String contentType)
Adds a content type to the list of explicitly disallowed types. |
|
void |
BinaryBodyManager.addDisallowedType(java.lang.String contentType)
Adds a content type to the list of explicitly disallowed types. |
|
void |
ImageManager.addDisallowedType(java.lang.String contentType)
Adds a content type to the list of explicitly disallowed types. |
|
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 |
PermissionsManager.addGroupPermission(Group group,
PermissionType permissionType,
long permission)
Grants a group a particular permission. |
|
void |
Question.addHelpfulAnswer(ForumMessage message)
Marks the specified message as a helpful answer to this question. |
|
void |
ImageContentResource.addImage(Image image)
Adds an already existing (temporary) image to the object. |
|
void |
InterceptorManager.addInterceptorClass(java.lang.String className)
Installs a new class into the list of available interceptors for the system. |
|
void |
ForumThread.addMessage(ForumMessage parentMessage,
ForumMessage newMessage)
Adds a new message to this thread. |
|
DocumentFieldOption |
MultiOptionDocumentField.addOption(java.lang.String option)
Adds an option to this document field. |
|
void |
Poll.addOption(java.lang.String value)
Add a new option to the poll. |
|
void |
RatingManager.addRating(User user,
JiveObject contentObject,
Rating rating)
Add a rating to the JiveContentObject. |
|
void |
PermissionsManager.addRegisteredUserPermission(PermissionType permissionType,
long permission)
Add a permission of the specified PermissionType for registered users. |
|
void |
Document.addReviewer(User reviewer)
Adds the supplied User as a reviewer of this document. |
|
void |
TagManager.addTag(ContentTag tag,
JiveObject contentObject)
Associates a tag with this object |
|
void |
Community.addThread(ForumThread thread)
Adds a new thread to the community. |
|
void |
Blog.addUser(User user)
Gives a user permission to post to this blog. |
|
void |
Roster.addUser(User user)
Add a user to the roster. |
|
void |
PermissionsManager.addUserPermission(User user,
PermissionType permissionType,
long permission)
Add a permission of the specified PermissionType for the specified user. |
|
void |
Poll.addUserVote(int index,
User user)
Add a user vote for an option in the poll. |
|
void |
ModerationManager.approve(AuthToken authToken,
ForumMessage message)
Approve a moderated message |
|
void |
Document.approve(User user)
Marks this document as being approved by the specified user. |
|
void |
Poll.changeAnonymousVote(int prevOptionIndex,
int newOptionIndex,
java.lang.String uniqueID)
Change a guest vote. |
|
void |
Poll.changeUserVote(int prevOptionIndex,
int newOptionIndex,
User user)
Change a user vote. |
|
DocumentVersion |
VersionManager.cloneDocumentVersion(int versionID)
Creates a new document version based on an existing document version. |
|
Announcement |
AnnouncementManager.createAnnouncement(User user)
Creates a new system announcement. |
|
Announcement |
AnnouncementManager.createAnnouncement(User user,
Community community)
Creates a new community announcement. |
|
Attachment |
PrivateMessage.createAttachment(java.lang.String name,
java.lang.String contentType,
java.io.InputStream data)
Creates a new attachment for this private message. |
|
Attachment |
AttachmentContentResource.createAttachment(java.lang.String name,
java.lang.String contentType,
java.io.InputStream data,
java.io.File file)
Creates a new attachment for the object. |
|
Avatar |
AvatarManager.createAvatar(User owner,
java.lang.String name,
java.lang.String contentType,
java.io.InputStream in)
Creates a new avatar for a user allowing the user to specify an inputstream for the image. |
|
Blog |
BlogManager.createBlog(User user)
Creates a new blog. |
|
BlogPost |
Blog.createBlogPost(User user)
Creates a new blog post. |
|
Comment |
CommentManager.createComment(JiveObject contentObject,
User user,
java.lang.String body)
Create a new comment. |
|
Community |
Community.createCommunity(java.lang.String name,
java.lang.String displayName,
java.lang.String description)
Creates a new Community as a sub-community of this community using the name and description. |
|
DocumentField |
DocumentFieldManager.createDocumentField(java.lang.String name,
java.lang.String displayName,
java.lang.String description,
DocumentFieldType documentFieldType)
Creates a new document field. |
|
DocumentFieldType |
DocumentFieldTypeManager.createDocumentFieldType(java.lang.String name,
java.lang.String displayName,
java.lang.String description,
DocumentFieldType.DataType dataType,
DocumentFieldValidator validator,
DocumentFieldFormatter formatter)
Creates a new DocumentFieldType. |
|
DocumentType |
DocumentTypeManager.createDocumentType(java.lang.String name,
java.lang.String description)
Create a new document type with the specified attributes. |
|
PrivateMessageFolder |
PrivateMessageManager.createFolder(User user,
java.lang.String name)
Creates a new folder. |
|
Image |
ImageContentResource.createImage(java.lang.String name,
java.lang.String contentType,
java.io.InputStream data)
Creates a new image for the object. |
|
ForumMessage |
Community.createMessage(User user)
Factory method to create a message as the specified user. |
|
PrivateMessage |
PrivateMessageManager.createMessage(User sender)
Creates a new private message. |
|
Poll |
PollManager.createPoll(int objectType,
long objectID,
User user,
java.lang.String name)
Create a new Poll. |
|
Presence |
PresenceManager.createPresence(User user,
java.lang.String uid,
java.lang.String IPAddress)
Create a presence for a user. |
|
Question |
QuestionManager.createQuestion(ForumThread thread)
Creates a new question. |
|
Rating |
RatingManager.createRating(int score,
java.lang.String description)
Create a new rating with the specified attributes. |
|
StatusLevel |
StatusLevelManager.createStatusLevel(java.lang.String name,
java.lang.String imagePath,
Group group)
Creates a new group based StatusLevel Level |
|
StatusLevel |
StatusLevelManager.createStatusLevel(java.lang.String name,
java.lang.String imagePath,
int minPoints,
int maxPoints)
Creates a new points based StatusLevel. |
|
ForumThread |
Community.createThread(ForumMessage rootMessage)
Factory method to create a new thread. |
|
VersionComment |
DocumentVersion.createVersionComment(User author,
java.lang.String comment)
Creates a new version comment. |
|
Watch |
WatchManager.createWatch(User user,
JiveObject jiveObject)
Create a watch on a jive object for the specified user. |
|
void |
CommentManager.deleteAllComments(JiveObject contentObject)
Deletes all comments on the object. |
|
void |
Document.deleteAllRatings()
Deletes all ratings associated with this document. |
|
void |
AnnouncementManager.deleteAnnouncement(Announcement announcement)
Deletes an announcement. |
|
void |
Announcement.deleteAttachment(Attachment attachment)
Deletes an attachment that belongs to the announcement. |
|
void |
AttachmentContentResource.deleteAttachment(Attachment attachment)
Deletes an attachment that belongs to the object. |
|
void |
PrivateMessage.deleteAttachment(Attachment attachment)
Deletes an attachment that belongs to this private message. |
|
void |
AvatarManager.deleteAvatar(Avatar avatar)
Deletes an avatar from the system. |
|
void |
BlogManager.deleteBlog(Blog blog)
Permanently deletes a blog and all of the blog postings and comments associated with the blog. |
|
void |
Blog.deleteBlogPost(BlogPost post)
Deletes a blogpost. |
|
void |
CommentManager.deleteComment(JiveObject contentObject,
Comment comment)
Deletes a comment in the object. |
|
void |
CommentManager.deleteComment(JiveObject contentObject,
Comment comment,
boolean recursive)
Deletes a comment in the object. |
|
void |
CommunityManager.deleteCommunity(Community community)
Deletes a community. |
|
void |
DocumentManager.deleteDocument(Document document)
Deletes a document. |
|
void |
DocumentType.deleteDocumentElement(DocumentTypeElement element)
Removes the specified DocumentTypeElement from this DocumentType |
|
void |
DocumentTypeSectionElement.deleteDocumentElement(DocumentTypeElement element)
Removes the specified DocumentTypeElement from this DocumentType |
|
void |
DocumentFieldManager.deleteDocumentField(DocumentField field)
Deletes a document field. |
|
void |
DocumentFieldTypeManager.deleteDocumentFieldType(DocumentFieldType documentFieldType)
Deletes an existing DocumentFieldType. |
|
void |
DocumentType.deleteDocumentPresenter()
Deletes the document presenter associated with the given name within the document type. |
|
void |
DocumentTypeManager.deleteDocumentType(DocumentType documentType)
Deletes the specified document type from the system. |
|
void |
VersionManager.deleteDocumentVersion(int versionID)
Delete a document version. |
|
void |
DraftManager.deleteDraft(Draft draft)
Delete an existing draft. |
|
void |
PrivateMessageManager.deleteFolder(PrivateMessageFolder folder)
Deletes a folder. |
|
void |
ImageContentResource.deleteImage(Image image)
Deletes an image that belongs to the object. |
|
void |
ForumThread.deleteMessage(ForumMessage message)
Deletes a message in this thread. |
|
void |
ForumThread.deleteMessage(ForumMessage message,
boolean deleteChildren)
Deletes a message in this thread, optionally recusively deleting child messages. |
|
void |
MultiOptionDocumentField.deleteOption(DocumentFieldOption option)
Deletes an option. |
|
void |
Poll.deleteOption(int index)
Remove an option from the poll. |
|
void |
PollManager.deletePoll(Poll poll)
Deletes a poll. |
|
void |
QuestionManager.deleteQuestion(Question question)
Deletes an existing question. |
|
void |
StatusLevelManager.deleteStatusLevel(StatusLevel statusLevel)
Deletes a statusLevel level from the system |
|
void |
ForumManager.deleteThread(ForumThread thread)
Deletes a thread and all of its messages. |
|
void |
WatchManager.deleteWatch(Watch watch)
Delete the specified watch. |
|
void |
WatchManager.deleteWatches(User user)
Deletes all watches that a user has. |
|
void |
ModerationManager.editAndApprove(AuthToken authToken,
ForumMessage message,
java.lang.String subject,
java.lang.String body,
java.lang.String tags)
Edit and approve a moderated message |
|
java.util.List<AbuseReport> |
AbuseManager.getAbuseReports(ForumMessage message)
Gets a list of open abuse reports for a particular message |
|
java.util.List<AbuseReport> |
AbuseManager.getAbuseReports(User user)
Gets a list of open abuse reports from a particular user |
|
JiveIterator<Poll> |
PollManager.getActivePolls(int objectType,
long objectID)
Returns an iterable of active polls associated with the object specified by the objectType and objectID. |
|
|
WatchManager.getAllWatches(User user)
Returns an iterable for all objects that a user is watching. |
|
|
WatchManager.getAllWatches(User user,
int objectType)
Returns an iterable for all objects of a particular type that a user is watching. |
|
Announcement |
AnnouncementManager.getAnnouncement(long announcementID)
Returns an announcement by announcement ID. |
|
Community |
ArchiveManager.getArchiveCommunity(Community community)
Returns the "archive community" for the specified community. |
|
long |
StorageManager.getAttachmentDirectorySize()
Returns the size (in bytes) of the attachment directory on the file system. |
|
com.jivesoftware.community.CommentDelegator |
Document.getAuthorCommentDelegator()
Retrieve a comment manager to manage document author comments. |
|
int |
ArchiveManager.getAutoArchiveInterval()
Returns the inverval between auto archive executions (in hours). |
|
long |
StorageManager.getBinaryBodyDirectorySize()
Returns the size (in bytes) of the documentbody directory on the file system. |
|
Blog |
BlogManager.getBlog(long blogID)
Returns a blog by blog ID. |
|
Blog |
BlogManager.getBlog(java.lang.String displayName)
Returns a blog by blog display name. |
|
BlogPost |
Blog.getBlogPost(long blogPostID)
Returns a blogpost by blogpost ID. |
|
BlogPost |
Blog.getBlogPost(java.lang.String permalink,
int year,
int month,
int day)
Returns a blog post for a given permalink and year/month/day combination, where the permalink is the subject turned into a string value suitable to be a directory name. |
|
Comment |
CommentManager.getComment(JiveObject contentObject,
long commentID)
Returns a comment from the object based on its id. |
|
Comment |
Blog.getComment(long commentID)
Returns a comment by comment ID. |
|
Community |
CommunityManager.getCommunity(long communityID)
Returns the Community with the supplied communityID. |
|
Community |
CommunityManager.getCommunity(java.lang.String nntpName)
Returns the community with the specified NNTP name. |
|
com.jivesoftware.util.cron.CronTaskManager |
JiveContext.getCronTaskManager()
Returns a cron task manager that can be used to schedule tasks to run at a specific day/time. |
|
Document |
DocumentManager.getDocument(Community community,
java.lang.String subject)
Returns a document from a community based on its subject. |
|
Document |
DocumentManager.getDocument(long docID)
Returns the document with the specified docID. |
|
Document |
DocumentManager.getDocument(long docID,
int version)
Returns the revision of document with the specified docID and version number. |
|
Document |
DocumentManager.getDocument(java.lang.String documentID)
Returns a document from the community based on its document ID. |
|
Document |
DocumentManager.getDocument(java.lang.String documentID,
int version)
Returns the revision of the document with the specified docID and version number. |
|
Draft |
DraftManager.getDraft(long draftID)
Returns a draft by draft ID or null if no draft exists with the specified draftID. |
|
EmailTokenManager |
JiveContext.getEmailTokenManager()
Returns an email token manager |
|
PrivateMessageFolder |
PrivateMessageManager.getFolder(User user,
long folderID)
Returns the specified folder for a user. |
|
int |
PrivateMessageManager.getFolderCount(User user)
Returns the total number of folders the user has. |
|
JiveIterator<PrivateMessageFolder> |
PrivateMessageManager.getFolders(User user)
Returns an Iterable of PrivateMessageFolder objects for the folders the user has. |
|
ForumThread |
ForumManager.getForumThread(long threadID)
Returns the thread with the specified threadID. |
|
long |
StorageManager.getImageDirectorySize()
Returns the size (in bytes) of the image directory on the file system. |
|
InterceptorManager |
Blog.getInterceptorManager()
Returns an interceptor manager that can be used to manage the interceptors for this blog. |
|
InterceptorManager |
Community.getInterceptorManager()
Returns a message interceptor manager that can be used to manage interceptors for this community. |
|
InterceptorManager |
JiveContext.getInterceptorManager()
Returns an interceptor manager that can be used to manage global interceptors. |
|
java.util.Date |
ArchiveManager.getLastArchivedDate()
Returns the date the archiving process was last run. |
|
int |
PollManager.getLivePollCount(int objectType,
long objectID)
Returns a count of all live polls of a given type and object ID. |
|
JiveIterator<Poll> |
PollManager.getLivePolls(int objectType,
long objectID)
Returns an iterable of live polls associated with the object specified by the objectType and objectID. |
|
long |
StorageManager.getMaxFileSystemCacheSize()
Returns the maximum amount of storage (in bytes) that will be used by the file system cache when database binary object mode is enabled. |
|
ForumMessage |
ForumManager.getMessage(long messageID)
Returns the forum message with the specified messageID. |
|
PrivateMessage |
PrivateMessageManager.getMessage(long privateMessageID)
Returns the specified private message. |
|
int |
PrivateMessageManager.getMessageCount(User user)
Returns the total number of private messages a user has in their mailbox. |
|
java.lang.Iterable<ForumMessage> |
ModerationManager.getMessages(AuthToken authToken,
Community community)
Gets a list of moderated messages for a particular community. |
|
java.lang.Iterable<ForumMessage> |
ModerationManager.getMessages(ModerationFilter modFilter,
AuthToken authToken,
Community community)
Gets a list of moderated messages for a particular community. |
|
JiveIterator<Avatar> |
AvatarManager.getModerationAvatars()
Returns a collection of all of the avatars that require moderation. |
|
int |
Roster.getOnlineUserCount()
Returns the number of users in the roster who are currently online. |
|
java.util.Iterator |
Roster.getOnlineUsers()
Returns an iterator of users in the roster who are currently online. |
|
PermissionsManager |
Community.getPermissionsManager()
Returns a permissions manager that can be used to set permissions for this community. |
|
PermissionsManager |
Document.getPermissionsManager()
Returns a permissions manager that can be used to set permissions for the document. |
|
PermissionsManager |
JiveContext.getPermissionsManager()
Returns a permissions manager that can be used to set system wide permissions. |
|
Poll |
PollManager.getPoll(long pollID)
Returns the Poll specified by the poll ID. |
|
int |
PollManager.getPollCount(int objectType,
long objectID)
Returns an count of polls, both active and inactive, associated with the object specified by the objectType and objectID. |
|
JiveIterator<Poll> |
PollManager.getPolls(int objectType,
long objectID)
Returns an iterable of polls, both active and inactive, associated with the object specified by the objectType and objectID. |
|
Roster |
PresenceManager.getRoster(User user)
Returns the user's roster. |
|
SearchManager |
JiveContext.getSearchManager()
Returns the search manager which can be used to manage the index used by Jive to perform searches. |
|
JiveIterator<SearchQuery> |
SearchQueryLogger.getSearchQueries()
Returns an iterable of all the queries that have been made. |
|
JiveIterator<SearchQuery> |
SearchQueryLogger.getSearchQueries(User user)
Returns an Iterable consisting of all the SearchQuery's that the specified user has made. |
|
SearchQuery |
SearchQueryLogger.getSearchQuery(long queryID)
Returns the query associated with the given queryID. |
|
int |
SearchQueryLogger.getSearchQueryCount()
Returns a count of all the queries that have been made in the system. |
|
int |
SearchQueryLogger.getSearchQueryCount(User user)
Returns a count of all the queries that the user has made. |
|
int |
Roster.getTotalUserCount()
Returns the total number of users in the roster. |
|
int |
WatchManager.getTotalWatchCount(User user)
Returns a count of all watches that a user has for all types. |
|
int |
WatchManager.getTotalWatchCount(User user,
int objectType)
Returns a count of all watches that a user has of a particular type. |
|
Trackback |
Blog.getTrackback(long trackbackID)
Returns a trackback by trackback ID. |
|
int |
PrivateMessageManager.getUnreadMessageCount(User user)
Returns the total number of unread private messages a user has in their mailbox. |
|
java.lang.Iterable<User> |
Roster.getUsers()
Returns an iterator of users in this roster. |
|
int |
WatchManager.getWatchCount(User user,
Community community)
Return the count of all forum watches in a particular community for the given user. |
|
JiveIterator<JiveObject> |
WatchManager.getWatches(User user,
Community community)
Returns an Iterable for all the Community objects a user is watching in a community. |
|
boolean |
AbuseManager.hasUserReportedAbuse(ForumMessage message,
User user)
Checks if a user has already reported abuse for a particular message. |
|
boolean |
ArchiveManager.isAutoArchiveEnabled()
Returns true if auto-archiving is enabled. |
|
boolean |
ArchiveManager.isBusy()
Returns true if the archiving process is currently running. |
|
void |
CommunityManager.moveCommunity(Community srcCommunity,
Community destinationCommunity)
Moves a community to another community. |
|
void |
DocumentManager.moveDocument(Document document,
Community destinationCommunity)
Moves a document from it's current community to another. |
|
void |
ForumManager.moveThread(ForumThread thread,
Community newCommunity)
Moves a thread from one community to another. |
|
void |
ModerationManager.reject(AuthToken authToken,
ForumMessage message)
Reject a moderated message |
|
void |
Document.reject(User user)
Marks this document as being rejected by the specified user. |
|
void |
PermissionsManager.removeAllGroupPermissions(PermissionType permissionType)
Revokes all group permissions. |
|
void |
AttachmentManager.removeAllowedType(java.lang.String contentType)
Removes a content type fromt he list of explicitly allowed types. |
|
void |
BinaryBodyManager.removeAllowedType(java.lang.String contentType)
Removes a content type fromt he list of explicitly allowed types. |
|
void |
ImageManager.removeAllowedType(java.lang.String contentType)
Removes a content type from the list of explicitly allowed types. |
|
void |
RatingManager.removeAllRatings(JiveObject contentObject)
Remove all ratings from the specified content object |
|
void |
TagManager.removeAllTags(JiveObject contentObject)
Disassociates this object with all tags. |
|
void |
PermissionsManager.removeAllUserPermissions(PermissionType permissionType)
Removes all user permissions. |
|
void |
PermissionsManager.removeAnonymousUserPermission(PermissionType permissionType,
long permission)
Removes a permission of the specified PermissionType for anonymous users. |
|
void |
Poll.removeAnonymousVote(int prevOptionIndex,
java.lang.String uniqueID)
Remove a guest vote. |
|
void |
Document.removeApprover(User user)
Removes the user as a document approver on this document. |
|
void |
Document.removeAuthor(User author)
Removes the supplied User as an author of this document. |
|
void |
AttachmentManager.removeDisallowedType(java.lang.String contentType)
Removes a content type from the list of explicitly disallowed types. |
|
void |
BinaryBodyManager.removeDisallowedType(java.lang.String contentType)
Removes a content type from the list of explicitly disallowed types. |
|
void |
ImageManager.removeDisallowedType(java.lang.String contentType)
Removes a content type from the list of explicitly disallowed types. |
|
void |
PermissionsManager.removeGroupPermission(Group group,
PermissionType permissionType,
long permission)
Removes a permission of the specified PermissionType for a group. |
|
void |
RatingManager.removeRating(Rating rating)
Remove the specified rating from the list of currently available ratings. |
|
void |
RatingManager.removeRating(User user,
JiveObject contentObject)
Removes a rating to the JiveContentObject. |
|
void |
PermissionsManager.removeRegisteredUserPermission(PermissionType permissionType,
long permission)
Removes a permission of the specified PermissionType for registered users. |
|
void |
Document.removeReviewer(User reviewer)
Removes the supplied User as a reviewer of this document. |
|
void |
TagManager.removeTag(ContentTag tag,
JiveObject contentObject)
Disassociates this object with the given tag. |
|
void |
Blog.removeUser(User user)
Removes a user from having permission to post to this blog. |
|
void |
Roster.removeUser(User user)
Remove a user from the roster. |
|
void |
Blog.removeUser(User user,
boolean deletePosts)
Removes a user from having permission to post to this blog and optionally deletes posts by this user. |
|
void |
PermissionsManager.removeUserPermission(User user,
PermissionType permissionType,
long permission)
Removes a permission of the specified PermissionType for the specified user. |
|
void |
Poll.removeUserVote(int prevOptionIndex,
User user)
Remove a user vote. |
|
void |
AbuseManager.resolveAbuseReport(AbuseReport abuseReport)
Resolves an abuse report |
|
void |
AbuseManager.resolveAbuseReports(ForumMessage message)
REsolves all abuse reports for a particular message |
|
DocumentVersion |
VersionManager.restoreDocumentVersion(int versionID,
long versionAuthor)
Restores a document version by creating a copy of the version to restore as the newest document version and returning that document version. |
|
void |
ArchiveManager.runArchiver()
Manually runs the archiving process. |
|
void |
Blog.save()
Saves the state of this Blog to the database |
|
void |
BlogPost.save()
Saves the state of this BlogPost to the database |
|
void |
Document.save()
Changes to a document are not persisted until this method is called. |
|
void |
DocumentField.save()
Persists changes of this object to the database. |
|
void |
DocumentPresenter.save()
Saves the state of this DocuementPresenter to the database |
|
void |
DocumentType.save()
Persists changes to this DocumentType to the database |
|
void |
Trackback.save()
Saves the state of this trackback to the database |
|
void |
PrivateMessageManager.saveMessageAsDraft(PrivateMessage privateMessage)
Saves a message as a draft by storing it in the sender's Drafts folder. |
|
void |
PrivateMessageManager.sendMessage(PrivateMessage privateMessage,
User recipient,
boolean copyToSentFolder)
Sends a private message to another user. |
|
void |
AbuseManager.setAbuseThreshold(int abuseThreshold)
Sets the number of abuse reports needed to automatically hide a message. |
|
void |
AvatarManager.setActiveAvatar(User user,
Avatar avatar)
Used to make a user use a global avatar, to set no active avatar pass null for the avatar value. |
|
void |
AttachmentManager.setAllowAllByDefault(boolean allowAllByDefault)
Sets the default allowed content types mode. |
|
void |
BinaryBodyManager.setAllowAllByDefault(boolean allowAllByDefault)
Sets the default allowed content types mode. |
|
void |
ImageManager.setAllowAllByDefault(boolean allowAllByDefault)
Sets the default allowed content types mode. |
|
void |
AvatarManager.setAllowImageResize(boolean isAllowImageResize)
Used to set whether the system should attempt to resize images |
|
void |
DocumentFieldAttributes.setAlterable(boolean alterable)
Sets whether the associated document field is alterable or not. |
|
void |
ArchiveManager.setArchiveCommunity(Community community,
Community archiveCommunity)
Sets the "archive community" for the specified community. |
|
void |
ArchiveManager.setArchiveDays(Community archive,
int days)
Sets the number of days that threads in community must be inactive before being archived. |
|
void |
ArchiveManager.setArchiveMode(Community community,
int mode)
Returns the archive mode for the community. |
|
void |
ArchiveManager.setArchivingEnabled(Community community,
boolean enabled)
Enables or disables archiving for the specified community. |
|
void |
AttachmentManager.setAttachmentsEnabled(boolean enabled)
Sets whether attachments are enabled, false otherwise. |
|
void |
DocumentVersion.setAuthor(User author)
Returns the user that authored the document version. |
|
void |
Document.setAuthorshipPolicy(int policy)
Sets the authorship policy of this document, one of AUTHORSHIP_OPEN, AUTHORSHIP_SINGLE, or AUTHORSHIP_MULTIPLE. |
|
void |
ArchiveManager.setAutoArchiveEnabled(boolean enabled)
Enables or disables auto-archiving. |
|
void |
ArchiveManager.setAutoArchiveInterval(int interval)
Sets the inverval between auto archive executions (in hours). |
|
BinaryBody |
Document.setBinaryBody(java.lang.String name,
java.lang.String contentType,
java.io.InputStream data)
Creates a new body object for the document. |
|
void |
BinaryBodyManager.setBinaryBodyEnabled(boolean enabled)
Enables or disables binary document bodies. |
|
void |
BlogManager.setBlogsEnabled(boolean blogsEnabled)
Enables or disables the blogs feature. |
|
void |
Announcement.setBody(java.lang.String body)
Sets the body of this announcement. |
|
void |
BlogPost.setBody(java.lang.String body)
Sets the body of this post. |
|
void |
Comment.setBody(java.lang.String body)
Sets the comment body. |
|
void |
Document.setBody(java.lang.String body)
Sets the textual body of the document. |
|
void |
ForumMessage.setBody(java.lang.String body)
Sets the body of this message. |
|
void |
PrivateMessage.setBody(java.lang.String body)
Sets the body of the message. |
|
void |
Blog.setCommentAuthenticationStrategy(int strategy)
Set the comment authentication strategy of this blog which may be any one of the following: Blog.COMMENT_AUTH_REQUIRED -- must register and login to comment
Blog.COMMENT_AUTH_OPTIONAL_WITH_EMAIL -- must either register and login or
provide an email address in the comment form. |
|
void |
Blog.setCommentModerationEnabled(boolean enable)
Enables and disables comment moderation for this blog. |
|
void |
ModerationManager.setCommentModerationEnabled(boolean enabled)
Sets whether comment moderation is enabled or not. |
|
void |
Blog.setCommentNotificationEnabled(boolean enable)
Enables and disables comment notification for this blog. |
|
void |
BlogManager.setCommentsEnabled(boolean commentsEnabled)
Enables or disables the comments feature system wide. |
|
void |
DocumentManager.setCommentsEnabled(boolean commentsEnabled)
Enables or disables the comments feature system wide. |
|
void |
BlogPost.setCommentStatus(int status)
Sets the comment status of this blog post which may be any one of the following: NONE -- no comments allowed
OPEN -- comments are permitted
CLOSED -- comments were permitted but are not allowed now
|
|
void |
Document.setCommentStatus(int status)
Sets the comment status of this document which may be any one of the following: NONE -- no comments allowed
OPEN -- comments are permitted
CLOSED -- comments were permitted but are not allowed now
|
|
void |
Poll.setCommentStatus(int status)
Sets the comment status of this poll which may be any one of the following: NONE -- no comments allowed
OPEN -- comments are permitted
CLOSED -- comments were permitted but are not allowed now
|
|
void |
Blog.setCommunityBlog(boolean enable)
Enables and disables the community aspects of this blog. |
|
void |
Community.setCommunityIndex(Community subCommunity,
int newIndex)
Sets the display order of a sub-community. |
|
void |
Community.setContentTypes(ContentRetrieval.ContentType... types)
Sets an array of ContentRetrieval.ContentTypes that are enabled for this community; |
|
void |
Question.setCorrectAnswer(ForumMessage message)
Sets the specified message as the correct answer. |
|
void |
Blog.setCreationDate(java.util.Date creationDate)
Sets the creation date of this blog. |
|
void |
BlogPost.setCreationDate(java.util.Date creationDate)
Sets the creation date of this post. |
|
void |
Comment.setCreationDate(java.util.Date creationDate)
Sets the creation date of the comment. |
|
void |
Community.setCreationDate(java.util.Date creationDate)
Sets the creation date of the community. |
|
void |
ContentTag.setCreationDate(java.util.Date creationDate)
Sets the creation date of this tag. |
|
void |
DocumentVersion.setCreationDate(java.util.Date creationDate)
Sets the creation date of the document version. |
|
void |
ForumMessage.setCreationDate(java.util.Date creationDate)
Sets the creation date of this message. |
|
void |
ForumThread.setCreationDate(java.util.Date creationDate)
Sets the creation date of this thread. |
|
void |
Trackback.setCreationDate(java.util.Date creationDate)
Sets the creation date of this trackback. |
|
void |
StorageManager.setDatabaseModeEnabled(boolean enabled)
Enables or disables storage of binary object data in the database. |
|
void |
DocumentFieldType.setDataType(DocumentFieldType.DataType dataType)
Sets the XMPP data form type for this document field type. |
|
void |
DocumentField.setDefaultValue(java.lang.String defaultValue)
Sets the default value for the document field. |
|
void |
WatchManager.setDeleteDays(int deleteDays)
Sets the number of days that a watched object can remain inactive before watches on that object are deleted. |
|
void |
Blog.setDescription(java.lang.String description)
Sets the description of the blog, max length of 255 characters. |
|
void |
Community.setDescription(java.lang.String description)
Sets the description of the community. |
|
void |
DocumentField.setDescription(java.lang.String description)
Sets the description of the document field. |
|
void |
DocumentFieldType.setDescription(java.lang.String description)
Sets the description for this document field type |
|
void |
DocumentType.setDescription(java.lang.String description)
Set the description of the document type. |
|
void |
Poll.setDescription(java.lang.String description)
Sets the description of the poll. |
|
void |
StatusLevel.setDescription(java.lang.String description)
Sets the description of this status level |
|
void |
Blog.setDisplayName(java.lang.String name)
Sets the display name of the blog that is used as the URI. |
|
void |
Community.setDisplayName(java.lang.String name)
Sets the display name of the community that is used as the URI. |
|
void |
DocumentField.setDisplayName(java.lang.String name)
Sets the display name for this field. |
|
void |
DocumentFieldType.setDisplayName(java.lang.String displayName)
Sets the display friend name for this document field type. |
|
void |
DocumentType.setDocumentElementIndex(DocumentTypeElement element,
int index)
Sets the index where the specified DocumentTypeElement should appear |
|
void |
DocumentTypeSectionElement.setDocumentElementIndex(DocumentTypeElement element,
int index)
Sets the index where the specified DocumentTypeElement should appear |
|
void |
Document.setDocumentFieldValue(DocumentField field,
DocumentFieldValue value)
Sets the value of the document field. |
|
void |
Document.setDocumentID(java.lang.String documentID)
Sets the document ID corresponding to the document. |
|
void |
DocumentType.setDocumentPresenter(DocumentPresenter presenter)
Sets the document presenter associated with the given name within the document type. |
|
void |
Document.setDocumentState(DocumentState state)
Sets the state of the document. |
|
void |
DocumentVersion.setDocumentState(DocumentState state)
Sets the document state for the version. |
|
void |
DocumentTypeManager.setDocumentTypeIndex(DocumentType documentType,
int newIndex)
Sets the index of the document type. |
|
void |
DocumentManager.setEditAutoExpireTimeout(int minutes)
Sets the number of minutes that a document will be marked as being editted without any updates before the document will be remarked as not being editted. |
|
void |
Comment.setEmail(java.lang.String email)
Set the email address of the person who authored this comment. |
|
void |
Announcement.setEndDate(java.util.Date endDate)
Sets the date when the announcement should not longer be visible. |
|
void |
Poll.setEndDate(java.util.Date endDate)
Sets the date the poll should end. |
|
void |
Trackback.setExcerpt(java.lang.String excerpt)
Set the excerpt of the trackback. |
|
void |
Watch.setExpirable(boolean expirable)
Sets whether this watch is expirable or not. |
|
void |
Document.setExpirationDate(java.util.Date expirationDate)
Sets the date the document should expire on. |
|
void |
Poll.setExpirationDate(java.util.Date expireDate)
Sets the date the poll should expire. |
|
void |
Blog.setFeedEnabled(boolean enable)
Enables and disables feeds for this blog. |
|
void |
Blog.setFeedFullContent(boolean enable)
Enables or disables the publishing of the full blog post in feeds. |
|
void |
DocumentField.setFieldType(DocumentFieldType documentFieldType)
Associates a DocumentFieldType with this DocumentField. |
|
void |
StorageManager.setFileSystemCacheEnabled(boolean enabled)
Enables or disables storage of cached binary object data on the file system when in database mode. |
|
void |
DocumentFieldAttributes.setFilterable(boolean filterable)
Sets the filterability of the associated document field. |
|
void |
ImageManager.setForceThumbnailsEnabled(boolean forceThumbnailsEnabled)
Sets the forcing of thumbnails for any images over a maximum image width/height. |
|
void |
DocumentFieldType.setFormatter(DocumentFieldFormatter documentFieldFormatter)
Sets the formatter for this document field type. |
|
void |
StatusLevel.setGroup(Group group)
The group this status level is associated with. |
|
void |
QuestionManager.setHelpfulAnswersPerThread(int count)
Sets the number of helpful answers allowed per question. |
|
void |
ImageManager.setImageMaxHeight(int maxHeight)
Sets the max height of images that will be displayed. |
|
void |
ImageManager.setImageMaxWidth(int maxWidth)
Sets the max width of images that will be displayed. |
|
void |
StatusLevel.setImagePath(java.lang.String imagePath)
Sets the path of the image used for this status level. |
|
void |
AttachmentManager.setImagePreviewEnabled(boolean imagePreviewEnabled)
Toggles whether image preview support is enabled. |
|
void |
AttachmentManager.setImagePreviewMaxSize(int imagePreviewMaxSize)
Sets the max dimension of generated thumbnails (ie, the max value for the width or height). |
|
void |
ImageManager.setImagePreviewMaxSize(int imagePreviewMaxSize)
Sets the max dimension of generated thumbnails (ie, the max value for the width or height). |
|
void |
AttachmentManager.setImagePreviewRatioEnabled(boolean imagePreviewRatioEnabled)
Toggles whether the aspect ratio of thumbnails should be preserved. |
|
void |
ImageManager.setImagesEnabled(boolean enabled)
Set to true if images should be enabled, false otherwise. |
|
void |
Comment.setIPAddress(java.lang.String ipaddress)
Set the IP address of the person who authored this comment. |
|
void |
Trackback.setIPAddress(java.lang.String ipaddress)
Set the IP address of the person who authored this trackback. |
|
void |
Document.setLanguage(java.lang.String language)
Sets the language of the document. |
|
void |
StatusLevel.setLargeImagePath(java.lang.String largeImagePath)
|
|
void |
Presence.setLastUpdateTime(java.util.Date time)
Set the time when the presence was last updated (when the user last visited). |
|
void |
Presence.setLastUpdateTime(long time)
Sets the time when the presence was last updated (when the user last visited). |
|
void |
Community.setLocale(java.util.Locale locale)
Sets the locale for this community. |
|
void |
AvatarManager.setMaxAllowableHeight(int height)
Sets the maximum allowable height for an avatar image |
|
void |
AvatarManager.setMaxAllowableWidth(int width)
Sets the maximum allowable width for an avatar image |
|
void |
AttachmentManager.setMaxAttachmentSize(int maxAttachmentSize)
Sets the maximum size of an individual attachment in kilobytes. |
|
void |
AttachmentManager.setMaxAttachmentsPerBlogPost(int maxAttachmentsPerBlogPost)
Sets the maximum number of attachments per blog post. |
|
void |
AttachmentManager.setMaxAttachmentsPerDocument(int maxAttachmentsPerDocument)
Sets the maximum number of attachments per document. |
|
void |
AttachmentManager.setMaxAttachmentsPerMessage(int maxAttachmentsPerMessage)
Sets the maximum number of attachments per message. |
|
void |
BinaryBodyManager.setMaxBodySize(int maxBodySize)
Sets the maximum size of an individual binary document body in kilobytes. |
|
void |
DocumentField.setMaxFieldSize(int maxFieldSize)
sets the maximum data size for the field. |
|
void |
StorageManager.setMaxFileSystemCacheSize(long maxSize)
Sets the maximum amount of storage (in bytes) that will be used by the file system cache when database binary object mode is enabled. |
|
void |
ImageManager.setMaxImageSize(int maxImageSize)
Sets the maximum size of an individual image in kilobytes. |
|
void |
ImageManager.setMaxImagesPerObject(int maxImagesPerDocument)
Sets the maximum number of images per document. |
|
void |
PrivateMessageManager.setMaxMessagesPerUser(int maxMessages)
Sets the max number of message is allowed to store in their mailbox. |
|
void |
AvatarManager.setMaxUserAvatars(int max)
Sets the maximum number of avatars a user can have |
|
void |
Poll.setMode(long mode,
boolean enabled)
Sets a mode to be enabled or disabled for the poll. |
|
void |
Comment.setModerated(boolean moderated)
Sets whether the comment is moderated or not. |
|
void |
Trackback.setModerated(boolean moderated)
Sets whether the trackbacks is moderated or not. |
|
void |
AvatarManager.setModerateUserAvatars(boolean moderateUserAvatars)
Sets whether or not user avatars will be moderated. |
|
void |
Community.setModerationDefaultMessageValue(int value)
Sets the default number of moderation points for threads created in the community. |
|
void |
Community.setModerationDefaultThreadValue(int value)
Sets the default number of moderation points for threads created in the community. |
|
void |
ForumMessage.setModerationValue(int value,
AuthToken authToken)
Sets the number of moderation points this message has. |
|
void |
ForumThread.setModerationValue(int value,
AuthToken authToken)
Sets the number of moderation points this thread has. |
|
void |
Blog.setModificationDate(java.util.Date modificationDate)
Sets the date this blog was last modified. |
|
void |
BlogPost.setModificationDate(java.util.Date modificationDate)
Sets the date this post was last modified. |
|
void |
Comment.setModificationDate(java.util.Date modificationDate)
Sets the date the comment was last modified. |
|
void |
Community.setModificationDate(java.util.Date modificationDate)
Sets the date the community was last modified. |
|
void |
DocumentVersion.setModificationDate(java.util.Date modificationDate)
Sets the date the document was last modified. |
|
void |
ForumMessage.setModificationDate(java.util.Date modificationDate)
Sets the date this message was last modified. |
|
void |
ForumThread.setModificationDate(java.util.Date modificationDate)
Sets the date this thread was last modified. |
|
void |
Trackback.setModificationDate(java.util.Date modificationDate)
Sets the date this trackback was last modified. |
|
void |
Avatar.setModValue(int modValue)
Modifies the moderation value of this specific avatar |
|
void |
Attachment.setName(java.lang.String name)
Sets the name of the attachment. |
|
void |
BinaryBody.setName(java.lang.String name)
Sets the name of the body object. |
|
void |
Blog.setName(java.lang.String name)
Sets the name of a blog. |
|
void |
Comment.setName(java.lang.String name)
Set the name of the person who authored this comment. |
|
void |
Community.setName(java.lang.String name)
Sets the name of the community. |
|
void |
DocumentField.setName(java.lang.String name)
Sets the unique name of the document field. |
|
void |
DocumentFieldType.setName(java.lang.String name)
Sets the unique name of this document field type. |
|
void |
DocumentPresenter.setName(java.lang.String name)
Sets the identifying name of the document presenter. |
|
void |
DocumentType.setName(java.lang.String name)
Set the name of the document type |
|
void |
Image.setName(java.lang.String name)
Sets the name of the image. |
|
void |
Poll.setName(java.lang.String name)
Sets the name of the poll. |
|
void |
StatusLevel.setName(java.lang.String name)
Sets the name of this status level |
|
void |
Community.setNNTPName(java.lang.String nntpName)
Sets the NNTP name for the community, which is the name of the community used in the NNTP protocol (newsgroups). |
|
void |
PresenceManager.setOffline(Presence presence)
Sets a presence to be offline which causes the presence to be removed from the system. |
|
void |
Poll.setOption(int index,
java.lang.String value)
Sets the text of the option at the specified index. |
|
void |
MultiOptionDocumentField.setOptionIndex(int index,
DocumentFieldOption option)
Sets a particular option at the given index. |
|
void |
Poll.setOptionIndex(int currentIndex,
int newIndex)
Moves the option's index. |
|
void |
BlogManager.setPingsEnabled(boolean pingsEnabled)
Enables or disables the pings feature system wide. |
|
void |
BlogManager.setPingServices(java.lang.String pingServices)
Sets the comma delimited list of available ping services for the system. |
|
void |
BlogManager.setPingsOverrideEnabled(boolean pingsOverrideEnabled)
Configures the system to allow users to override the ping URIs configured for all blogs. |
|
void |
StatusLevel.setPointRange(int minPoints,
int maxPoints)
Sets a point range for this status level, if this status level was group based before it will now be point based. |
|
void |
PresenceManager.setPresencesEnabled(boolean enabled)
Sets whether presences are enabled on a global basis or not. |
|
void |
PrivateMessageManager.setPrivateMessageNotificationEnabled(boolean enabled)
Enables or disables the private message notification feature. |
|
void |
PrivateMessageManager.setPrivateMessagesEnabled(boolean enabled)
Enables or disables the private message feature. |
|
void |
BlogPost.setPublishDate(java.util.Date publishDate)
Sets the publish date of this post. |
|
void |
RatingManager.setRatingsEnabled(boolean ratingsEnabled)
Enables or disables the ratings feature. |
|
void |
ReadTracker.setReadTrackingEnabled(boolean enabled)
Enables or disables the read tracking feature. |
|
void |
DocumentAttributes.setRecommended(boolean recommended)
|
|
void |
AbuseManager.setReportAbuseEnabled(boolean reportAbuseEnabled)
Enables or disables the report abuse feature. |
|
void |
DocumentFieldAttributes.setRequired(boolean required)
Sets whether the associated document field is required or not. |
|
void |
DocumentFieldAttributes.setSearchable(boolean searchable)
Sets whether the associated document field can be searched. |
|
void |
Trackback.setSenderName(java.lang.String senderName)
Set the sender name of the trackback. |
|
void |
Announcement.setStartDate(java.util.Date startDate)
Sets the start date for when the announcement should first be visible. |
|
void |
Poll.setStartDate(java.util.Date startDate)
Sets the date voting for the poll should start. |
|
void |
Question.setState(Question.State state)
Sets the resolution state of this question. |
|
void |
BlogPost.setStatus(int status)
Sets the publishing status of this blog post which may be any one of the following: PENDING_APPROVAL -- post has status of unpublished
PUBLISH -- post has status of published. |
|
void |
Presence.setStatus(int status)
Sets the status of the user. |
|
void |
StatusLevelManager.setStatusLevelsEnabled(boolean statusLevelEnabled)
Sets whether status levels should be enabled in the system. |
|
void |
Announcement.setSubject(java.lang.String subject)
Sets the announcement subject. |
|
void |
BlogPost.setSubject(java.lang.String subject)
Sets the subject of this blog post. |
|
void |
Document.setSubject(java.lang.String subject)
Sets the subject of the document. |
|
void |
ForumMessage.setSubject(java.lang.String subject)
Sets the subject of this message. |
|
void |
PrivateMessage.setSubject(java.lang.String subject)
Sets the subject of the message. |
|
void |
Document.setSummary(java.lang.String summary)
Sets the summary of the document. |
|
void |
DocumentPresenter.setTemplate(java.lang.String template)
Sets the template for this presenter. |
|
void |
Trackback.setTitle(java.lang.String title)
Set the title of the trackback. |
|
void |
Blog.setTrackbackModerationEnabled(boolean enable)
Enables and disables trackback moderation for this blog. |
|
void |
Blog.setTrackbackNotificationEnabled(boolean enable)
Enables and disables trackback notification for this blog. |
|
void |
BlogManager.setTrackbacksEnabled(boolean trackbacksEnabled)
Enables or disables the trackbacks feature system wide. |
|
void |
Document.setTrackbacksEnabled(boolean enable)
Enables and disables trackbacks for this blog post. |
|
void |
DocumentManager.setTrackbacksEnabled(boolean trackbacksEnabled)
Enables or disables the trackbacks feature system wide. |
|
void |
Comment.setURL(java.lang.String url)
Set the URL / homepage of the person who authored this comment. |
|
void |
Trackback.setURL(java.lang.String url)
Set the URL of the trackback. |
|
void |
Document.setUser(User user)
Returns the user that authored the document. |
|
void |
DocumentFieldType.setValidator(DocumentFieldValidator validator)
Sets the validator for the document field type. |
|
void |
DocumentType.setValidator(DocumentTypeValidator validator)
Sets the validator for the document type. |
|
void |
DocumentFieldAttributes.setVisible(boolean visible)
Sets the visibility of the associated document field. |
|
void |
Document.startEdit(java.lang.String sessionID)
Sets the sessionID of the editing guest user for the document. |
|
void |
Document.startEdit(User user)
Sets the editing user for the document. |
|
void |
Document.stopEdit(java.lang.String sessionID)
Set the guest user with the given sessionID as no longer editing the document. |
|
void |
Document.stopEdit(User user)
Set the user as no longer editing the document. |
|
void |
CommentManager.updateComment(JiveObject contentObject,
Comment comment)
Updates an existing comment. |
|
void |
DraftManager.updateDraft(Draft draft)
Update an existing draft. |
|
| Uses of UnauthorizedException in com.jivesoftware.community.renderer |
|---|
| Methods in com.jivesoftware.community.renderer that throw UnauthorizedException | |
|---|---|
void |
RenderManager.addFilterRenderTypes(java.lang.String filterName,
java.util.List<RenderType> renderTypes)
Adds a set of render types for the given filter. |
void |
RenderManager.addRenderFilter(java.lang.String className)
Installs a new class into the list of render filters for the system. |
void |
RenderManager.copyGlobalFilters()
Copy all global filters to the current context. |
long |
RenderManager.getFilterRenderTypes(java.lang.String filterName)
Returns the bitset render types installed for the filter at the given index. |
RenderFilter |
RenderManager.getRenderFilter(java.lang.String filterName)
Return the render filter with the specified name |
int |
RenderManager.getRenderFilterCount()
Returns the count of currently installed render filters. |
RenderFilter[] |
RenderManager.getRenderFilters()
Returns an array of RenderFilter objects that list all the currently configured render filters. |
void |
RenderManager.removeAllFilters()
Removes all filters from the current context. |
void |
RenderManager.removeFilterRenderTypes(java.lang.String filterName,
java.util.List<RenderType> renderTypes)
Removes a set of render types from the given filter. |
void |
RenderManager.removeRenderFilter(java.lang.String filterName)
Removes the specified filter from the list of currently configured filters. |
void |
RenderManager.save()
Saves all filters to the persistent store. |
| Uses of UnauthorizedException in com.jivesoftware.community.widget |
|---|
| Methods in com.jivesoftware.community.widget that throw UnauthorizedException | |
|---|---|
Widget |
WidgetManager.addWidget(java.lang.String className)
Installs a new class into the list of Widgets for the system. |
com.jivesoftware.community.widget.WidgetFrame |
WidgetManager.addWidgetFrame(com.jivesoftware.community.widget.WidgetFrameBean widgetFrameBean)
Creates a new WidgetFrame based on the specified WidgetFrameBean. |
void |
WidgetManager.copyWidgetFrames(JiveObject sourceObject,
JiveObject destinationObject)
Copies the WidgetFrames from the source JiveObject to the destination JiveObject. |
void |
WidgetManager.discardWidgetFrames(JiveObject jiveObject)
Discards the draft WidgetFrames for the specified parent JiveObject. |
void |
WidgetManager.publishWidgetFrames(JiveObject jiveObject)
Publishes the WidgetFrames for the specified parent JiveObject. |
void |
WidgetManager.removeWidget(long id)
Removes a Widget from the system. |
void |
WidgetManager.removeWidgetFrame(com.jivesoftware.community.widget.WidgetFrame widgetFrame)
Removes the specified WidgetFrame from the system. |
void |
WidgetManager.updateWidgetFrameProperties(com.jivesoftware.community.widget.WidgetFrame widgetFrame)
Updates the properties for the specified WidgetFrame. |
void |
WidgetManager.updateWidgetFrames(JiveObject jiveObject,
java.util.List<com.jivesoftware.community.widget.WidgetFrame> widgetFrames)
Updates the list of WidgetFrames. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||