|
Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnauthorizedException | |
---|---|
com.jivesoftware.forum.webservices |
Uses of UnauthorizedException in com.jivesoftware.forum.webservices |
---|
Methods in com.jivesoftware.forum.webservices that throw UnauthorizedException | |
---|---|
void |
AttachmentManagerService.addAllowedType(java.lang.String contentType)
Adds a content type to the list of explicitly allowed types. |
void |
AttachmentManagerService.addDisallowedType(java.lang.String contentType)
Adds a content type to the list of explicitly disallowed types. |
PrivateMessageFolder |
PrivateMessageService.createFolder(long userID,
java.lang.String name)
Creates a new folder. |
Announcement |
AnnouncementService.createForumAnnouncement(long userID,
long forumID,
java.lang.String subject,
java.lang.String body,
java.util.Date startDate,
java.util.Date endDate)
Creates a new category or forum announcement. |
Announcement |
AnnouncementService.createForumCategoryAnnouncement(long userID,
long categoryID,
java.lang.String subject,
java.lang.String body,
java.util.Date startDate,
java.util.Date endDate)
Creates a new category announcement. |
PrivateMessage |
PrivateMessageService.createMessage(long senderID)
Creates a new private message. |
Announcement |
AnnouncementService.createNonExpiringForumAnnouncement(long userID,
long forumID,
java.lang.String subject,
java.lang.String body,
java.util.Date startDate)
Creates a new non-expiring forum announcement. |
Announcement |
AnnouncementService.createNonExpiringForumCategoryAnnouncement(long userID,
long categoryID,
java.lang.String subject,
java.lang.String body,
java.util.Date startDate)
Creates a new non-expiring category announcement. |
Announcement |
AnnouncementService.createNonExpiringSystemAnnouncement(long userID,
java.lang.String subject,
java.lang.String body,
java.util.Date startDate)
Creates a new non-expiring system announcement. |
Announcement |
AnnouncementService.createSystemAnnouncement(long userID,
java.lang.String subject,
java.lang.String body,
java.util.Date startDate,
java.util.Date endDate)
Creates a new system announcement. |
void |
AnnouncementService.deleteAnnouncement(long announcementID)
Deletes an announcement. |
void |
PrivateMessageService.deleteFolder(long userID,
int folderID)
Deletes a folder. |
void |
AnnouncementService.expireAnnouncement(long announcementID)
Expires an announcement. |
Announcement |
AnnouncementService.getAnnouncement(long announcementID)
Returns an announcement by announcement ID. |
long |
AttachmentManagerService.getAttachmentDirectorySize()
Returns the size (in bytes) of the attachment directory on the file system. |
PrivateMessageFolder |
PrivateMessageService.getFolder(long userID,
int folderID)
Returns the specified folder for a user. |
PrivateMessageFolder[] |
PrivateMessageService.getFolders(long userID)
Returns an Iterator of PrivateMessageFolder objects for the folders the user has. |
long |
AttachmentManagerService.getMaxFilesystemCacheSize()
Returns the maximum amount of storage (in bytes) that will be used by the file system cache when database attachment mode is enabled. |
PrivateMessage |
PrivateMessageService.getMessage(long privateMessageID)
Returns the specified private message. |
int |
PrivateMessageService.getMessageCount(long userID)
Returns the total number of private messages a user has in their mailbox. |
int |
PrivateMessageService.getMessageCountForFolder(long userID,
int folderID)
Returns the message count on a specific folder. |
int |
PrivateMessageService.getUnreadMessageCount(long userID)
Returns the total number of unread private messages a user has in their mailbox. |
int |
PrivateMessageService.getUnreadMessageCountForFolder(long userID,
int folderID)
Returns the total number of unread private messages a user has in a specific folder. |
void |
AttachmentManagerService.removeAllowedType(java.lang.String contentType)
Removes a content type fromt he list of explicitly allowed types. |
void |
AttachmentManagerService.removeDisallowedType(java.lang.String contentType)
Removes a content type from the list of explicitly disallowed types. |
void |
PrivateMessageService.saveMessageAsDraft(PrivateMessage privateMessage)
Saves a message as a draft by storing it in the sender's Drafts folder. |
PrivateMessage |
PrivateMessageService.sendMessage(PrivateMessage privateMessage,
long recipientID,
boolean copyToSentFolder)
Sends a private message to another user. |
void |
AttachmentManagerService.setAllowAllByDefault(boolean allowAllByDefault)
Sets the default allowed content types mode. |
void |
Announcement.setBody(java.lang.String body)
Sets the body of this announcement. |
void |
ForumMessage.setBody(java.lang.String body)
Sets the body of this message. |
void |
AttachmentManagerService.setDatabaseModeEnabled(boolean enabled)
Enables or disables storage of binary attachment data in the database. |
void |
Announcement.setEndDate(java.util.Date endDate)
Sets the date when the announcement should not longer be visible. |
void |
AttachmentManagerService.setImagePreviewEnabled(boolean imagePreviewEnabled)
Toggles whether image preview support is enabled. |
void |
AttachmentManagerService.setImagePreviewMaxSize(int imagePreviewMaxSize)
Sets the max dimension of generated thumbnails (ie, the max value for the width or height). |
void |
AttachmentManagerService.setImagePreviewRatioEnabled(boolean imagePreviewRatioEnabled)
Toggles whether the aspect ratio of thumbnails should be preserved. |
void |
AttachmentManagerService.setMaxAttachmentSize(int maxAttachmentSize)
Sets the maximum size of an individual attachment in kilobytes. |
void |
AttachmentManagerService.setMaxAttachmentsPerMessage(int maxAttachmentsPerMessage)
Sets the maximum number of attachments per message. |
void |
AttachmentManagerService.setMaxFilesystemCacheSize(long maxSize)
Sets the maximum amount of storage (in bytes) that will be used by the file system cache when database attachment mode is enabled. |
void |
ForumMessage.setModerationValue(int value)
Sets the number of moderation points this message has. |
void |
Announcement.setStartDate(java.util.Date startDate)
Sets the start date for when the announcement should first be visible. |
void |
Announcement.setSubject(java.lang.String subject)
Sets the announcement subject. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |