Oracle Collaboration Suite Discussions Web Services Java API Reference
10g (10.1.2.2)

Part No. B28210-01

A C D E F G H I L M O R S T U


A

AbstractContainer - class oracle.discussions.ws.beans.AbstractContainer.
Represents properties common to a category and a forum.
AbstractContainerDefinition - class oracle.discussions.ws.beans.AbstractContainerDefinition.
The class contains the minimal information necessary to create a container.
AbstractContainerDefinition() - Constructor for class oracle.discussions.ws.beans.AbstractContainerDefinition
Default constructor.
AbstractContainerSettings - class oracle.discussions.ws.beans.AbstractContainerSettings.
Represent the settings common to both forum and category.
AbstractContainerSettings() - Constructor for class oracle.discussions.ws.beans.AbstractContainerSettings
Default constructor
AddContainersToFavoritesBulkResponse - class oracle.discussions.ws.beans.AddContainersToFavoritesBulkResponse.
Bulk response bean, returning the response of AddContainersToFavoritesBulkResponse invocation.
AddTopicsToFavoritesBulkResponse - class oracle.discussions.ws.beans.AddTopicsToFavoritesBulkResponse.
Bulk response bean, returning the response of AddTopicsToFavoritesBulkResponse invocation.
Annotation - class oracle.discussions.ws.beans.Annotation.
Represents a message annotation.
addContainerToFavorites(long) - Method in interface oracle.discussions.ws.MyDiscussionsService
Adds the container specified by containerId, to the user's favorite listing.
addContainersToFavorites(long[]) - Method in interface oracle.discussions.ws.MyDiscussionsService
Adds an array of containers, represented by lContainerIds to the user's favorite listing.
addTopicToFavorites(long, int) - Method in interface oracle.discussions.ws.MyDiscussionsService
Adds the topic specified by iTopicId to user's favorite listing.
addTopicsToFavorites(long, int[]) - Method in interface oracle.discussions.ws.MyDiscussionsService
Adds an array of topics, represented by iTopicIds to the user's favorite listing.

C

Category - class oracle.discussions.ws.beans.Category.
Represents a Category of Oracle Discussions.
CategoryDefinition - class oracle.discussions.ws.beans.CategoryDefinition.
Represents a definition object holding the properties required to create a Category.
CategoryDefinition() - Constructor for class oracle.discussions.ws.beans.CategoryDefinition
Default Constructor
CategoryService - interface oracle.discussions.ws.CategoryService.
Webservice interface providing Oracle Discussions Category related operations.
CategorySettings - class oracle.discussions.ws.beans.CategorySettings.
Represents the settings of a Oracle Discussions category.
CategorySettings() - Constructor for class oracle.discussions.ws.beans.CategorySettings
Default constructor
ContainerService - interface oracle.discussions.ws.ContainerService.
Webservices interface providing operations common to both category service and forum service.
CreateCategoryBulkResponse - class oracle.discussions.ws.beans.CreateCategoryBulkResponse.
Bulk response bean, returning the response of CreateCategories invocation.
CreateForumBulkResponse - class oracle.discussions.ws.beans.CreateForumBulkResponse.
Bulk response bean, returning the response of createForums invocation.
CreateTopicBulkResponse - class oracle.discussions.ws.beans.CreateTopicBulkResponse.
Bulk response bean, returning the response of createTopics invocation.
clipMessage(long, int, int) - Method in interface oracle.discussions.ws.MessageService
Promotes the message and all its replies into a new topic in the forum.
create(long, CategoryDefinition) - Method in interface oracle.discussions.ws.CategoryService
Creates a new category in the repository.
create(long, ForumDefinition) - Method in interface oracle.discussions.ws.ForumService
Creates a forum under the container represented by lParentId, with the properties specified in the fDefn.
create(long, MessageDefinition) - Method in interface oracle.discussions.ws.TopicService
Creates a topic from the specified message definition bean.
createCategories(long, CategoryDefinition[]) - Method in interface oracle.discussions.ws.CategoryService
Creates categories specified by array of cDefn beans, under the container specified by lParentId.
createForums(long, ForumDefinition[]) - Method in interface oracle.discussions.ws.ForumService
Creates forums under the container represented by lParentId, with the properties specified in the fDefn bean array.
createMessageFromByte(long, int, int, byte[]) - Method in interface oracle.discussions.ws.MessageService
Replies to the message specified by iMsgId.
createTopicFromByte(long, byte[]) - Method in interface oracle.discussions.ws.TopicService
Creates a topic from the specified byte array.
createTopics(long, MessageDefinition[]) - Method in interface oracle.discussions.ws.TopicService
Creates topics from the specified message definition bean array.

D

DeleteElementBulkResponse - class oracle.discussions.ws.beans.DeleteElementBulkResponse.
Bulk response bean, returned by the update/delete bulk services.
delete(long) - Method in interface oracle.discussions.ws.CategoryService
Deletes the category specified by lCategoryId.
delete(long) - Method in interface oracle.discussions.ws.ForumService
Deletes the forum represented by lForumId.
delete(long, int) - Method in interface oracle.discussions.ws.TopicService
Deletes the topic specified by iTopicId, in the forum, specified by lForumId.
deleteCategories(long[]) - Method in interface oracle.discussions.ws.CategoryService
Deletes the categories specified by an array of category ids.
deleteForums(long[]) - Method in interface oracle.discussions.ws.ForumService
Deletes the forums represented by lForumIds array.
deleteMessage(long, int, int) - Method in interface oracle.discussions.ws.MessageService
The message and all its replies are physically removed from the system.
deleteTopics(long, int[]) - Method in interface oracle.discussions.ws.TopicService
Deletes the topics specified by iTopicId array, from the forum, specified by lForumId.

E

edit(long, int, String, String) - Method in interface oracle.discussions.ws.TopicService
Edits the topic subject and content with those supplied.
editMessage(long, int, int, String, String) - Method in interface oracle.discussions.ws.MessageService
Edits the message subject and content with those supplied.
editMessageWithByte(long, int, int, byte[]) - Method in interface oracle.discussions.ws.MessageService
Edits the topic with the byte array supplied.
editTopicWithByte(long, int, byte[]) - Method in interface oracle.discussions.ws.TopicService
Edits the topic with the byte array supplied.

F

Forum - class oracle.discussions.ws.beans.Forum.
Forum bean, representing a server side TdBoard object.
ForumDefinition - class oracle.discussions.ws.beans.ForumDefinition.
Bean representing the properties of the forum, being created.
ForumDefinition() - Constructor for class oracle.discussions.ws.beans.ForumDefinition
Default constructor
ForumMessage - class oracle.discussions.ws.beans.ForumMessage.
Represents an individual message of a forum.
ForumService - interface oracle.discussions.ws.ForumService.
Webservice interface representing Oracle Discussions Forum related operations.
ForumSettings - class oracle.discussions.ws.beans.ForumSettings.
Represents the the settings of a Oracle Discussions forum.
ForumSettings() - Constructor for class oracle.discussions.ws.beans.ForumSettings
Default constructor

G

GranteeRole - class oracle.discussions.ws.beans.GranteeRole.
Represents the role of a Oracle Discussions user, on a container.
GranteeRole() - Constructor for class oracle.discussions.ws.beans.GranteeRole
Default constructor
getAllFavoritesRssUrl() - Method in interface oracle.discussions.ws.RssUrlService
 
getAnnotations() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns the message annotations.
getAnnouncementsForum(long) - Method in interface oracle.discussions.ws.ContainerService
Retrieves announcements forum in the container specified by lContainerId.
getArguments() - Method in class oracle.discussions.ws.beans.Annotation
Returns the arguments used in the operation to edit the message.
getAttachmentMaxSize() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns the attachment max size, for all the messages in the forum.
getBeginQuotePrefix() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns the begin quote prefix.
getBodyPlainText() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns the message body.
getCategory() - Method in class oracle.discussions.ws.beans.CreateCategoryBulkResponse
Returns the category, wrapped around by the bulk response bean.
getCategoryById(long) - Method in interface oracle.discussions.ws.CategoryService
Retrieves the category specified by lCategoryId.
getCategorySettings(long) - Method in interface oracle.discussions.ws.CategoryService
Retrieves category settings specified by lCategoryId.
getClientChatUri() - Method in class oracle.discussions.ws.beans.User
Returns the user's client chat uri.
getComposeEditor() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns an integer value, representing the editor for the message composing.
getContainer() - Method in class oracle.discussions.ws.beans.AddContainersToFavoritesBulkResponse
Returns the container, wrapped around by the bulk response bean.
getContainerId() - Method in class oracle.discussions.ws.beans.Subscription
Returns the container id of the container subscribed.
getContainerRssUrl(long) - Method in interface oracle.discussions.ws.RssUrlService
 
getContainerSubscription(long) - Method in interface oracle.discussions.ws.SubscriptionService
Returns the subscription for the logged in user on the container represented by lContainerId.
getContainerType() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns the container type.
getCreationDate() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns a calendar object representing the container's creation date.
getCreationDate() - Method in class oracle.discussions.ws.beans.AbstractContainerSettings
Returns a calendar instance representing the container's creation date.
getCreator() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns nick name of the creator of this container.
getCreator() - Method in class oracle.discussions.ws.beans.AbstractContainerSettings
Returns the nickname of the container's creator.
getDN() - Method in class oracle.discussions.ws.beans.User
Returns the user's DN
getDescription() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns the description of the container.
getDescription() - Method in class oracle.discussions.ws.beans.AbstractContainerSettings
Returns the container's description.
getDisplayName() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns the container's display name in the user's locale.
getDisplayName() - Method in class oracle.discussions.ws.beans.AbstractContainerSettings
Returns the container's localized display name.
getDisplayName() - Method in class oracle.discussions.ws.beans.User
Returns the user's displayname.
getDisplayPath() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns the absolute display path of the container.
getDomain() - Method in class oracle.discussions.ws.beans.User
Returns the user's domain.
getEditDeletePolicy() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns the message edit delete policy in the forum.
getElement() - Method in class oracle.discussions.ws.beans.DeleteElementBulkResponse
Returns the element, on which, the update/delete operation failed.
getEmail() - Method in class oracle.discussions.ws.beans.GranteeRole
Returns the email address of the user, holding a role on a container.
getEmail() - Method in class oracle.discussions.ws.beans.User
Returns the user's email.
getEmailAddress() - Method in class oracle.discussions.ws.beans.Forum
Returns forum's email address.
getEmailAddress() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns the email address of the forum.
getEmailAddress() - Method in class oracle.discussions.ws.beans.Subscription
Returns the email address of the user,retrieving the subscription.
getEmailForwardPolicy() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns the email forward policy for the forum.
getEmailInboundPolicy() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns the email inbound policy of the forum.
getEmailRoutingPolicy() - Method in class oracle.discussions.ws.beans.Forum
Returns the email routing policy.
getEmailRoutingPolicy() - Method in class oracle.discussions.ws.beans.ForumSettings
 
getErrorCode() - Method in class oracle.discussions.ws.beans.AddContainersToFavoritesBulkResponse
Returns the error code, corresponding to the exception message.
getErrorCode() - Method in class oracle.discussions.ws.beans.AddTopicsToFavoritesBulkResponse
Returns the error code, corresponding to the exception message.
getErrorCode() - Method in class oracle.discussions.ws.beans.CreateCategoryBulkResponse
Returns the error code, corresponding to the exception message.
getErrorCode() - Method in class oracle.discussions.ws.beans.CreateForumBulkResponse
Returns the error code, corresponding to the exception message.
getErrorCode() - Method in class oracle.discussions.ws.beans.CreateTopicBulkResponse
Returns the error code, corresponding to the exception message.
getErrorCode() - Method in class oracle.discussions.ws.beans.DeleteElementBulkResponse
Returns the error code corresponding to the exception message.
getErrorCode() - Method in class oracle.discussions.ws.beans.MessagesBulkResponse
Returns the error code, corresponding to the error message.
getErrorCode() - Method in class oracle.discussions.ws.beans.SubscribeToContainersBulkResponse
Returns the error code, corresponding to the error message.
getErrorCode() - Method in class oracle.discussions.ws.beans.SubscribeToTopicsBulkResponse
Returns the error code, corresponding to the error message.
getErrorCode() - Method in class oracle.discussions.ws.exceptions.TdWSException
Returns the error code corresponding to the exception.
getErrorMessage() - Method in class oracle.discussions.ws.beans.AddContainersToFavoritesBulkResponse
Returns the localized exception message,corresponding to the server-side exception.
getErrorMessage() - Method in class oracle.discussions.ws.beans.AddTopicsToFavoritesBulkResponse
Returns the localized exception message, corresponding to the server side exception.
getErrorMessage() - Method in class oracle.discussions.ws.beans.CreateCategoryBulkResponse
Returns the localized exception message, corresponding to the server-side exception.
getErrorMessage() - Method in class oracle.discussions.ws.beans.CreateForumBulkResponse
Returns the localized error message, corresponding to the server side exception.
getErrorMessage() - Method in class oracle.discussions.ws.beans.CreateTopicBulkResponse
Returns the localized error message, corresponding to the server side exception.
getErrorMessage() - Method in class oracle.discussions.ws.beans.DeleteElementBulkResponse
Returns the error message corresponding to the server side exception.
getErrorMessage() - Method in class oracle.discussions.ws.beans.MessagesBulkResponse
Returns the localized error message, depcting the server-side error.
getErrorMessage() - Method in class oracle.discussions.ws.beans.SubscribeToContainersBulkResponse
Returns the localized error message, depciting the server side error.
getErrorMessage() - Method in class oracle.discussions.ws.beans.SubscribeToTopicsBulkResponse
Returns the localized error message, depicting the server side error.
getErrorMessage() - Method in class oracle.discussions.ws.exceptions.TdWSException
Returns the localized error message depicting the exception.
getFavoriteCategories() - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the user's favorite category listing.
getFavoriteContainers() - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the user's favorite container listing.
getFavoriteForums() - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the user's favorite forum listing.
getFavoritePopularTopics() - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the most popular topics, in the user's favorite topic listing.
getFavoritePopularTopicsRssUrl() - Method in interface oracle.discussions.ws.RssUrlService
 
getFavoriteRecentMessagesRssUrl() - Method in interface oracle.discussions.ws.RssUrlService
 
getFavoriteRecentPosts() - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the topics with most recently posted messages, in the user's favorite listing.
getFavoritesRssUrl(long) - Method in interface oracle.discussions.ws.RssUrlService
 
getFlatViewPagingSize() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns the message flat view page size.
getForum() - Method in class oracle.discussions.ws.beans.CreateForumBulkResponse
Returns the forum, wrapped around by the bulk response bean.
getForumById(long) - Method in interface oracle.discussions.ws.ForumService
Returns a forum bean corresponding to the forum represented by lForumId.
getForumId() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns the id of the forum, in which the message is present.
getForumMessage() - Method in class oracle.discussions.ws.beans.CreateTopicBulkResponse
Returns the topic, wrapped around by the bulk response bean.
getForumSettings(long) - Method in interface oracle.discussions.ws.ForumService
Returns the settings of the forum represented by lForumId.
getFromAddresses() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns the email addresses of the message authors.
getGuid() - Method in class oracle.discussions.ws.beans.User
Returns the user's guid.
getId() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns the container's id.
getId() - Method in class oracle.discussions.ws.beans.Role
Returns the role id.
getLastLoginTime() - Method in class oracle.discussions.ws.beans.User
Returns the user's last login time.
getLastLogoutTime() - Method in class oracle.discussions.ws.beans.User
Returns the user's last logout time.
getLastPost() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns the latest post information on the current container.
getLastPost() - Method in class oracle.discussions.ws.beans.Topic
Returns the lastpost information.
getLastpost(long) - Method in interface oracle.discussions.ws.ContainerService
Returns lastpost information in the container specified by lContainerId.
getLastpostAuthor() - Method in class oracle.discussions.ws.beans.LastPost
Returns author's nickname, who posted the most recent message, in the container.
getLastpostDate() - Method in class oracle.discussions.ws.beans.LastPost
Returns the date representing the most recent post.
getLastpostForumId() - Method in class oracle.discussions.ws.beans.LastPost
Returns the id of the forum, in which the most recent post is made.
getLastpostMessageId() - Method in class oracle.discussions.ws.beans.LastPost
Returns the id of the message, which is most recently posted.
getLastpostTopicId() - Method in class oracle.discussions.ws.beans.LastPost
Returns the id of the topic, in which, most recent post is made.
getLevel() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns a message's level in a topic.
getLocale() - Method in class oracle.discussions.ws.beans.User
Returns the user's Locale.
getMemberSince() - Method in class oracle.discussions.ws.beans.User
Returns the date from which the user is a member of the Discussions system.
getMessage(long, int, int) - Method in interface oracle.discussions.ws.MessageService
Returns a forum message bean representing the Discussions message, depicted by iMsgId.
getMessage() - Method in class oracle.discussions.ws.beans.MessagesBulkResponse
Returns the forum message, wrapped around by the bulk response bean.
getMessageCount() - Method in class oracle.discussions.ws.beans.Forum
Returns the total message count of all topics in a forum.
getMessageId() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns the current message's id.
getMessageInByte(long, int, int) - Method in interface oracle.discussions.ws.MessageService
Returns a MIME compatible byte array representing the message retrieved.
getMsgCount() - Method in class oracle.discussions.ws.beans.Topic
Returns the total number of messages in the topic.
getMyPopularTopicsRssUrl() - Method in interface oracle.discussions.ws.RssUrlService
 
getMyPosts() - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns all the messages posted by the user.
getMyPostsRssUrl() - Method in interface oracle.discussions.ws.RssUrlService
 
getMyRecentPostsRssUrl() - Method in interface oracle.discussions.ws.RssUrlService
 
getName() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns the container's name.
getName() - Method in class oracle.discussions.ws.beans.Role
Returns the role name.
getNickname() - Method in class oracle.discussions.ws.beans.User
Returns the user's name.
getNumberOfPosts() - Method in class oracle.discussions.ws.beans.User
Returns the number of threads that the user has posted.
getNumberOfReplies() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns the number of replies to this message.
getOperation() - Method in class oracle.discussions.ws.beans.Annotation
Returns the operation invoked on the message.
getOutgoingEmailDL() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns the outgoing email DL.
getOutgoingEmailDLBodyFormat() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns the outgoing email DL body format.
getOutgoingEmailDLSubjectFormat() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns the outgoing email DL subject format
getParent(long) - Method in interface oracle.discussions.ws.ContainerService
Returns the parent container of the container specified by lContainerId.
getParentId() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns the parent container of this container.
getPopularMyPosts() - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the most popular messages, among all the messages posted by the user.
getPopularRepliesToMyPosts() - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the most popular messages among the replies to user's posts.
getPopularRepliesToMyPostsRssUrl() - Method in interface oracle.discussions.ws.RssUrlService
 
getPopularTopics(long) - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the most popular topics, among all the topics in the container represented by lContainerId.
getPopularTopicsRssUrl(long) - Method in interface oracle.discussions.ws.RssUrlService
 
getPresenceImgUrl() - Method in class oracle.discussions.ws.beans.User
Returns the user's presence image url.
getPresenceURL() - Method in class oracle.discussions.ws.beans.User
Returns the user's RTC url.
getPrimaryEmailAddress() - Method in class oracle.discussions.ws.beans.User
Returns the user's corporate email address.
getPublicAccessPolicy() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns the forum's public access policy.
getRecentMessagesRssUrl(long) - Method in interface oracle.discussions.ws.RssUrlService
 
getRecentMyPosts() - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the most recently posted messages, among all messages posted by the user.
getRecentPosts(long) - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the most recently posted messages in the container specified by lContainerId.
getRecentRepliesToMyPosts() - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the most recent messages, among the replies to user's posts.
getRecentRepliesToMyPostsRssUrl() - Method in interface oracle.discussions.ws.RssUrlService
 
getRepliesToMyPosts() - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the messages posted by the user, to which other users have replied.
getRepliesToMyPostsRssUrl() - Method in interface oracle.discussions.ws.RssUrlService
 
getReplyPrefix() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns the reply prefix.
getRole(long) - Method in interface oracle.discussions.ws.ContainerService
Returns the role of the currently logged in user on the container specified by lContainerId.
getRole() - Method in class oracle.discussions.ws.beans.GranteeRole
Returns the role of a user, on a container.
getRssURL() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns the rss url corresponding to the container's rss feed.
getRssURL() - Method in class oracle.discussions.ws.beans.Topic
Returns the url of the page depicting the rss feed for the Discussions element.
getSentDate() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns the message's sent date.
getServerStackTrace() - Method in class oracle.discussions.ws.exceptions.TdWSException
Returns the serverStackTrace depicting the exception details.
getSize() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns the message size in bytes.
getSubject() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns the message subject.
getSubscription() - Method in class oracle.discussions.ws.beans.SubscribeToContainersBulkResponse
Returns the subscription, wrapped around by the bulk response bean.
getSubscription() - Method in class oracle.discussions.ws.beans.SubscribeToTopicsBulkResponse
Returns the subscription, wrapped around by the bulk response bean.
getThreadCount() - Method in class oracle.discussions.ws.beans.Forum
Returns the topic count in the forum.
getThreadView() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns if the messages are displayed as threaded view /flat view.
getTime() - Method in class oracle.discussions.ws.beans.Annotation
Returns the date and time at which an operation is invoked on the message.
getTimeZone() - Method in class oracle.discussions.ws.beans.User
Returns the user's TZ.
getTopic(long, int) - Method in interface oracle.discussions.ws.TopicService
Returns the topic specified by iTopicId, in the forum lForumId.
getTopic() - Method in class oracle.discussions.ws.beans.AddTopicsToFavoritesBulkResponse
Returns the topic, wrapped around by the bulk response bean.
getTopicId() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns the parent topic's id.
getTopicId() - Method in class oracle.discussions.ws.beans.Subscription
Returns the id of the topic subscribed to.
getTopicInByte(long, int) - Method in interface oracle.discussions.ws.TopicService
Returns a MIME compatible byte array representing the topic retrieved.
getTopicRssUrl(long, int) - Method in interface oracle.discussions.ws.RssUrlService
 
getTopicSubscription(long, int) - Method in interface oracle.discussions.ws.SubscriptionService
Returns the subscription for the logged in user on the topic represented by iTopicId.
getType() - Method in class oracle.discussions.ws.beans.Subscription
Returns the type of notification set.
getUserByEmail(String) - Method in interface oracle.discussions.ws.UserService
Returns the user based on the user's email address.
getUserByNickname(String) - Method in interface oracle.discussions.ws.UserService
Returns the user based on the user's nickname.
getUserNickname() - Method in class oracle.discussions.ws.beans.Annotation
Returns the nickname of the user, invoking the operation on the message.
getWebUIUrl() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns the webui url for the web page displaying this element.
getWebuiURL() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns the web page url corresponding to the container.
getXPriority() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns the message priority.

H

hideMessage(long, int, int) - Method in interface oracle.discussions.ws.MessageService
Marks the message specified by iMsgId, for deletion.
hideMessages(long, int, int[]) - Method in interface oracle.discussions.ws.MessageService
Marks the messages specified by iMsgIds, for deletion.

I

isAnnouncementsBoardPresent() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns if the container has an embedded announcements forum in it.
isByModerator() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns if this is a sticky thread.
isCanAttach() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns if the attachments are enabled in this forum.
isCategoryRole() - Method in class oracle.discussions.ws.beans.Role
Returns if the role is a category level role.
isCategoryType() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns if the container represents a category.
isError() - Method in class oracle.discussions.ws.beans.AddContainersToFavoritesBulkResponse
Returns if the bulk response bean wraps an error.
isError() - Method in class oracle.discussions.ws.beans.AddTopicsToFavoritesBulkResponse
Returns if the bulk response bean wraps an error.
isError() - Method in class oracle.discussions.ws.beans.CreateCategoryBulkResponse
Returns if the bulk response bean wraps an error.
isError() - Method in class oracle.discussions.ws.beans.CreateForumBulkResponse
Returns if the bulk response bean wraps an error.
isError() - Method in class oracle.discussions.ws.beans.CreateTopicBulkResponse
Returns if the bulk response bean wraps an error.
isError() - Method in class oracle.discussions.ws.beans.MessagesBulkResponse
Returns if the bulk response bean wraps an error.
isError() - Method in class oracle.discussions.ws.beans.SubscribeToContainersBulkResponse
Returns if the bulk response bean wraps an error.
isError() - Method in class oracle.discussions.ws.beans.SubscribeToTopicsBulkResponse
Returns if the bulk response bean wraps an error.
isFavorite() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns if the container is in the user's favorite listing.
isFavorite() - Method in class oracle.discussions.ws.beans.Topic
Returns true if the topic is in the favorites list for the user.
isForumRole() - Method in class oracle.discussions.ws.beans.Role
Returns if the role is a forum level role.
isHTMLContentType() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns if the message is composed of html text.
isHasAttachments() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns if the message has attachments.
isHidden() - Method in class oracle.discussions.ws.beans.ForumMessage
Sets if the forum message is hidden.
isInherited() - Method in class oracle.discussions.ws.beans.GranteeRole
Returns if the role for the user is inherited from the user's role on the parent container.
isLocked() - Method in class oracle.discussions.ws.beans.Forum
Returns a boolean valus indicating if the forum is locked.
isLocked() - Method in class oracle.discussions.ws.beans.Topic
Returns the lock status of the topic.
isNewFolder() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns true if, isNewSinceLastVisit or isNewSinceSession is true.
isNewMessage() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns if the message is NEW.
isNewSinceLastVisit() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns true, if the container is created, after the user's last logout time.
isNewSinceLastVisit() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns if the message is new from the users last visit.
isNewSinceSession() - Method in class oracle.discussions.ws.beans.AbstractContainer
Returns true, if the container is created, after the user's current login time.
isNewSinceSession() - Method in class oracle.discussions.ws.beans.ForumMessage
Returns if the message is new from the user's curretn session.
isOriginalQuoted() - Method in class oracle.discussions.ws.beans.ForumSettings
Returns if the messages are originally quoted.
isPublicForum() - Method in class oracle.discussions.ws.beans.Forum
Returns a boolean value, indicating if the forum is publicly accessible.

L

LastPost - class oracle.discussions.ws.beans.LastPost.
Depicts the most recently posted message in a container.
list(long, String, boolean) - Method in interface oracle.discussions.ws.CategoryService
Lists all the containers, that the user has access to, under the container represented by lContainerId.
listAllFavoriteTopics() - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the listing of user's favorite topics in entire Discussions system.
listCategories(long, String, boolean) - Method in interface oracle.discussions.ws.CategoryService
Lists all the categories,that the user has access to, under the container represented by lContainerId.
listFavoriteTopics(long) - Method in interface oracle.discussions.ws.MyDiscussionsService
Returns the listing of user's favorite topics in the container specified by lContainerId.
listForums(long, String, boolean) - Method in interface oracle.discussions.ws.CategoryService
Lists all the forums,that the user has access to, under the container represented by lContainerId.
listGranteeRoles(long) - Method in interface oracle.discussions.ws.ContainerService
Returns the roles of all the users on the container specified by the lContainerId.
listMessages(long, int, boolean) - Method in interface oracle.discussions.ws.TopicService
Lists the messages in the topic specified by iTopicId.
listSubscriptions() - Method in interface oracle.discussions.ws.SubscriptionService
Returns all the subscriptions for the logged in user.
listTopics(long, int, int, boolean, boolean) - Method in interface oracle.discussions.ws.ForumService
Lists topics under the forum represented by lForumId.
lock(long) - Method in interface oracle.discussions.ws.ForumService
Locks a forum represented by lForumId.
lock(long, int) - Method in interface oracle.discussions.ws.TopicService
Locks the topic, specified by iTopicId, in forum specified by lForumId.
login() - Method in interface oracle.discussions.ws.S2SAuthenticationService
Login operation, which the caller application invokes to assert its identity to the callee application.
logout() - Method in interface oracle.discussions.ws.S2SAuthenticationService
Invalidates the user's http session.

M

MessageDefinition - class oracle.discussions.ws.beans.MessageDefinition.
Definition bean representing the properties of a newly created message.
MessageDefinition() - Constructor for class oracle.discussions.ws.beans.MessageDefinition
Default constructor
MessageService - interface oracle.discussions.ws.MessageService.
Webservice interface representing the operations related to Oracle Discussions Message.
MessagesBulkResponse - class oracle.discussions.ws.beans.MessagesBulkResponse.
Bulk response bean, returning the response of hide/show Messages invocation.
MyDiscussionsService - interface oracle.discussions.ws.MyDiscussionsService.
Web services interface providing methods to access content of user's interest.

O

oracle.discussions.ws - package oracle.discussions.ws
Provides core interface definitions for Oracle Discussions Webservices.
oracle.discussions.ws.beans - package oracle.discussions.ws.beans
This package contains java beans, that form the data structure in the Oracle Discussions web service operations.
oracle.discussions.ws.exceptions - package oracle.discussions.ws.exceptions
This package contains Oracle Discussions web services generic exception.

R

Role - class oracle.discussions.ws.beans.Role.
Represents a Oracle Discussions user's role.
Role() - Constructor for class oracle.discussions.ws.beans.Role
Default constructor
RssUrlService - interface oracle.discussions.ws.RssUrlService.
 
removeContainerFromFavorites(long) - Method in interface oracle.discussions.ws.MyDiscussionsService
Removes the container specified by containerId, from the user's favorite listing.
removeContainersFromFavorites(long[]) - Method in interface oracle.discussions.ws.MyDiscussionsService
Deletes the containers specified by lContainerIds.
removeTopicFromFavorites(long, int) - Method in interface oracle.discussions.ws.MyDiscussionsService
Removes the topic specified by iTopicId from user's favorite listing.
removeTopicsFromFavorites(long, int[]) - Method in interface oracle.discussions.ws.MyDiscussionsService
Deletes the topics specified by iTopicIds.
reply(long, int, int, MessageDefinition) - Method in interface oracle.discussions.ws.MessageService
Replies to the message specified by iMsgId.

S

S2SAuthenticationService - interface oracle.discussions.ws.S2SAuthenticationService.
Webservices interface representing Service-To-Service login operation.
SearchTerm - class oracle.discussions.ws.beans.SearchTerm.
Represents the search configuration.
SearchTerm() - Constructor for class oracle.discussions.ws.beans.SearchTerm
Default constructor
SubscribeToContainersBulkResponse - class oracle.discussions.ws.beans.SubscribeToContainersBulkResponse.
Bulk response bean, returning the response of SubscribeToContainers invocation.
SubscribeToTopicsBulkResponse - class oracle.discussions.ws.beans.SubscribeToTopicsBulkResponse.
Bulk response bean, returning the response of subscribeToTopics invocation.
Subscription - class oracle.discussions.ws.beans.Subscription.
Represents a watch that an user holds on any discussions element.
Subscription() - Constructor for class oracle.discussions.ws.beans.Subscription
Default constructor
SubscriptionService - interface oracle.discussions.ws.SubscriptionService.
Webservice interface providing methods related to Subscriptions on Discussions elements.
search(long[], SearchTerm, boolean) - Method in interface oracle.discussions.ws.ContainerService
Searches the containers specified by lContainerId for the elements matching the search criterion specified by the search term st.
search(SearchTerm) - Method in interface oracle.discussions.ws.MyDiscussionsService
Searches user's favorite containers for the search criterion specified in the search term.
setAttachmentMaxSize(int) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets the attachment max size, for all the messages in the forum.
setAuthor(String) - Method in class oracle.discussions.ws.beans.SearchTerm
Sets the author nickname to search for.
setBeginQuotePrefix(String) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets the begin quote prefix.
setBody(String) - Method in class oracle.discussions.ws.beans.MessageDefinition
Sets the body of the message.
setCanAttach(boolean) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets if the attachments are enabled in this forum.
setComposeEditor(int) - Method in class oracle.discussions.ws.beans.ForumSettings
 
setContainerId(long) - Method in class oracle.discussions.ws.beans.Subscription
Sets the container id of the container being subscribed.
setDateRange(int) - Method in class oracle.discussions.ws.beans.SearchTerm
Sets the date range for search.
setDescription(String) - Method in class oracle.discussions.ws.beans.AbstractContainerDefinition
Sets the description of the container.
setDisplayName(String) - Method in class oracle.discussions.ws.beans.AbstractContainerDefinition
Sets the displayname of the container.
setDisplayName(String) - Method in class oracle.discussions.ws.beans.AbstractContainerSettings
Sets the display name for this container.
setEditDeletePolicy(int) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets the message edit/delete policy in the forum.
setEmail(String) - Method in class oracle.discussions.ws.beans.GranteeRole
Sets the email id of the user, holding a role on a container.
setEmailAddress(String) - Method in class oracle.discussions.ws.beans.ForumDefinition
Sets the forum's email address.
setEmailAddress(String) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets the email address of the forum.
setEmailAddress(String) - Method in class oracle.discussions.ws.beans.Subscription
Sets the email address of the user, requesting subscription.
setEmailForwardPolicy(int) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets the email forward policy for the forum.
setEmailInboundPolicy(int) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets the email inbound policy for the forum.
setEmailRoutingPolicy(int) - Method in class oracle.discussions.ws.beans.ForumDefinition
Sets the email routing policy.
setEmailRoutingPolicy(int) - Method in class oracle.discussions.ws.beans.ForumSettings
 
setErrorCode(String) - Method in class oracle.discussions.ws.beans.DeleteElementBulkResponse
Sets the error code corresponding to the exception message.
setErrorMessage(String) - Method in class oracle.discussions.ws.beans.DeleteElementBulkResponse
Sets the error message corresponding to the server side exception.
setFlatViewPagingSize(int) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets the message flat view page size.
setHTMLContentType(boolean) - Method in class oracle.discussions.ws.beans.MessageDefinition
Sets, if the message is of HTML content type.
setHasAttachments(boolean) - Method in class oracle.discussions.ws.beans.SearchTerm
Sets if the search criteria included attachments.
setId(int) - Method in class oracle.discussions.ws.beans.Role
Sets the role id.
setKeyword(String) - Method in class oracle.discussions.ws.beans.SearchTerm
Sets the search keyword.
setMinimalMessageSize(int) - Method in class oracle.discussions.ws.beans.SearchTerm
Sets the search criteria for minimal msg size only msgs with size >= specified size are searched.
setMinimalNumberOfReplies(int) - Method in class oracle.discussions.ws.beans.SearchTerm
Sets the search criteria for number of replies.
setName(String) - Method in class oracle.discussions.ws.beans.AbstractContainerDefinition
Sets the name of the container.
setOriginalQuoted(boolean) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets if the messages are originally quoted.
setOutgoingEmailDL(String) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets the outgoing email DL address.
setOutgoingEmailDLBodyFormat(String) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets the outgoing email DL body format.
setOutgoingEmailDLSubjectFormat(String) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets the outgoing email DL subject format.
setPublicAccessPolicy(int) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets the forum's public access policy.
setPublicForum(boolean) - Method in class oracle.discussions.ws.beans.ForumDefinition
Sets, if the forum is publicly accessible.
setReplyPrefix(String) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets the reply prefix.
setRole(Role) - Method in class oracle.discussions.ws.beans.GranteeRole
Sets the role of the user on a container.
setStartDate(Calendar) - Method in class oracle.discussions.ws.beans.SearchTerm
Sets the search criterion start date.
setSubject(String) - Method in class oracle.discussions.ws.beans.MessageDefinition
Sets the message subject.
setThreadView(int) - Method in class oracle.discussions.ws.beans.ForumSettings
Sets if the messages are displayed in threaded mode/flat view mode.
setTopicId(int) - Method in class oracle.discussions.ws.beans.Subscription
Sets the id of the topic being subscribed.
setType(int) - Method in class oracle.discussions.ws.beans.Subscription
Sets the type of notification.
setWithAnnouncementBoard(boolean) - Method in class oracle.discussions.ws.beans.AbstractContainerDefinition
Sets if the container created has an embedded AnnouncementsForum inside it.
showMessage(long, int, int) - Method in interface oracle.discussions.ws.MessageService
A previously deleted single message is cleared from its deleted flag.
showMessages(long, int, int[]) - Method in interface oracle.discussions.ws.MessageService
Messages depicted by supplied iMsgIds are cleared from thrir deleted flags.
subscribeToContainer(long, int) - Method in interface oracle.discussions.ws.SubscriptionService
Creates a container subscription for the logged in user, on the container specified by the lContainerId.
subscribeToContainers(long[], int) - Method in interface oracle.discussions.ws.SubscriptionService
Creates subscriptions for the logged in user, on the containers specified by the lContainerId array.
subscribeToTopic(long, int, int) - Method in interface oracle.discussions.ws.SubscriptionService
Creates a topic subscription for the logged in user, on the topic specified by the lTopicId.
subscribeToTopics(long[], int[], int) - Method in interface oracle.discussions.ws.SubscriptionService
Creates subscriptions for the logged in user, on the topics specified by the iTopicId array.

T

TdWSException - exception oracle.discussions.ws.exceptions.TdWSException.
Represents a Oracle Discussions Web services generic exception.
Topic - class oracle.discussions.ws.beans.Topic.
Every independent forum message in a forum is called a topic.
TopicService - interface oracle.discussions.ws.TopicService.
Webservice interface representing the operations related to Oracle Discussions Topic.

U

User - class oracle.discussions.ws.beans.User.
Represents a Oracle Discussions user.
UserService - interface oracle.discussions.ws.UserService.
Webservice interface providing Oracle Discussions user access operations.
unlock(long) - Method in interface oracle.discussions.ws.ForumService
Unlocks a forum represented by lForumId.
unlock(long, int) - Method in interface oracle.discussions.ws.TopicService
Unlocks the topic, specified by iTopicId, in forum specified by lForumId.
unsubscribe(Subscription) - Method in interface oracle.discussions.ws.SubscriptionService
Removes the user's subscription on the subscription element represented by the id fields in the Subscription bean.
unsubscribeInBulk(Subscription[]) - Method in interface oracle.discussions.ws.SubscriptionService
Removes the user's subscriptions on the subscription elements represented by the id fields in the Subscription bean array.
updateCategorySettings(long, CategorySettings) - Method in interface oracle.discussions.ws.CategoryService
Updates the settings of the category specified by lCategoryId.
updateForumSettings(long, ForumSettings) - Method in interface oracle.discussions.ws.ForumService
Updates the forum settings for the forum represented by lForumId, with the settings supplied in fs.
updateGranteeRoles(long, GranteeRole[]) - Method in interface oracle.discussions.ws.ContainerService
Edits the roles of users on the container specified by lContainerId.
updateSubscription(Subscription) - Method in interface oracle.discussions.ws.SubscriptionService
Updates the subscription corresponding to the container/topic represented by the id fields in the Subscription bean.
updateSubscriptions(Subscription[]) - Method in interface oracle.discussions.ws.SubscriptionService
Updates the subscriptions corresponding to the container/topic represented by the id fields in the Subscription bean array.

A C D E F G H I L M O R S T U

Copyright © 2005, Oracle. All rights reserved.