Oracle Collaboration Suite Discussions Java API Reference
10g (10.1.1)

Part No. B16232-01

A B C D E F G H I J L M N O P R S T U V W


A

ALLOW_BOARD_EDIT_DELETE - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that the messages posted into this board can always be edited/deleted.
ANNOUNCEMENTS_BOARD_DISPLAY_NAME - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates announcement board display name.
ANY_DATE_RANGE - Static variable in class oracle.discussions.sdk.TdSearchTerm
Represents any date range.
APPLICATION_NAME - Static variable in class oracle.discussions.sdk.TdInitialContext
Use this setting to supply an identifier for the client application invoking the oracle discussions APIS.
addACI(String, String) - Method in class oracle.discussions.sdk.TdContainer
Adds ACI information of this container.
addACI(String, String, boolean) - Method in class oracle.discussions.sdk.TdContainer
Adds ACI information of this container.
addACI(String, String, String, boolean) - Method in class oracle.discussions.sdk.TdContainer
Adds ACI information of this container.
addACI(String, String, String) - Method in class oracle.discussions.sdk.TdContainer
Adds ACI information of this container.
addToFavorites() - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Adds the board to the list of favorites.
addToFavorites() - Method in class oracle.discussions.sdk.TdContainer
Add this thread to the list of favorite threads for this user.
addToFavorites() - Method in interface oracle.discussions.sdk.TdFavorite
Adds the current object as favorite
addToFavorites() - Method in class oracle.discussions.sdk.TdThread
Adds this thread to the list of favorite threads for this user.
appendMessage(Message) - Method in class oracle.discussions.sdk.TdBoard
Appends the supplied messages to this Board.
appendMessages(Message[]) - Method in class oracle.discussions.sdk.TdContainer
Appends specified messages
appendMessages(Message[], String) - Method in class oracle.discussions.sdk.TdContainer
Appends specified messages to a specified string.

B

BOARD_CREATOR - Static variable in class oracle.discussions.sdk.TdRole
 
BOARD_EDIT_DELETE_ONLY_NO_REPLY - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that the messages posted into this board can be edited/deleted only if there are no replies posted to them.
BOARD_EMAIL_ADDRESS - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the board email address.
BOARD_LOCKED - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies if the board is locked.
BOARD_MODERATOR - Static variable in class oracle.discussions.sdk.TdRole
 
BOARD_READER - Static variable in class oracle.discussions.sdk.TdRole
 
BOARD_WRITER - Static variable in class oracle.discussions.sdk.TdRole
 

C

CACHE_BOARDS_MAX_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the maximum size of the boards cache.
CACHE_BOARD_THREADS_FETCH_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the boards threads fetch size.
CACHE_BOARD_THREADS_TTL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the ttl of the board threads cache.
CACHE_CONTAINERS_MAX_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the maximum size of the container cache.
CACHE_CONTAINER_INFO_TTL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the ttl of the container info cache.
CACHE_MESSAGES_MAX_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the maximum size of the messages cache.
CACHE_MESSAGES_TTL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the ttl of the messages cache.
CACHE_PROVIDER_NAME - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the name of the cache provider.
CACHE_SYSTEM_LAST_MESSAGE_POSTS_TTL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the ttl of the system last message posts cache.
CACHE_SYSTEM_MAX_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the maximum size of the system cache.
CACHE_SYSTEM_POPULAR_THREADS_CACHE_LOADER_TTL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the ttl of the system popular threads loader cache.
CACHE_SYSTEM_POPULAR_THREADS_TTL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the ttl of the system popular threads cache.
CACHE_THREADS_MAX_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the maximum size of the threads cache.
CACHE_THREADS_TTL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the ttl of the threads cache.
CACHE_USER_CONTAINER_INSTANCE_TTL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the ttl of a user container instance in the user container cache.
CACHE_USER_CONTAINER_LIST_TTL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the user container cache time to live.
CACHE_USER_FAVORITES_TTL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the ttl of a user favorites cache.
CACHE_USER_MAX_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the user cache max size.
CACHE_USER_PROFILE_MAX_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the maximum size of the user profile cache.
CACHE_USER_PROFILE_TTL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the ttl of the user profile cache.
CACHE_USER_SUBSCRIPTION_TTL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the ttl of a user subscription cache.
CAN_ATTACH - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies if the attachments are allowed for teh threads/messages posted in this board.
CLIP_POSTFIX - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the suffix to be added to the clipped messages in the board.
COMPOSE_EDITOR - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the editor to be used to compose threads/messages in the board.
COMPOSE_EDITOR_PLAIN - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that the editor used is a plain text editor.
COMPOSE_EDITOR_RICH - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that the editor used is a rich text editor.
canClip() - Method in class oracle.discussions.sdk.TdMessagePermissions
Returns a boolean value indicating if the current user can clip the message.
canClip() - Method in class oracle.discussions.sdk.TdThreadPermissions
Returns a boolean value indicating when a particular user has permissions to clip the current thread object.
canCreateBoard() - Method in class oracle.discussions.sdk.TdFacilityPermissions
Returns true if the current user can create a board under this facility.
canDelete() - Method in class oracle.discussions.sdk.TdContainerPermissions
Returns a boolean value indicating if a user can delete a container.
canDelete() - Method in class oracle.discussions.sdk.TdMessagePermissions
Returns a boolean value indicating if the current user can delete the message.
canEdit() - Method in class oracle.discussions.sdk.TdMessagePermissions
Returns a boolean value indicating if the current user can edit the message.
canErase() - Method in class oracle.discussions.sdk.TdBoardPermissions
Returns a boolean status indicating if the current user can delete a thread from the current board
canErase() - Method in class oracle.discussions.sdk.TdMessagePermissions
Returns a boolean value indicating if the current user can erase the message.
canInitiateMoveThread() - Method in class oracle.discussions.sdk.TdBoardPermissions
Returns a boolean status indicating if the current user can move a thread from this board to another
canLock() - Method in class oracle.discussions.sdk.TdBoardPermissions
Returns a boolean status indicating if the current thread can be locked by the current user.
canLock() - Method in class oracle.discussions.sdk.TdThreadPermissions
Returns a boolean value indicating when a particular user has permissions to lock the current thread object.
canPostThread() - Method in class oracle.discussions.sdk.TdBoardPermissions
Returns a boolean status indicating if the current user can post a thread in this board.
canReply() - Method in class oracle.discussions.sdk.TdMessagePermissions
Returns a boolean value indicating if the current user can reply to the message.
canUndelete() - Method in class oracle.discussions.sdk.TdMessagePermissions
Returns a boolean value indicating if the current user can undelete the message.
canUnlock() - Method in class oracle.discussions.sdk.TdBoardPermissions
Returns a boolean status indicating if the current thread can be unlocked by the current user.
canUnlock() - Method in class oracle.discussions.sdk.TdThreadPermissions
Returns a boolean value indicating when a particular user has permissions to unlock the current thread object.
checkTdUserInDomain(TdUser, String) - Method in class oracle.discussions.sdk.TdUserFactory
Checks if the given tduser is in the given admin domain.
clip() - Method in class oracle.discussions.sdk.TdMessage
Moves a message and all its replies and create a new thread.
close(boolean) - Method in class oracle.discussions.sdk.TdContainer
Closes the container.
close() - Method in interface oracle.discussions.sdk.TdStore
Closes this TdStore and releases all the resources associated with it without updating user logout time
close(boolean) - Method in interface oracle.discussions.sdk.TdStore
Closes this TdStore and releases all the resources associated with it.
close() - Method in class oracle.discussions.sdk.TdStoreManager
Closes the resources associated with this store manager.
convertUserFlag(Flags, long) - Method in class oracle.discussions.sdk.TdBoard
Converts user flags as per the long flags number passed.
copyMessages(Message[], Folder) - Method in class oracle.discussions.sdk.TdContainer
Copies the messages to the specified container.
create(int) - Method in class oracle.discussions.sdk.TdContainer
Creates the container
createBoard(String, String, String) - Method in class oracle.discussions.sdk.TdFacility
Creates a Board under this facility.
createBoard(String, String, String, String) - Method in class oracle.discussions.sdk.TdFacility
Creates a Board under this facility.
createBoard(String, String, String, String, boolean) - Method in class oracle.discussions.sdk.TdFacility
Creates a Board under this facility.
createBoard(String, String, String, String, boolean, boolean) - Method in class oracle.discussions.sdk.TdFacility
Creates a Board under this facility.
createBoard(TdFacility, String, String, String, String, boolean) - Method in interface oracle.discussions.sdk.TdStore
Creates a Board under the root facility
createBoard(TdFacility, String, String, String, String, boolean, boolean) - Method in interface oracle.discussions.sdk.TdStore
Creates a Board under the root facility
createFacility(String, String, String) - Method in class oracle.discussions.sdk.TdFacility
Creates a new TdFacility in this message store.
createFacility(String, String, String, boolean) - Method in class oracle.discussions.sdk.TdFacility
Creates a new TdFacility in this message store.
createFacility(TdFacility, String, String, String) - Method in interface oracle.discussions.sdk.TdStore
Creates a new TdFacility in this message store.
createFacility(TdFacility, String, String, String, boolean) - Method in interface oracle.discussions.sdk.TdStore
Creates a new TdFacility in this message store.
createInstance(Date, TdUser, TdOperation, String) - Static method in class oracle.discussions.sdk.TdAnnotation
Creates an instance of TdAnnotation, taking in date, td user, operation and args.
createInstance(TdInitialContext) - Static method in class oracle.discussions.sdk.TdStoreManager
Returns a new instance of the TdStoreManager initialized with the supplied initial context parameters.
createMessageForEdit(TdMessage) - Method in class oracle.discussions.sdk.TdBoard
Replicates the original message for editing purpose.
createMessageReply(TdMessage) - Method in class oracle.discussions.sdk.TdBoard
Creates a message for the reply of the supplied one.
createMessageReply(TdMessage, boolean) - Method in class oracle.discussions.sdk.TdBoard
Creates a message for the reply of the supplied one.
createMessageReply(TdMessage, boolean, Locale, TimeZone) - Method in class oracle.discussions.sdk.TdBoard
Creates a message for the reply of the supplied one.
createMessageTopic() - Method in class oracle.discussions.sdk.TdBoard
Creates a message for a new topic under this board.
createMessageTopic(Locale) - Method in class oracle.discussions.sdk.TdBoard
Creates a message for a new topic under this board.
currents() - Method in interface oracle.discussions.sdk.TdContainerSettings
Returns all the current keys with a value without returning the defaults
currents() - Method in interface oracle.discussions.sdk.TdGlobalSettings
Returns all the current keys with a value without returning the defaults

D

DAS_BASEURL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates DAS url in the current ocs installation.
DAS_VIEW_PROFILE_ENABLED - Static variable in class oracle.discussions.sdk.TdInitialContext
 
DB_EVENT_PUBLISHER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates oracle discussions database events publisher.
DESCRIPTION - Static variable in interface oracle.discussions.sdk.TdContainerSettings
Specifies the description for the container.
DIGEST - Static variable in class oracle.discussions.sdk.TdSubscription
Indicates that the notification sent is a forward to the user.
DISPLAY_NAME - Static variable in interface oracle.discussions.sdk.TdContainerSettings
Specifies the display name for the container.
DMS_ENABLED - Static variable in class oracle.discussions.sdk.TdInitialContext
Dms enabled flag User should be able to control timing of each operation
DUMMY_EVENT_PUBLISHER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates oracle discussions dummy events publisher.
DYNAMIC_SSO - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates that oracle discussions is working in dynamic sso mode.
delete() - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Deletes the board.
delete() - Method in class oracle.discussions.sdk.TdBoard
Deletes this TdFacility in this message store - child facilities boards and messages will be deleted too.
delete() - Method in class oracle.discussions.sdk.TdContainer
delete the current container
delete(boolean) - Method in class oracle.discussions.sdk.TdContainer
Deletes the container
delete() - Method in class oracle.discussions.sdk.TdFacility
Deletes this TdFacility in this message store - child facilities boards and messages will be deleted too.
delete() - Method in class oracle.discussions.sdk.TdMessage
Deletes the current message and all its replies.
deleteBoard(TdBoard) - Method in class oracle.discussions.sdk.TdFacility
Deletes a Board under this facility.

E

EMAIL - Static variable in class oracle.discussions.sdk.TdSubscription
Indicates the notification sent is an email to the user.
EMAIL_FORWARD_POLICY - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the email forwarding policy for this board.
EMAIL_FWD_AS_NOTIFICATION - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that messages posted to this board are forwarded as notifications.
EMAIL_FWD_AS_ORIGINAL - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that messages posted to this board are forwarded as email messages only.
EMAIL_INBOUND_CHECK_INTERVAL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates a time interval for checking inbound emails.
EMAIL_INBOUND_ENABLED - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates that inbound emails are enabled in oracle discussions.
EMAIL_INBOUND_NONE - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that none of the incoming emails are posted as messages in the board.
EMAIL_INBOUND_OPEN - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that all the incoming emails into the board are posted as messages into the board.
EMAIL_INBOUND_POLICY - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the inbound email policy for this board.
EMAIL_INBOUND_RESTRICTED - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that incoming emails will be posted as messages into the board only if the sender plays a board writer or higher role.
EMAIL_INBOUND_RETRY_COUNT - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates a retry count to extract unbound email for discussions.
EMAIL_INBOUND_WAIT_TIME - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates a max time limit to wait for the inbound emails.
EVENT_ENABLED - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates oracle discussions events.
EVENT_JMS_TOPIC - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates oracle discussions jms topic.
EVENT_JMS_TOPIC_FACTORY - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates oracle discussions jms topic factory.
EVENT_PUBLISHER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates oracle discussions event publisher.
editMessage(TdMessage, Message) - Method in class oracle.discussions.sdk.TdBoard
Edits the given message and rturns back the edited message.
equals(Object) - Method in class oracle.discussions.sdk.TdContainer
Returns true if the Id of the supplied folder match.
equals(Object) - Method in class oracle.discussions.sdk.TdFlag
Returns true if the supplied matches this instance.
equals(Object, Object) - Method in class oracle.discussions.sdk.TdGranteeRole
Compares two objects and returns a boolean value indicating if they are equal.
equals(Object) - Method in class oracle.discussions.sdk.TdRole
Returns true if and only if the supplied role is the same as the role of this one.
equals(Object) - Method in class oracle.discussions.sdk.TdSearchTerm
Compares one search term with another.
equals(Object) - Method in class oracle.discussions.sdk.TdUser
Compares two threaded discussions user objects and returns a boolean variable indicating the comparison status.
equalsRole(TdRole) - Method in class oracle.discussions.sdk.TdRole
Returns true is the supplied role is equal or super-seeded by the role of this instance.
erase() - Method in class oracle.discussions.sdk.TdMessage
Erases the current message.
eraseMessages(TdMessage[]) - Method in class oracle.discussions.sdk.TdBoard
Erases the messages from the current board.
exists() - Method in class oracle.discussions.sdk.TdContainer
Returns always true as Facility/Boards always exists if a TdFacility/TdBoard instance is aquired.
expunge() - Method in class oracle.discussions.sdk.TdContainer
Closes the container.

F

FACILITY_ADMIN - Static variable in class oracle.discussions.sdk.TdRole
 
FACILITY_CREATOR - Static variable in class oracle.discussions.sdk.TdRole
 
FACILITY_READER - Static variable in class oracle.discussions.sdk.TdRole
 
FACILITY_WRITER - Static variable in class oracle.discussions.sdk.TdRole
 
FLAT_VIEW_PAGING_SIZE - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the number of replies displayed per page in the flat view.
fetch(Message[], FetchProfile) - Method in class oracle.discussions.sdk.TdContainer
Fetches the messages into the profile
find(Object) - Method in interface oracle.discussions.sdk.TdIterator
Returns the index of object with the given key in the iterator

G

GLOBAL_ADMIN - Static variable in class oracle.discussions.sdk.TdRole
 
GLOBAL_FACILITY_CREATOR_ENABLED - Static variable in class oracle.discussions.sdk.TdInitialContext
if enabled, any login user will be able to create root level facility/board
getAnnotations() - Method in class oracle.discussions.sdk.TdMessage
Returns all annotations of a message,in descending order of the time.
getAnnouncementsBoard() - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Returns the announcements board.
getAnnouncementsBoard() - Method in class oracle.discussions.sdk.TdContainer
Returns the Announcements Board for this store
getAnnouncementsBoard() - Method in interface oracle.discussions.sdk.TdStore
Returns the Announcements Board for this store.
getArguments() - Method in class oracle.discussions.sdk.TdAnnotation
Returns the arguments of the annotation.
getAttachmentBodyParts() - Method in class oracle.discussions.sdk.TdMessage
Returns an Iterator of attachment body Parts.
getAttachmentById(String) - Method in class oracle.discussions.sdk.TdMessage
Returns a Part based on the attachment id
getAttachmentFilename() - Method in class oracle.discussions.sdk.TdAttachment
Returns the attachment filename associated with this attachment.
getAttachmentId() - Method in class oracle.discussions.sdk.TdAttachment
Returns an attachment id associated with this attachment.
getAttachmentSize() - Method in class oracle.discussions.sdk.TdAttachment
Returns the attachment size associated with this attachment.
getAttachments() - Method in class oracle.discussions.sdk.TdMessage
Returns a List of TdAttachment objects that are contained in this message.
getBeginQuotePrefix() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the string to be used as a prefix when quoting a message.
getBoard() - Method in class oracle.discussions.sdk.TdMessage
Returns the board this message belong to.
getBoard(String) - Method in interface oracle.discussions.sdk.TdStore
Returns a board under this Store give its path.
getBoard(long) - Method in interface oracle.discussions.sdk.TdStore
Returns a board under this Store give its id.
getBoardAttachmentMaxSize() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the maximum attachment size per thread/message.
getBoardByEmailAddress(String) - Method in interface oracle.discussions.sdk.TdStore
Returns a board given its email address.
getBoardCanAttach() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns a boolean value indicating whether the attachments are allowed or not.
getBoardComposeEditor() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the editor policy in place.
getBoardEditDeletePolicy() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the policy defined specifying the message edit/delete settings in board.
getBoardEmail() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the email address of the board.
getBoardFlatViewPagingSize() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the number of replies set per page.
getBoardSettings() - Method in class oracle.discussions.sdk.TdBoard
Returns the settings of the board.
getBoardSettings() - Method in class oracle.discussions.sdk.TdMessage
Returns the settings of the current board lazily loading it if necessary.
getBoardThreadView() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the default view in place.
getBodyPlainText() - Method in class oracle.discussions.sdk.TdMessage
Returns the String plain text format of the body.
getBodyRichText() - Method in class oracle.discussions.sdk.TdMessage
Returns a part or a multipart for the message containing the rich text representation of this message.
getBusinessCity() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns oracle discussions user's city name.
getBusinessState() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns oracle discussions user's state name.
getClientChatUri() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns users chat uri.
getContainer(long) - Method in class oracle.discussions.sdk.TdContainer
Returns the tdConatiner instace for child of this folder given its FolderId.
getContainer(String) - Method in interface oracle.discussions.sdk.TdStore
Returns a container under this Store give its path.
getContainer(long) - Method in interface oracle.discussions.sdk.TdStore
Returns a container under this Store give its id.
getContainerSettings() - Method in class oracle.discussions.sdk.TdContainer
Returns the current container settings.
getContainerType() - Method in class oracle.discussions.sdk.TdBoard
Returns the container type.
getContainerType() - Method in class oracle.discussions.sdk.TdContainer
Returns the type (TdFacility or TdBoard) of this container
getContainerType() - Method in class oracle.discussions.sdk.TdFacility
Returns the container type on which this method is invoked.
getContent() - Method in class oracle.discussions.sdk.TdMessage
Gets the body content of the current message.
getCreationDate() - Method in class oracle.discussions.sdk.TdContainer
Returns the display name for this container
getCreator() - Method in class oracle.discussions.sdk.TdContainer
Returns the display name for this container
getDefaultSearchTerm(String) - Static method in class oracle.discussions.sdk.TdSearchTerm
Returns the default search term implementation.
getDescription() - Method in class oracle.discussions.sdk.TdContainer
Returns the description field for this container
getDisplayFullPathUsingDisplayName() - Method in class oracle.discussions.sdk.TdContainer
Returns the full path for this container not including the Oracle Mail shared namespace prefix.
getDisplayName() - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Returns board display name.
getDisplayName() - Method in class oracle.discussions.sdk.TdContainer
Returns the display name for this container
getDisplayName() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns oracle discussions user's displayname.
getDisplayName(Locale) - Method in interface oracle.discussions.sdk.TdUserProfile
Returns oracle discussions user's displayname.
getDomain() - Method in interface oracle.discussions.sdk.TdStore
Returns the domain for this mail store.
getDomain() - Method in class oracle.discussions.sdk.TdUser
Returns a user's domain name.
getEmail() - Method in class oracle.discussions.sdk.TdSubscription
Returns the email address of the user requesting subscription.
getEmail() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns oracle discussions user's email address.
getEmailDomain() - Method in interface oracle.discussions.sdk.TdStoreFactory
Returns the email domain for which this TdStoreFactory is configured.
getEmailForwardPolicy() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the email forward policy in place.
getEmailInboundPolicy() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the email inbound policy in place for the board.
getErrorCode() - Method in class oracle.discussions.sdk.TdException
Returns a message in the US Locale format.
getErrorCode() - Method in class oracle.discussions.sdk.TdUnsupportedOperationException
Returns the error code associated with this exception
getFacility(String) - Method in interface oracle.discussions.sdk.TdStore
Returns a facility under this Store give its path.
getFacility(long) - Method in interface oracle.discussions.sdk.TdStore
Returns a facility under this Store give its path.
getFavoriteContainers() - Method in interface oracle.discussions.sdk.TdFavoriteManager
Returns all favorite containers of the current user within the store that this manager was created
getFavoriteLastMessagePosts() - Method in interface oracle.discussions.sdk.TdFavoriteManager
Returns the list of favorite last message posts.
getFavoriteManager() - Method in interface oracle.discussions.sdk.TdStore
Returns the TdFavoriteManager for this store.
getFavoritePopularThreads() - Method in interface oracle.discussions.sdk.TdFavoriteManager
Returns the list of most popular threads within the favorite containers.
getFavoriteThreads() - Method in class oracle.discussions.sdk.TdContainer
Returns the list of favorite threads under this container.
getFavoriteThreads() - Method in interface oracle.discussions.sdk.TdFavoriteManager
Returns all favorite threads of the current user within the store that this manager was created
getFavoriteThreads(TdContainer) - Method in interface oracle.discussions.sdk.TdFavoriteManager
Returns the list of favorite threads under a container.
getFavorites() - Method in interface oracle.discussions.sdk.TdMyFavorites
Returns full listing of all the favorite threads and containers in oracle discussions for a particular user in the form of a TdIterator object.
getFilteredHeaders(long[]) - Method in class oracle.discussions.sdk.TdContainer
Returns an array filtered message headers, given an array of headers.
getFlags() - Method in class oracle.discussions.sdk.TdContainer
Tries to fetch flags of this container.
getFlags() - Method in class oracle.discussions.sdk.TdMessage
Returns flags of the current message.
getFolder(String) - Method in class oracle.discussions.sdk.TdContainer
Returns the TdContainer (Tdfacility or TdBoard) associated with this path.
getFrom() - Method in class oracle.discussions.sdk.TdMessage
Returns the From address of the message sender.
getGlobalAdminManager() - Method in interface oracle.discussions.sdk.TdStore
Returns the TdGlobalAdminManager for this store.
getGlobalSettings() - Method in interface oracle.discussions.sdk.TdStore
Returns the global settings of current installation
getGrantee() - Method in class oracle.discussions.sdk.TdGranteeRole
Returns a user who is associated with the role.
getGranteeACI() - Method in class oracle.discussions.sdk.TdContainer
Returns grantee ACI inforamtion of this container.
getGuestUser() - Method in interface oracle.discussions.sdk.TdStore
Returns guest user within the domain
getGuestUser(String) - Method in class oracle.discussions.sdk.TdUserFactory
Returns a guest oracle discussions user.
getInstance() - Static method in class oracle.discussions.sdk.TdUserFactory
Creates and return an instance of the TdUserFactory class.
getInternalThrowable() - Method in class oracle.discussions.sdk.TdException
Returns the internal throwable associated with this exception, null non is defined.
getLastAnnotation() - Method in class oracle.discussions.sdk.TdMessage
Returns the lastest annotation on the message.
getLastLogin() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns the last login time of the user.
getLastLogout() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns the last logout time of the user.
getLastMessagePosts() - Method in class oracle.discussions.sdk.TdContainer
Returns the list of most recent posts under this container.
getLastMessagePosts() - Method in interface oracle.discussions.sdk.TdStore
Returns the list of most recent posts in the whole message store.
getLastPost() - Method in class oracle.discussions.sdk.TdBoard
Returns information on the last message posted to this board.
getLastPost() - Method in class oracle.discussions.sdk.TdContainer
Returns information on the last post for this container.
getLastPost() - Method in interface oracle.discussions.sdk.TdStore
Returns information on the most recently posted message under this tdstore.
getLastPost() - Method in class oracle.discussions.sdk.TdThread
Returns information on the last post to the thread The Last post thread is the one which is posted latest in time.
getLastPostAuthor() - Method in interface oracle.discussions.sdk.TdLastPost
Returns the address of the author of the last post
getLastPostBoardId() - Method in interface oracle.discussions.sdk.TdLastPost
Returns the id of the board where the last message was posted.
getLastPostDate() - Method in interface oracle.discussions.sdk.TdLastPost
Returns the date when the last post occured
getLastPostMessageId() - Method in interface oracle.discussions.sdk.TdLastPost
Returns the id of the last posted message.
getLastPostThreadId() - Method in interface oracle.discussions.sdk.TdLastPost
Returns the id of the thread where the last message was posted.
getLevel() - Method in class oracle.discussions.sdk.TdMessage
Returns the level of this message thread tree
getLocale() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns oracle discussions user's locale
getLocalizedMessage() - Method in class oracle.discussions.sdk.TdException
Returns a message in the default locale format.
getLocalizedMessage(Locale) - Method in class oracle.discussions.sdk.TdException
Returns a message in the format of the locale passed as an argument.
getLocalizedMessage() - Method in class oracle.discussions.sdk.TdMessagingException
Returns the message formatted as per the default locale.
getLocalizedMessage() - Method in class oracle.discussions.sdk.TdUnsupportedOperationException
Returns the Exception message in localized format.
getLocalizedMessage(Locale) - Method in class oracle.discussions.sdk.TdUnsupportedOperationException
Returns the Exception message in localized format.
getMemberSince() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns the date from which the user is oracle discussions member.
getMessage(int) - Method in class oracle.discussions.sdk.TdContainer
Returns the message given number
getMessage() - Method in class oracle.discussions.sdk.TdMessagingException
Returns the exception message.
getMessage(int) - Method in class oracle.discussions.sdk.TdThread
Returns a message of the thread given its msgId.
getMessage() - Method in class oracle.discussions.sdk.TdUnsupportedOperationException
Returns the Exception message in localized format.
getMessageByType(int) - Method in class oracle.discussions.sdk.TdContainer
Returns an array of messages given the type of messages.
getMessageByUID(long) - Method in class oracle.discussions.sdk.TdContainer
Fetches messages , given the UID
getMessageCount() - Method in class oracle.discussions.sdk.TdBoard
Returns the count of messages in the board.
getMessageCount() - Method in class oracle.discussions.sdk.TdFacility
Returns the number of messsages in ths container.
getMessageCount() - Method in class oracle.discussions.sdk.TdThread
Returns the number of messages in the thread A thread can have many messages as long as they stem from the thread's root.
getMessages() - Method in class oracle.discussions.sdk.TdContainer
Fetches messages given the numbers
getMessages(int, int) - Method in class oracle.discussions.sdk.TdContainer
Fetches messages given the numbers
getMessages(int[]) - Method in class oracle.discussions.sdk.TdContainer
Fetches messages given the numbers
getMessages() - Method in class oracle.discussions.sdk.TdThread
Returns the messages of the Thread.
getMessages(boolean) - Method in class oracle.discussions.sdk.TdThread
Returns the messages of the Thread.
getMessagesByUID(long[]) - Method in class oracle.discussions.sdk.TdContainer
Fetches messages , given the UID
getMessagesByUID(long, long) - Method in class oracle.discussions.sdk.TdContainer
Fetches messages , given the UID
getMinimalMessageSize() - Method in class oracle.discussions.sdk.TdSearchTerm
Gets minimal size of the message.
getMostRecentPosts() - Method in interface oracle.discussions.sdk.TdRelatedContent
Returns the most recent posts related to the current object
getMyFollowups() - Method in interface oracle.discussions.sdk.TdMyFollowups
Returns the threads/messages/replies in oracle discussions which are posted by this user and to which others contributed after this user did.
getMyFollowups() - Method in interface oracle.discussions.sdk.TdStore
Gets all followups to my posts
getMyPosts() - Method in interface oracle.discussions.sdk.TdMyPosts
Returns full listing of threads/messages/replies posted by this user at all levels of oracle discussions.
getMyPosts() - Method in interface oracle.discussions.sdk.TdStore
Gets all my posts
getName() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns oracle discussions user's name.
getNewMessageCount() - Method in class oracle.discussions.sdk.TdBoard
Returns the count of the new messages in the board.
getNewMessageCount() - Method in class oracle.discussions.sdk.TdFacility
Returns the number of new messsages in ths container.
getNextException() - Method in class oracle.discussions.sdk.TdMessagingException
Sets the next exception in the exception list.
getNumberOfReplies() - Method in class oracle.discussions.sdk.TdMessage
Returns the number of replies for this message.
getNumberOfReplies() - Method in class oracle.discussions.sdk.TdSearchTerm
Gets number of replies.
getNumberOfReplies() - Method in class oracle.discussions.sdk.TdThread
Returns the number of replies for this message A single message can have many replies, each of which is stemming from the source message root.
getNumberPosts() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns the number of messages/threads/replies posted by this user.
getOracleMessageId() - Method in class oracle.discussions.sdk.TdMessage
Returns the oracle specific message id corresponding to this message
getOracleMessageUid() - Method in class oracle.discussions.sdk.TdMessage
Returns the oracle specific message uid corresponding to this message
getOracleThreadId() - Method in class oracle.discussions.sdk.TdMessage
Returns the oracle specific thread id corresponding to this message
getOutgoingEmailDL() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the text representing the email address for the outgoing emails from the board.
getOutgoingEmailDLBodyFormat() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the text representing the body format for the outgoing emails from the board.
getOutgoingEmailDLSubjectFormat() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the text representing the subject format for the outgoing emails from the board.
getParams() - Method in class oracle.discussions.sdk.TdException
Returns the arguments for the format messaging
getParent() - Method in class oracle.discussions.sdk.TdContainer
Returns the TdContainer (Tdfacility or TdBoard) associated with this path.
getParent() - Method in class oracle.discussions.sdk.TdMessage
Returns the parent message of this message in the thread tree.
getParentFacility() - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Returns the parent container which holds the board.
getParentFacility() - Method in class oracle.discussions.sdk.TdContainer
Return sthe parent TdFacility for this container.
getParentMessageId() - Method in class oracle.discussions.sdk.TdMessage
Returns the message id of the parent message of the current message.
getPartialContentWithHighlight() - Method in class oracle.discussions.sdk.TdSearchResultMessage
Returns the search results with partial highlighting the search term in the search results.
getPermanentFlags() - Method in class oracle.discussions.sdk.TdContainer
Tries to fetch permanent flags of this container.
getPermissions() - Method in class oracle.discussions.sdk.TdContainer
Returns the permissions for the current user on this container.
getPermissions() - Method in class oracle.discussions.sdk.TdMessage
Returns the permissions on this message for the currently connected user.
getPermissions() - Method in class oracle.discussions.sdk.TdThread
Returns permissions on this Thread for the currently connected user.
getPhoto() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns oracle discussions user's photo.
getPopularThreads() - Method in class oracle.discussions.sdk.TdContainer
Returns the list of most popular threads under this container.
getPopularThreads() - Method in interface oracle.discussions.sdk.TdRelatedContent
Returns the popular threads related to the current object
getPopularThreads() - Method in interface oracle.discussions.sdk.TdStore
Returns the list of most popular threads under this container.
getPresenceImgUrl() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns user's rtc url.
getPresenceJsUrl() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns user's rtc java script url.
getPublicAccessPolicy() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the board access policy in place.
getQuery() - Method in class oracle.discussions.sdk.TdSearchTerm
Returns the query string used by this search term.
getReplyPrefix() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns the string to be prefixed to a message subject when building a reply (e.g.
getRfc822MessageId() - Method in class oracle.discussions.sdk.TdMessage
Returns the value of the Message-ID header.
getRfc822References() - Method in class oracle.discussions.sdk.TdMessage
Returns the value of the References header.
getRole() - Method in class oracle.discussions.sdk.TdPermissions
Returns the role of the current user, null will be returned if the user has no role on the object this permission refers to.
getRole() - Method in interface oracle.discussions.sdk.TdStore
Returns global role for the current user.
getScore() - Method in class oracle.discussions.sdk.TdSearchResultMessage
Returns the score of search.
getSentDate() - Method in class oracle.discussions.sdk.TdMessage
Returns the date on which the message is sent.
getSize() - Method in class oracle.discussions.sdk.TdMessage
Returns the size of the message in bytes.
getStartDate() - Method in class oracle.discussions.sdk.TdSearchTerm
Returns the start query date: only messages posted after this date will be searched.
getStopDate() - Method in class oracle.discussions.sdk.TdSearchTerm
Returns the stop query date: only messages posted before this date will be searched.
getSubject() - Method in class oracle.discussions.sdk.TdMessage
Returns the subject of the message.
getSubscriber() - Method in class oracle.discussions.sdk.TdSubscription
Returns the user requesting the subscription.
getSubscription(TdContainer) - Method in interface oracle.discussions.sdk.TdSubscriptionManager
Returns the subscription of current user on the given container, null if the container is not subscribed.
getSubscription(TdThread) - Method in interface oracle.discussions.sdk.TdSubscriptionManager
Returns the subscription of current user on the given thread, null if the container is not subscribed.
getSubscriptionManager() - Method in interface oracle.discussions.sdk.TdStore
Returns the TdSubscriptionManager for this store.
getTdContainer() - Method in class oracle.discussions.sdk.TdSubscription
Returns the container on which the subscription is requested.
getTdOperation() - Method in class oracle.discussions.sdk.TdAnnotation
Returns the operation of the annotation
getTdRole() - Method in class oracle.discussions.sdk.TdGranteeRole
Returns a oracle discussions role which is associated with a particular user.
getTdRole(int) - Static method in class oracle.discussions.sdk.TdRole
Returns a TdRole object corresponding to the integer passed.
getTdStore(TdUser) - Method in interface oracle.discussions.sdk.TdStoreFactory
Returns a TdStore to be used for this mid-tier.
getTdStore(TdUser, boolean) - Method in interface oracle.discussions.sdk.TdStoreFactory
Returns a TdStore to be used for this mid-tier.
getTdStoreFactory() - Method in class oracle.discussions.sdk.TdStoreManager
Returns a TdStoreFactory configured for a discussions store.
getTdStoreFactory(String) - Method in class oracle.discussions.sdk.TdStoreManager
Returns a TdStoreFactory configured for a Discussions Store based on the supplied domain.
getTdUser() - Method in class oracle.discussions.sdk.TdAnnotation
Returns the user in the annotation
getTdUser() - Method in class oracle.discussions.sdk.TdContainer
Returns tduser associated with the container.
getTdUser() - Method in interface oracle.discussions.sdk.TdStore
Returns the TdUser for this store
getTdUserByDN(String) - Method in class oracle.discussions.sdk.TdUserFactory
Extracts a oracle discussions user based on his Distinguished Name.
getTdUserByDN(String, String) - Method in class oracle.discussions.sdk.TdUserFactory
Extracts a oracle discussions user based on his Distinguished Name.
getTdUserByEmail(String) - Method in class oracle.discussions.sdk.TdUserFactory
Extracts oracle discussions user based on his email address.
getTdUserByGuid(String) - Method in class oracle.discussions.sdk.TdUserFactory
Extracts oracle discussions user based on his global user identifier.
getTdUserByNickname(String) - Method in class oracle.discussions.sdk.TdUserFactory
Returns a TdUser given the user's nick name.
getTdUserByNickname(String, String) - Method in class oracle.discussions.sdk.TdUserFactory
Returns a TdUser given its username and the email domain for which the user must have been provisioned.
getTdUserProfile() - Method in interface oracle.discussions.sdk.TdStore
Returns the TdUser for this store
getThread(int) - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Returns a particular thread in the board given its Thread ID.
getThread(int) - Method in class oracle.discussions.sdk.TdBoard
Returns the Thread from the current board, given its ID.
getThread() - Method in class oracle.discussions.sdk.TdMessage
Returns the thread this message belong to.
getThread() - Method in class oracle.discussions.sdk.TdThreadSubscription
Returns the thread which is being subscribed
getThreadCount() - Method in class oracle.discussions.sdk.TdBoard
Returns the count of threads in the board.
getThreads(int, boolean, boolean) - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Returns a thread iterator comprising of threads in the announcements board.
getThreads() - Method in class oracle.discussions.sdk.TdBoard
Returns the list of message threads available in this board.
getThreads(int, boolean, boolean) - Method in class oracle.discussions.sdk.TdBoard
Returns the list of message threads available in this board.
getTime() - Method in class oracle.discussions.sdk.TdAnnotation
Returns the date in the annotation
getTimeZone() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns oracle discussions user's timezone.
getType() - Method in class oracle.discussions.sdk.TdSubscription
Returns the subscription type for the current subscription.
getUID(Message) - Method in class oracle.discussions.sdk.TdContainer
Fetches the UID , given the message
getUIDValidity() - Method in class oracle.discussions.sdk.TdContainer
Fetches the validity of the given UID
getUnreadMessageCount() - Method in class oracle.discussions.sdk.TdBoard
Returns the number of messages which are unread in the board.
getUnreadMessageCount() - Method in class oracle.discussions.sdk.TdFacility
Returns the number of unread messsages in ths container.
getUserDN() - Method in class oracle.discussions.sdk.TdUser
Returns user's distinguished name
getUserEmail() - Method in class oracle.discussions.sdk.TdUser
Returns a user's secondary email address.
getUserGuid() - Method in class oracle.discussions.sdk.TdUser
Returns a user's global userid
getUserId() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns oracle discussions user's id.
getUserNickname() - Method in class oracle.discussions.sdk.TdUser
Returns a user's nickname
getUserPrimaryEmail() - Method in class oracle.discussions.sdk.TdUser
Returns a user's oracle email address
getUserProfile(String) - Method in interface oracle.discussions.sdk.TdUserProfileManager
Returns the profile of a user given a valid email address.
getUserProfileManager() - Method in interface oracle.discussions.sdk.TdStore
Returns the TdUserInfoManager for this store.
getUserSessionProperties() - Method in class oracle.discussions.sdk.TdUser
Returns the user's session properties object.
getUserSessionProperty(String) - Method in class oracle.discussions.sdk.TdUser
Returns a user session value corresponding to the key supplied.
getUsername() - Method in class oracle.discussions.sdk.TdSearchTerm
Returns the username: only messages posted by username will be searched
getViewProfileUrl(String, String) - Method in interface oracle.discussions.sdk.TdUserProfile
Returns the user's profile url.
getXPriority() - Method in class oracle.discussions.sdk.TdMessage
Returns the priority of the current message in the message tree.
grantBoardCreator(TdUser) - Method in class oracle.discussions.sdk.TdFacility
Grants BoardCreator role to the supplied user for this facility.
grantBoardModerator(TdUser) - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Grants Board Moderator role to the user passed.
grantBoardModerator(TdUser) - Method in class oracle.discussions.sdk.TdBoard
Grants Board Moderator role to the supplied user for this board.
grantBoardReader(TdUser) - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Grants Board Reader role to the user passed.
grantBoardReader(TdUser) - Method in class oracle.discussions.sdk.TdBoard
Grants Board Reader role to the supplied user for this board.
grantBoardWriter(TdUser) - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Grants Board Writer role to the user passed.
grantBoardWriter(TdUser) - Method in class oracle.discussions.sdk.TdBoard
Grants Board Writer role to the supplied user for this board.
grantFacilityAdmin(TdUser) - Method in class oracle.discussions.sdk.TdFacility
Grants FacilityAdmin role to the supplied user for this facility.
grantFacilityCreator(TdUser) - Method in class oracle.discussions.sdk.TdFacility
Grants FacilityCreator role to the supplied user for this facility
grantFacilityCreator(TdUser) - Method in interface oracle.discussions.sdk.TdGlobalAdminManager
Grants the given user root level facility creator role
grantFacilityReader(TdUser) - Method in class oracle.discussions.sdk.TdFacility
Grants FacilityReader role to the supplied user for this facility.
grantFacilityWriter(TdUser) - Method in class oracle.discussions.sdk.TdFacility
Grants FacilityWriter role to the supplied user for this facility
grantGlobalAdmin(TdUser) - Method in interface oracle.discussions.sdk.TdGlobalAdminManager
Adds the provided user as part of the global admin group.

H

hasAddPostedThreadsToFavorites() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns if the user has added his posted threads to his favorites.
hasAddRepliedThreadsToFavorites() - Method in interface oracle.discussions.sdk.TdUserProfile
Returns if the user has added the threads to which he has replied to his favorites.
hasAnnouncementsBoard() - Method in class oracle.discussions.sdk.TdContainer
Returns true if the announcements board has been created
hasAnnouncementsBoard() - Method in interface oracle.discussions.sdk.TdStore
Returns true if the announcements board has been created
hasAttachments() - Method in class oracle.discussions.sdk.TdMessage
Returns true if the messsage has attachments
hasAttachments() - Method in class oracle.discussions.sdk.TdSearchTerm
Returns true if only messages with attachments will be returned from search, false will put no restriction on message attachments
hasNewMessages() - Method in class oracle.discussions.sdk.TdBoard
Returns a boolean value indicating if the board has new messages.
hasNewMessages() - Method in class oracle.discussions.sdk.TdFacility
Returns if the container has new messages
hasPrevious() - Method in interface oracle.discussions.sdk.TdIterator
Returns a boolean value indicating if there is an object before the current iterator position in the underlying collection.
hasRead() - Method in class oracle.discussions.sdk.TdContainer
Returns if the user has a write permission on the container.
hasWrite() - Method in class oracle.discussions.sdk.TdContainer
Returns if the user has a write permission on the container.
hashCode() - Method in class oracle.discussions.sdk.TdSearchTerm
Returns the combined hashcode of different fields in the search term.
hashCode() - Method in class oracle.discussions.sdk.TdUser
Generates a hash code corresponding to a user guid.

I

IS_NEW - Static variable in class oracle.discussions.sdk.TdSearchTerm
Represents that the search is based on messages posted after user's last logout time and current time.
isBoardRole() - Method in class oracle.discussions.sdk.TdRole
Returns true if the role is applicable only to Boards and not to Facilities.
isByModerator() - Method in class oracle.discussions.sdk.TdMessage
Returns a boolean value indicating if the message is posted by moderator.
isDeleted() - Method in class oracle.discussions.sdk.TdMessage
Returns if the current message is deleted.
isFacilityRole() - Method in class oracle.discussions.sdk.TdRole
Returns true if the role is applicable only to Facilities and not to Boards.
isFavorite() - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Returns if the board is marked as a favorite container.
isFavorite() - Method in class oracle.discussions.sdk.TdContainer
Returns true if this container is currently marked as a favorite container for this user.
isFavorite() - Method in interface oracle.discussions.sdk.TdFavorite
Returns true if the current object has been added as favorite
isFavorite() - Method in class oracle.discussions.sdk.TdThread
Returns true if this thread is currently marked as a favorite thread for this user.
isGlobalAdmin() - Method in interface oracle.discussions.sdk.TdStore
Returns true if the current user is a global admin for the system.
isGuest() - Method in class oracle.discussions.sdk.TdContainer
Returns true if the current user is a guest for the domain
isGuest() - Method in interface oracle.discussions.sdk.TdStore
Returns true if the current user is a guest for the domain
isInherited() - Method in class oracle.discussions.sdk.TdGranteeRole
Specifies if the role is an inherited role.
isLocked() - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Returns a boolean status indicating is the board is locked.
isLocked() - Method in class oracle.discussions.sdk.TdBoard
Returns the boolean status indicating if the board is locked.
isLocked() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns a boolean value representing if a board is locked.
isLocked() - Method in class oracle.discussions.sdk.TdThread
Returns a boolean status indicating if the thread is locked
isLocked(boolean) - Method in class oracle.discussions.sdk.TdThread
Returns true if the thread is locked
isNew() - Method in class oracle.discussions.sdk.TdContainer
This is the result of "OR" on isNewSinceSessions and isNewSinceLastVisit The guest user will always get back 'false' from this function.
isNew() - Method in class oracle.discussions.sdk.TdMessage
This is the result of "OR" on isNewSinceSessions and isNewSinceLastVisit.
isNew() - Method in class oracle.discussions.sdk.TdSearchTerm
Returns true if only messages posted later than user's last logout time will be returned from search, false will put no restriction on message post date.
isNewSinceLastVisit() - Method in class oracle.discussions.sdk.TdContainer
Indicates if teh container is new since the user's last logout
isNewSinceLastVisit() - Method in class oracle.discussions.sdk.TdMessage
Returns a boolean value indicating if the message is new since user's last visit
isNewSinceSession() - Method in class oracle.discussions.sdk.TdContainer
Indicates if teh container is new since the user's session start
isNewSinceSession() - Method in class oracle.discussions.sdk.TdMessage
Returns a boolean value indicating if the message is new since user session startup.
isOpen() - Method in class oracle.discussions.sdk.TdContainer
Returns always true as Threaded Discussions folder do not require to be opened.
isOriginalQuoted() - Method in interface oracle.discussions.sdk.TdBoardSettings
Returns true if when building a reply message, the original message should be included as a quote.
isPublic() - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Returns if the board is marked for the public access.
isPublic() - Method in class oracle.discussions.sdk.TdBoard
Returns a boolean value indicating if the board is public.
isShared() - Method in class oracle.discussions.sdk.TdContainer
Returnes always true.
isSubscribed() - Method in class oracle.discussions.sdk.TdContainer
Specifies if a container is subscribed
isSubscribed(TdContainer) - Method in interface oracle.discussions.sdk.TdSubscriptionManager
Returns true if there is any subscription on the given container
isSubscribed(TdThread) - Method in interface oracle.discussions.sdk.TdSubscriptionManager
Returns true if there is any subscription on the given thread

J

JAVAMAIL_DRIVER_TYPE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the type of the driver used for the java mailing.
JAVAMAIL_ENCRYPTION - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the encryption algorithm used for java mailing.
JMS_EVENT_PUBLISHER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates oracle discussions jms events publisher.

L

LAST_POSTS_RESULT_MAX_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the max number of last posted messages to be displayed.
LOGGING_LEVEL - Static variable in class oracle.discussions.sdk.TdInitialContext
Use this setting to supply the logging level to be used by oracle Discusssions.
LOG_HANDLER_INSTANCE - Static variable in class oracle.discussions.sdk.TdInitialContext
Use this setting to supply an instance of a oracle.discussions.util.log.LogHandlerIf.
list() - Method in class oracle.discussions.sdk.TdContainer
Returns an array of TdContainers (Tdfacility or TdBoard) which are children of this facility.
list(boolean) - Method in class oracle.discussions.sdk.TdContainer
Returns an array of TdContainers (Tdfacility or TdBoard) which are children of this facility.
list(String) - Method in class oracle.discussions.sdk.TdContainer
Returns an array of TdContainers (Tdfacility or TdBoard) which are children of this facility.
list(String, boolean) - Method in class oracle.discussions.sdk.TdContainer
Returns an array of TdContainers (Tdfacility or TdBoard) which are children of this facility.
list(String) - Method in interface oracle.discussions.sdk.TdStore
Returns an array of TdContainers (Tdfacility or TdBoard) which are children of this facility without refreshing the cache.
list(String, boolean) - Method in interface oracle.discussions.sdk.TdStore
Returns an array of TdContainers (Tdfacility or TdBoard) which are children of this facility.
list() - Method in interface oracle.discussions.sdk.TdStore
Returns a List of TdFacility objects, one ofr each first level facility under this message store without refreshing the cache.
list(boolean) - Method in interface oracle.discussions.sdk.TdStore
Returns a List of TdFacility objects, one ofr each first level facility under this message store.
listGranteeRoles() - Method in class oracle.discussions.sdk.TdContainer
Returns a list of TdGranteeRoles summarizing the current access control stettings for this Facility.
listGranteeRoles() - Method in interface oracle.discussions.sdk.TdGlobalAdminManager
Returns a list of all root level permissions in the system
listSubscribed(String) - Method in class oracle.discussions.sdk.TdContainer
Lists the folders for which subscriptions are made.
listSubscriptions() - Method in interface oracle.discussions.sdk.TdSubscriptionManager
Returns all subscriptions for the current user
lock() - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Tries to lock the board so that only moderator and administrator can write to the board.
lock() - Method in class oracle.discussions.sdk.TdBoard
Locks the oracle discussions board.
lock(boolean) - Method in interface oracle.discussions.sdk.TdBoardSettings
Locks the board if the boolean argument passed is true.
lock() - Method in class oracle.discussions.sdk.TdThread
Sets the status of a thread to locked.

M

MAX_ATTACH_SIZE - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the maximum size of attachments that can be attached per thread/message.
MESSAGE_EDIT_DELETE_POLICY - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the edit/hide policy for the messages posted into this board.
MYPOST_MAX_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the maximum number of my posts to be displayed.
markPublic(boolean) - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Marks the board for public access.
modifyACI(String, String) - Method in class oracle.discussions.sdk.TdContainer
Modifies ACI information of this container.
modifyACI(String, String, String) - Method in class oracle.discussions.sdk.TdContainer
Modifies ACI information of this container.
move(TdBoard) - Method in class oracle.discussions.sdk.TdThread
Moves this thread and all its replies to the supplied Board.
moveMessages(Message[], Folder) - Method in class oracle.discussions.sdk.TdContainer
Moves specified messages into specified forum

N

NEW_SINCE_LAST_VISIT - Static variable in class oracle.discussions.sdk.TdFlag
Messages with this user flag set have been posted to the board after the last user's visit to the oracle discussions application.
NEW_SINCE_SESSION - Static variable in class oracle.discussions.sdk.TdFlag
Messages with this user flag set have been posted to the board after the beginning of the user's session with the oracle discussions application.
NOTIFICATION_TO_ADDR - Static variable in class oracle.discussions.sdk.TdInitialContext
 
NO_BOARD_EDIT_DELETE - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that the messages posted into this board cannot be edited/deleted at all.
NO_PUBLIC_ACCESS - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that the board is not publicly accessible.

O

ORACLE_HOME - Static variable in class oracle.discussions.sdk.TdInitialContext
ORACLE_HOME property constant.
ORCLGUEST_USERNAME - Static variable in class oracle.discussions.sdk.TdUserFactory
Oracle discussions guest role which is assigned to the users who are not explicitely provisioned for discussions.
OUTGOING_EMAIL_DL - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the outgoing email address from the board.
OUTGOING_EMAIL_DL_BODY_FORMAT - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the outgoing email body format.
OUTGOING_EMAIL_DL_SUBJECT_FORMAT - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the outgoing email subject format.
open(int) - Method in class oracle.discussions.sdk.TdContainer
Opens the container
openInternal(int) - Method in class oracle.discussions.sdk.TdContainer
Opens a container in the specified mode.
oracle.discussions.sdk - package oracle.discussions.sdk
Provides core classes for creating oracle discussions elements.

P

POPULARS_RESULT_MAX_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the max number of popular threads to be displayed.
PRESENCE_SERVICE_URL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an url for the presence handler service.
PRESENCE_SITEAUTHTOKEN - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an authentication token for the presence handler.
PRESENCE_SITEID - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an identifier for the presence handler.
PUBLIC_ACCESS_POLICY - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies teh public access policy for this board.
PUBLIC_ACCESS_WITHOUT_ANONYMOUS_POSTING - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that the board is publicly acessible.
PUBLIC_ACCESS_WITH_ANONYMOUS_POSTING - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that the board is publicly acessible.
previous() - Method in interface oracle.discussions.sdk.TdIterator
Returns an object which is before the current iterator position in the underlying collection.
printStackTrace() - Method in class oracle.discussions.sdk.TdException
Prints the stack trace to the system.err output.
printStackTrace(PrintStream) - Method in class oracle.discussions.sdk.TdException
Prints the stack trace to a print stream passed as an argument.
printStackTrace(PrintWriter) - Method in class oracle.discussions.sdk.TdException
Prints the stack trace to a print writer object passed as an argument.
printStackTrace() - Method in class oracle.discussions.sdk.TdMessagingException
Prints the exception stack trace.
printStackTrace(PrintStream) - Method in class oracle.discussions.sdk.TdMessagingException
Prints the exception stack trace to console
printStackTrace(PrintWriter) - Method in class oracle.discussions.sdk.TdMessagingException
Prints the exception stack trace to a file.

R

REPLY_PREFIX - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the prefix string to be applied to all the message replies sent from this board.
REPLY_QUOTE_POLICY - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies if the original message is to be appended as prefix string to the message replies sent from this board.
REPLY_QUOTE_STRING - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the quote string to be prefixed to the message replies sent from this board.
RSSURI_BASEURL - Static variable in class oracle.discussions.sdk.TdInitialContext
 
RTC_PRESENCE_ENABLED - Static variable in class oracle.discussions.sdk.TdInitialContext
 
removeACI(String) - Method in class oracle.discussions.sdk.TdContainer
Removes ACI information of this container.
removeACI(String, String) - Method in class oracle.discussions.sdk.TdContainer
Removes ACI information of this container.
removeFromFavorites() - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Removes the board from list of favorites.
removeFromFavorites() - Method in class oracle.discussions.sdk.TdContainer
Remove this thread from the list of favorite threads for this user.
removeFromFavorites() - Method in interface oracle.discussions.sdk.TdFavorite
Removes the current object from favorite
removeFromFavorites() - Method in class oracle.discussions.sdk.TdThread
Remove this thread from the list of favorite threads for this user.
renameTo(Folder) - Method in class oracle.discussions.sdk.TdContainer
Renames the folder to the given name
revokeBoardCreator(TdUser) - Method in class oracle.discussions.sdk.TdFacility
Revokes BoardCreator role to the supplied user for this facility.
revokeBoardModerator(TdUser) - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Revokes Board Moderator role from the user passed.
revokeBoardModerator(TdUser) - Method in class oracle.discussions.sdk.TdBoard
Revokes Board Moderator role to the supplied user for this board.
revokeBoardReader(TdUser) - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Revokes Board Reader role from the user passed.
revokeBoardReader(TdUser) - Method in class oracle.discussions.sdk.TdBoard
Revokes Board Reader role to the supplied user for this board.
revokeBoardWriter(TdUser) - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Revokes Board Writer role from the user passed.
revokeBoardWriter(TdUser) - Method in class oracle.discussions.sdk.TdBoard
Revokes Board Writer role to the supplied user for this board.
revokeFacilityAdmin(TdUser) - Method in class oracle.discussions.sdk.TdFacility
Revokes FacilityAdmin role to the supplied user for this facility.
revokeFacilityCreator(TdUser) - Method in class oracle.discussions.sdk.TdFacility
Revokes FacilityCreator role to the supplied user for this facility.
revokeFacilityCreator(TdUser) - Method in interface oracle.discussions.sdk.TdGlobalAdminManager
Revokes the given user root level facility creator role
revokeFacilityReader(TdUser) - Method in class oracle.discussions.sdk.TdFacility
Grants FacilityReader role to the supplied user for this facility.
revokeFacilityWriter(TdUser) - Method in class oracle.discussions.sdk.TdFacility
Revokes FacilityWriter role to the supplied user for this facility.
revokeGlobalAdmin(TdUser) - Method in interface oracle.discussions.sdk.TdGlobalAdminManager
Removes the provided user from the global admin group.

S

SEARCH_PRELOAD_BATCH_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the block size of the search pre-load batch.
SEARCH_RESULT_HIT_BEGIN - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the begining position of the search keyword in the search results.
SEARCH_RESULT_HIT_END - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the ending position of the search keyword in the search results.
SEARCH_RESULT_LENGTH - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the maximum length of the search query string excluding keyword length.
SEARCH_RESULT_MAX_SIZE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates the maximum size of the search results.
SHOW_SIDEBAR - Static variable in class oracle.discussions.sdk.TdInitialContext
if true, the side bar will be displayed in applicable pages
SMTP_HOST - Static variable in class oracle.discussions.sdk.TdInitialContext
Use this setting to supply a custom SMTP server host.
SMTP_PORT - Static variable in class oracle.discussions.sdk.TdInitialContext
Use this setting to supply a custom SMTP server port.
SSO_MODE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates oracle discussions sso prefix string.
SSO_SESSION_ID - Static variable in class oracle.discussions.sdk.TdUser
Represents a user's single sign on session identifier.
STATIC_SSO - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates that oracle discussions is working in static sso mode.
SYSTEM_LOGIN - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates a login operation.
SYSTEM_LOGOUT - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates a logout operation.
search(TdSearchTerm) - Method in class oracle.discussions.sdk.TdContainer
Searches the message in this container recursively according to the supplied search term.
search(TdSearchTerm, boolean) - Method in class oracle.discussions.sdk.TdContainer
Searches the message in this container recursively according to the supplied search term.
search(SearchTerm) - Method in class oracle.discussions.sdk.TdContainer
Performs search on a container.
search(SearchTerm, Message[]) - Method in class oracle.discussions.sdk.TdContainer
Performs search on a container.
search(TdSearchTerm) - Method in interface oracle.discussions.sdk.TdStore
Searches the message in this container recursively according to the supplied search term.
search(TdSearchTerm, boolean) - Method in interface oracle.discussions.sdk.TdStore
Searches the message in this container recursively according to the supplied search term.
search(TdSearchTerm, List) - Method in interface oracle.discussions.sdk.TdStore
Searches the messages in the containers passed in recursively according to the supplied search term.
search(TdSearchTerm, List, boolean) - Method in interface oracle.discussions.sdk.TdStore
Searches the messages in the containers passed in recursively according to the supplied search term.
searchFavorites(TdSearchTerm) - Method in interface oracle.discussions.sdk.TdFavoriteManager
Searches the messages that are in the favorite containers recursively according to the supplied search term.
searchFavorites(TdSearchTerm, boolean) - Method in interface oracle.discussions.sdk.TdFavoriteManager
Searches the messages that are in the favorite containers recursively according to the supplied search term.
seek(int) - Method in interface oracle.discussions.sdk.TdIterator
Moves the iterator to the specified position in the underlying collection.
setBeginQuotePrefix(String) - Method in interface oracle.discussions.sdk.TdBoardSettings
Sets the string to be used as a prefix when quoting a message.
setBoardAttachmentMaxSize(int) - Method in interface oracle.discussions.sdk.TdBoardSettings
Defines the maximum size of the attachments allowed per thread/message.
setBoardCanAttach(boolean) - Method in interface oracle.discussions.sdk.TdBoardSettings
Specifies a boolean value indicating wheter attachments in this board to threads/messages are allowed.
setBoardComposeEditor(int) - Method in interface oracle.discussions.sdk.TdBoardSettings
Defines the default editor to be used for posting threads/messages in the board.
setBoardEditDeletePolicy(int) - Method in interface oracle.discussions.sdk.TdBoardSettings
Specifies the policy for the message hide/edit in this board.
setBoardEmail(String) - Method in interface oracle.discussions.sdk.TdBoardSettings
Specifies teh board email address.
setBoardFlatViewPagingSize(int) - Method in interface oracle.discussions.sdk.TdBoardSettings
Specifies the number of replies to be displayed at a time in a page.
setBoardThreadView(int) - Method in interface oracle.discussions.sdk.TdBoardSettings
Specifies the default view in which the messages are displayed in a page.
setDateRange(int) - Method in class oracle.discussions.sdk.TdSearchTerm
A convenient method to set the start date and stop date The date range will center around the date the is currently set as the start date.
setDescription(String) - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Sets the description for the board.
setDescription(String) - Method in interface oracle.discussions.sdk.TdContainerSettings
Sets the description for this container
setDisplayName(String) - Method in interface oracle.discussions.sdk.TdContainerSettings
Sets the display name for this container
setEmail(String) - Method in class oracle.discussions.sdk.TdSubscription
Sets the email address of the user requesting subscription.
setEmailForwardPolicy(int) - Method in interface oracle.discussions.sdk.TdBoardSettings
Method specifying the policy email forwards for the outgoing emails from the board.
setEmailInboundPolicy(int) - Method in interface oracle.discussions.sdk.TdBoardSettings
Specifies the policy for the incoming email into the board.
setFlag(Flags.Flag, boolean) - Method in class oracle.discussions.sdk.TdMessage
Sets a flag of the message to the value passed.
setFlags(int[], Flags, boolean) - Method in class oracle.discussions.sdk.TdContainer
Sets the flags for the given messages
setFlags(int, int, Flags, boolean) - Method in class oracle.discussions.sdk.TdContainer
Sets the flags for the given messages
setFlags(Message[], Flags, boolean) - Method in class oracle.discussions.sdk.TdContainer
Sets the flags for the given messages
setFlags(Flags, boolean) - Method in class oracle.discussions.sdk.TdMessage
Sets the message flags to the flags object passed as a parameter.
setHasAttachments(boolean) - Method in class oracle.discussions.sdk.TdSearchTerm
Sets has_attachments flag.
setInherited(boolean) - Method in class oracle.discussions.sdk.TdGranteeRole
Sets a boolean variable indicating that the role is inherited.
setMinimalMessageSize(int) - Method in class oracle.discussions.sdk.TdSearchTerm
Sets minimal size of the message.
setNew(boolean) - Method in class oracle.discussions.sdk.TdSearchTerm
Sets is_new flag.
setNextException() - Method in class oracle.discussions.sdk.TdMessagingException
Sets the next exception in the exception list.
setNumberOfReplies(int) - Method in class oracle.discussions.sdk.TdSearchTerm
Sets number of replies.
setOriginalQuoted(boolean) - Method in interface oracle.discussions.sdk.TdBoardSettings
Sets if when building a reply message, the original message should be included as a quote.
setOutgoingDLEmailSubjectFormat(String) - Method in interface oracle.discussions.sdk.TdBoardSettings
Method specifying the default subject format for the outgoing emails from the board.
setOutgoingEmailDL(String) - Method in interface oracle.discussions.sdk.TdBoardSettings
Method specifying the email address for the outgoing emails from the board.
setOutgoingEmailDLBodyFormat(String) - Method in interface oracle.discussions.sdk.TdBoardSettings
Method specifying the default body format for the outgoing emails from the board.
setPublicAccessPolicy(int) - Method in interface oracle.discussions.sdk.TdBoardSettings
Sets the access policy of the board.
setQuery(String) - Method in class oracle.discussions.sdk.TdSearchTerm
Sets the query string used by this search term.
setReplyPrefix(String) - Method in interface oracle.discussions.sdk.TdBoardSettings
Sets the string to be prefixed to a message subject when building a reply (e.g.
setStartDate(Date) - Method in class oracle.discussions.sdk.TdSearchTerm
Sets the start query date: only messages posted after this date will be searched.
setStopDate(Date) - Method in class oracle.discussions.sdk.TdSearchTerm
Sets the stop query date: only messages posted before this date will be searched.
setSubscribed(boolean) - Method in class oracle.discussions.sdk.TdContainer
Sets the subscription status on the container
setSubscriber(TdUser) - Method in class oracle.discussions.sdk.TdSubscription
Sets the user requesting the subscription.
setTdContainer(TdContainer) - Method in class oracle.discussions.sdk.TdSubscription
Sets the container on which the subscription is being requested.
setTdRole(TdRole) - Method in class oracle.discussions.sdk.TdGranteeRole
Returns a role with the one passed as an argument.
setTdThread(TdThread) - Method in class oracle.discussions.sdk.TdThreadSubscription
Sets the thread object for which the subscription is being made
setType(int) - Method in class oracle.discussions.sdk.TdSubscription
Sets the subscription type for the current subscription.
setUserSessionProperty(String, String) - Method in class oracle.discussions.sdk.TdUser
Custom user's properties for one user's session.
setUsername(String) - Method in class oracle.discussions.sdk.TdSearchTerm
Sets the username: only messages posted by username will be searched.
size() - Method in interface oracle.discussions.sdk.TdIterator
Returns the number of objects in the underlying collection.
sortMessages(Vector) - Method in class oracle.discussions.sdk.TdContainer
Returns an array of sorted message IDs, given a vector of message ids.
subscribe(TdContainer, int) - Method in interface oracle.discussions.sdk.TdSubscriptionManager
Creates a subscription of the given email and type on the given container
subscribe(TdThread, int) - Method in interface oracle.discussions.sdk.TdSubscriptionManager
Creates a subscription of the given email and type on the given thread

T

TD_ADMIN - Static variable in class oracle.discussions.sdk.TdInitialContext
Email address of the admin oracle discussions internal administration user.
TD_BOARD - Static variable in class oracle.discussions.sdk.TdContainer
 
TD_BOARD_APPEND_MESSAGE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that appends a message to this forum.
TD_BOARD_CREATOR - Static variable in class oracle.discussions.sdk.TdRole
Represents a forum creator role.
TD_BOARD_DELETE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that deletes this forum.
TD_BOARD_EDIT_MESSAGE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that edits a message in this forum.
TD_BOARD_ERASE_MESSAGES - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that erases messages in this forum.
TD_BOARD_GET_LAST_POST - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves the last posted message from this forum.
TD_BOARD_GET_THREAD - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves a thread from this forum.
TD_BOARD_GET_THREADS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves threads from this forum.
TD_BOARD_GRANT_BOARD_MODERATOR - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that grants a forum moderator role to a user.
TD_BOARD_GRANT_BOARD_READER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that grants a forum reader role to a user.
TD_BOARD_GRANT_BOARD_WRITER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that grants a forum writer role to a user.
TD_BOARD_LOCK - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that locks this forum.
TD_BOARD_MARK_PUBLIC - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that marks this forum as publicly accessible forum.
TD_BOARD_MODERATOR - Static variable in class oracle.discussions.sdk.TdRole
Represents a forum moderator role.
TD_BOARD_OPERATION_PREFIX - Static variable in class oracle.discussions.sdk.TdInitialContext
String specifying a prefix to all the forum related operations.
TD_BOARD_READER - Static variable in class oracle.discussions.sdk.TdRole
Represents a forum reader role.
TD_BOARD_REVOKE_BOARD_MODERATOR - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that revokes a user from a forum moderator role on this forum.
TD_BOARD_REVOKE_BOARD_READER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that revokes a user from a forum reader role on this forum.
TD_BOARD_REVOKE_BOARD_WRITER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that revokes a user from a forum writer role on this forum.
TD_BOARD_UNLOCK - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that unlocks this forum.
TD_BOARD_WRITER - Static variable in class oracle.discussions.sdk.TdRole
Represents a forum writer role.
TD_CONTAINER_ADD_TO_FAVORITE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that adds this container to the list of favorites.
TD_CONTAINER_GET_CONTAINER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts a container under this container.
TD_CONTAINER_GET_CONTAINER_SETTINGS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves container settings.
TD_CONTAINER_GET_CREATION_DATE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves the creation date of this container.
TD_CONTAINER_GET_CREATOR - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves the creator of this container.
TD_CONTAINER_GET_DESCRIPTION - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves container description.
TD_CONTAINER_GET_DISPLAY_NAME - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves the display name of the container.
TD_CONTAINER_GET_FAVORITE_THREADS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves favorite threads under this container.
TD_CONTAINER_GET_FOLDER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves a folder which is under this container.
TD_CONTAINER_GET_LAST_MESSAGE_POSTS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves last posted messages under this container.
TD_CONTAINER_GET_LAST_POST - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves a last poted message under this container.
TD_CONTAINER_GET_PARENT - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves a parent container of this container.
TD_CONTAINER_GET_POPULAR_THREADS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves popular threads under this container.
TD_CONTAINER_LIST_GRANTEE_ROLES - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves a list of grantee roles for users on this container.
TD_CONTAINER_LIST_WITHOUT_PATH - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves containers under this container without their paths.
TD_CONTAINER_LIST_WITH_PATH - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that retrieves containers under this container with their absolute paths.
TD_CONTAINER_OPERATION_PREFIX - Static variable in class oracle.discussions.sdk.TdInitialContext
String specifying a prefix to all the container related operations.
TD_CONTAINER_REFRESH_PERMISSIONS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that refreshes container permissions.
TD_CONTAINER_REMOVE_FROM_FAVORITES - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that removes this container from favorite containers.
TD_CONTAINER_SEARCH - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that performs search operation under this container.
TD_CONTAINER_SET_DESCRIPTION - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that sets the container description.
TD_CONTAINER_UPDATE_CONTAINER_SETTINGS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that updates container settings.
TD_CONTAINER_UPDATE_GRANTEE_ROLES - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that updates the grantee roles of the users of this container.
TD_FACILITY - Static variable in class oracle.discussions.sdk.TdContainer
 
TD_FACILITY_ADMIN - Static variable in class oracle.discussions.sdk.TdRole
Represents a category admin role.
TD_FACILITY_CREATE_BOARD - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that creates a forum under this category.
TD_FACILITY_CREATE_FACILITY - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that creates a category under this category.
TD_FACILITY_CREATOR - Static variable in class oracle.discussions.sdk.TdRole
Represents a category creator role.
TD_FACILITY_DELETE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that deletes this category.
TD_FACILITY_DELETE_BOARD - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that deletes a forum under this category.
TD_FACILITY_GRANT_BOARD_CREATOR - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that grants a forum creator to a user on this category.
TD_FACILITY_GRANT_FACILITY_ADMIN - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that grants a category admin to a user on this category.
TD_FACILITY_GRANT_FACILITY_CREATOR - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that grants a category creator to a user on this category.
TD_FACILITY_GRANT_FACILITY_READER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that grants a category reader to a user on this category.
TD_FACILITY_GRANT_FACILITY_WRITER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that grants a category writer to a user on this category.
TD_FACILITY_OPERATION_PREFIX - Static variable in class oracle.discussions.sdk.TdInitialContext
String specifying a prefix to all the category related operations.
TD_FACILITY_READER - Static variable in class oracle.discussions.sdk.TdRole
Represents a category reader role.
TD_FACILITY_REVOKE_BOARD_CREATOR - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that revokes a user from forum creator on this facility.
TD_FACILITY_REVOKE_FACILITY_ADMIN - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that revokes a user from category administrator on this facility.
TD_FACILITY_REVOKE_FACILITY_CREATOR - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that revokes a user from category creator on this facility.
TD_FACILITY_REVOKE_FACILITY_READER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that revokes a user from category reader on this facility.
TD_FACILITY_REVOKE_FACILITY_WRITER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that revokes a user from category writer on this facility.
TD_FACILITY_WRITER - Static variable in class oracle.discussions.sdk.TdRole
Represents a category writer role.
TD_FAVORITE_GET_ALL_FAVORITE_THREADS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation which extracts list of all favorite threads.
TD_FAVORITE_GET_FAVORITE_CONTAINERS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation which extracts list of all favorite containers.
TD_FAVORITE_GET_FAVORITE_LAST_MESSAGE_POSTS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation which extracts list of all last postes messages which are marked as favorites.
TD_FAVORITE_GET_FAVORITE_POPULAR_THREADS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation which extracts list of all favorite threads which are also marked as popular threads.
TD_FAVORITE_GET_FAVORITE_THREADS_BY_CONTAINER - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation which extracts list of all favorite threads per container.
TD_FAVORITE_OPERATION_PREFIX - Static variable in class oracle.discussions.sdk.TdInitialContext
String specifying a prefix to all the favorites related operations.
TD_FAVORITE_SEARCH_FAVORITES - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation which searches on the list of favorites.
TD_GLOBALADMIN_GRANT_GLOBAL_ADMIN - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation which grants GlobalAdministrator role for a given user.
TD_GLOBALADMIN_LIST_GLOBALADMIN_USERS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation which extracts list of all global administrators.
TD_GLOBALADMIN_OPERATION_PREFIX - Static variable in class oracle.discussions.sdk.TdInitialContext
String specifying a prefix to all the global administrator related operations.
TD_GLOBALADMIN_REVOKE_GLOBAL_ADMIN - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation which revokes GlobalAdministrator role for a given user.
TD_GLOBAL_ADMIN - Static variable in class oracle.discussions.sdk.TdRole
Represents a global admin role.
TD_GROUP - Static variable in class oracle.discussions.sdk.TdGranteeRole
 
TD_MESSAGE_DELETE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that deletes this message.
TD_MESSAGE_GET_ATTACHMENT_BODY_PARTS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts the attachment bodies from the attachments of this message.
TD_MESSAGE_GET_BODY_PLAIN_TEXT - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts the plain text from this message's body.
TD_MESSAGE_GET_BODY_RICH_TEXT - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts the rich text from this message's body.
TD_MESSAGE_GET_CONTENT - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts the message content.
TD_MESSAGE_GET_NUMBER_OF_REPLIES - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that returns number of replies for this message.
TD_MESSAGE_GET_PARENT - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that returns parent forum of this message.
TD_MESSAGE_OPERATION_PREFIX - Static variable in class oracle.discussions.sdk.TdInitialContext
String specifying a prefix to all the message related operations.
TD_MESSAGE_UNDELETE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that undeletes this message.
TD_ROOT_FOLDER_NAME - Static variable in class oracle.discussions.sdk.TdInitialContext
ROOT LEVEL FOLDER NAME
TD_STOREMGR_GET_TD_STORE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts a tdstore fromt he tdstore manager.
TD_STORE_CREATE_BOARD - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that creates a forum at the root level.
TD_STORE_CREATE_FACILITY - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that creates a facility at the root level.
TD_STORE_GET_ANNOUNCEMENTS_BOARD - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts announcements board at root level.
TD_STORE_GET_CONTAINER_WITH_ID - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts a container given its id.
TD_STORE_GET_CONTAINER_WITH_PATH - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts a container given its path.
TD_STORE_GET_GLOBAL_SETTINGS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts global settings.
TD_STORE_GET_LAST_MESSAGE_POSTS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts last message posts at root level.
TD_STORE_GET_LAST_POST - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts last message post at root level.
TD_STORE_GET_MY_FOLLOWUPS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts the messages posted by the current user and to which other users have contributes after he did.
TD_STORE_GET_MY_FOLLOWUPS_RELATED_LAST_MESSAGE_POSTS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts the messages posted by the current user and to which other users have contributed after he did, if they are last posted messages.
TD_STORE_GET_MY_FOLLOWUPS_RELATED_POPULAR_THREADS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts the messages posted by the current user and to which other users have contributed after he did, if they are also popular threads.
TD_STORE_GET_MY_POSTS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts MyPosts.
TD_STORE_GET_MY_POSTS_RELATED_LAST_MESSAGE_POSTS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts the messages posted by the current user of they are last posted messages.
TD_STORE_GET_MY_POSTS_RELATED_POPULAR_THREADS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts the popular threads that are posted by the current user.
TD_STORE_GET_POPULAR_THREADS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts most popular threads at root level.
TD_STORE_HAS_ANNOUNCEMENTS_BOARD - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that check the existance of announcements board at root level.
TD_STORE_LIST_WITHOUT_PATH - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts all the containers at the root level without their absolute paths.
TD_STORE_LIST_WITH_PATH - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts all the containers at the root level with their absolute paths.
TD_STORE_OPERATION_PREFIX - Static variable in class oracle.discussions.sdk.TdInitialContext
String specifying a prefix to all the tdstore related operations.
TD_STORE_SEARCH - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that performs a search operation at the root level.
TD_STORE_UPDATE_GLOBAL_SETTINGS - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that updates global settings.
TD_THREAD_ADD_TO_FAVORITES - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that adds this thread to the list of favorites.
TD_THREAD_GET_MESSAGE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that extracts a message from this thread.
TD_THREAD_GET_MESSAGES - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation which extracts list of all messages in this thread.
TD_THREAD_LOCK - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that locks this thread.
TD_THREAD_MOVE - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that moves this thread from one board to another.
TD_THREAD_OPERATION_PREFIX - Static variable in class oracle.discussions.sdk.TdInitialContext
String specifying a prefix to all the thread related operations.
TD_THREAD_REMOVE_FROM_FAVORITES - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation that removes this thread from the list of favorites.
TD_THREAD_UNLOCK - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates an operation which unlocks this thread.
TD_USER - Static variable in class oracle.discussions.sdk.TdGranteeRole
 
THREAD_LOCKED - Static variable in class oracle.discussions.sdk.TdFlag
This flag will only apply to the thread A thread with this flag will prevent users other than board moderators to change the content of this thread and its replies
THREAD_VIEW - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Specifies the default view of the messages displayed in a page.
THREAD_VIEW_FLAT - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that the messages are displayed in a flat view.
THREAD_VIEW_THREADED - Static variable in interface oracle.discussions.sdk.TdBoardSettings
Indicates that the messages are displayed in threaded view.
TdAnnotation - class oracle.discussions.sdk.TdAnnotation.
Represents any operations that are performed on the threads/messages in oracle discussions.
TdAnnouncementsBoard - class oracle.discussions.sdk.TdAnnouncementsBoard.
Announcements Board extends the conventional TdBoard class.
TdAnnouncementsBoard(OracleStore, OracleStore, TdSession, String, long, String) - Constructor for class oracle.discussions.sdk.TdAnnouncementsBoard
Constructor.
TdAttachment - class oracle.discussions.sdk.TdAttachment.
TdAttachment is a light-weight object representing an attachment in a message.
TdAttachment(String, String, int) - Constructor for class oracle.discussions.sdk.TdAttachment
Constructor to initiliaze an attachment.
TdBoard - class oracle.discussions.sdk.TdBoard.
This class represents a Board for holding messages.
TdBoard(OracleStore, OracleStore, TdSession, String, long, String) - Constructor for class oracle.discussions.sdk.TdBoard
Constructor to build a tdboard instance.
TdBoardPermissions - class oracle.discussions.sdk.TdBoardPermissions.
TdBoardPermissions represents the permissions that different roles can have on a specified board.
TdBoardSettings - interface oracle.discussions.sdk.TdBoardSettings.
BoardSettings represent the board attributes defined when the board is created.
TdConfigurationException - exception oracle.discussions.sdk.TdConfigurationException.
Will be raised when the supplied configuration parameters are leading to an exception.
TdConfigurationException(String) - Constructor for class oracle.discussions.sdk.TdConfigurationException
Constructor which takes in the error code as the argument and constructs the exception object.
TdConfigurationException(String, Object) - Constructor for class oracle.discussions.sdk.TdConfigurationException
Constructor which takes in the error code and an object as arguments and constructs the exception object.
TdConfigurationException(String, Object, Object) - Constructor for class oracle.discussions.sdk.TdConfigurationException
Constructor which takes in the error code and two objects as arguments and constructs the exception object.
TdConfigurationException(String, Object, Object, Object) - Constructor for class oracle.discussions.sdk.TdConfigurationException
Constructor which takes in the error code and three objects as arguments and constructs the exception object.
TdConfigurationException(String, Throwable) - Constructor for class oracle.discussions.sdk.TdConfigurationException
Constructor which takes in the error code and a throwable object as arguments and constructs the exception object.
TdConfigurationException(String, Throwable, Object) - Constructor for class oracle.discussions.sdk.TdConfigurationException
Constructor which takes in the error code,an object and a throwable object as arguments and constructs the exception object.
TdConfigurationException(String, Throwable, Object, Object) - Constructor for class oracle.discussions.sdk.TdConfigurationException
Constructor which takes in the error code,two objects and a throwable object as arguments and constructs the exception object.
TdConfigurationException(String, Throwable, Object, Object, Object) - Constructor for class oracle.discussions.sdk.TdConfigurationException
Constructor which takes in the error code,three objects and a throwable object as arguments and constructs the exception object.
TdContainer - class oracle.discussions.sdk.TdContainer.
Super class for TdFacility and TdBoard as both act as container and share some common properties
TdContainerPermissions - class oracle.discussions.sdk.TdContainerPermissions.
Represents the permissions that a oracle discussions user holds on a container.
TdContainerSettings - interface oracle.discussions.sdk.TdContainerSettings.
ContainerSettings represent the attributes defined when the container is created.
TdException - exception oracle.discussions.sdk.TdException.
Indicates a oracle discussions specific generic exception.
TdException(String) - Constructor for class oracle.discussions.sdk.TdException
Constructor for this exception class.
TdException(String, Object) - Constructor for class oracle.discussions.sdk.TdException
Constructor for this exception class.
TdException(String, Object, Object) - Constructor for class oracle.discussions.sdk.TdException
Constructor for this exception class.
TdException(String, Object, Object, Object) - Constructor for class oracle.discussions.sdk.TdException
Constructor for this exception class.
TdException(String, Throwable) - Constructor for class oracle.discussions.sdk.TdException
Constructor for this exception class.
TdException(String, Throwable, Object) - Constructor for class oracle.discussions.sdk.TdException
Constructor for this exception class.
TdException(String, Throwable, Object, Object) - Constructor for class oracle.discussions.sdk.TdException
Constructor for this exception class.
TdException(String, Throwable, Object, Object, Object) - Constructor for class oracle.discussions.sdk.TdException
Constructor for this exception class.
TdException(String, Throwable, Object[]) - Constructor for class oracle.discussions.sdk.TdException
Constructor for this exception class.
TdFacility - class oracle.discussions.sdk.TdFacility.
This class represents a Facility container.
TdFacility(OracleStore, OracleStore, TdSession, String, long, String) - Constructor for class oracle.discussions.sdk.TdFacility
Constructor to create an instance of the TdFacility.
TdFacilityPermissions - class oracle.discussions.sdk.TdFacilityPermissions.
Represents the permissions of the connected user on a facility.
TdFavorite - interface oracle.discussions.sdk.TdFavorite.
Represents any discussions element which is added as a favorite element.
TdFavoriteManager - interface oracle.discussions.sdk.TdFavoriteManager.
Represents a class which can manage the favorite elements in discussions.
TdFlag - class oracle.discussions.sdk.TdFlag.
Enumeration class for the user message flags set by Oracle Discussions in TdMessages.
TdGlobalAdminManager - interface oracle.discussions.sdk.TdGlobalAdminManager.
Represents a class which performs root level operations.
TdGlobalSettings - interface oracle.discussions.sdk.TdGlobalSettings.
Represents the settings at the entire oracle discussions application level.
TdGranteeRole - class oracle.discussions.sdk.TdGranteeRole.
Associates a oracle discussions user with a specific oracle discussions role.
TdGranteeRole(TdUser, TdRole, boolean) - Constructor for class oracle.discussions.sdk.TdGranteeRole
Constructor which initializes a GranteeRole object taking in a oracle discussions user, a oracle discussions role and a boolean variable.
TdInitialContext - class oracle.discussions.sdk.TdInitialContext.
This class is used by callers to supply initialization parameters to the oracle discussions APIs.
TdInitialContext() - Constructor for class oracle.discussions.sdk.TdInitialContext
Create a new instance of TdInitialContext
TdInitialContext(Map) - Constructor for class oracle.discussions.sdk.TdInitialContext
Create a new instance of TdInitialContext supplying the properties values.
TdIterator - interface oracle.discussions.sdk.TdIterator.
Parent interface for all oracle discussion related iterators Extends java.util.Iterator.
TdLastPost - interface oracle.discussions.sdk.TdLastPost.
Represents the most recently posted message in the oracle discussions application.
TdMessage - class oracle.discussions.sdk.TdMessage.
TdMessage is a light-weight object representing a Message in a Board.
TdMessagePermissions - class oracle.discussions.sdk.TdMessagePermissions.
Represents the operations that a user can perform on a particular message.
TdMessagingException - exception oracle.discussions.sdk.TdMessagingException.
Wrapper a TdException into a MessagingException to allow to overwrite javax.mail.* APIs.
TdMessagingException(Throwable) - Constructor for class oracle.discussions.sdk.TdMessagingException
Takes in a throwable object and constructs a Oracle Discussions specific messaging exception object.
TdMyFavorites - interface oracle.discussions.sdk.TdMyFavorites.
Represents a users full listing of favorites in complete discussions at all container levels.
TdMyFollowups - interface oracle.discussions.sdk.TdMyFollowups.
Represents the threads/messages/replies to which others oracle discussions users have contributed, after this used did.
TdMyPosts - interface oracle.discussions.sdk.TdMyPosts.
Represents a user's posted threads/messages/replies in oracle discussions.
TdPermissions - class oracle.discussions.sdk.TdPermissions.
Represents the permissions that a user has on a oracle discussions element.
User's permissions are manifested by the role he plays on the discussions element.
TdRelatedContent - interface oracle.discussions.sdk.TdRelatedContent.
Represents the content which is related to the current user.
TdRole - class oracle.discussions.sdk.TdRole.
Enumeration class for the access control role defined in Oracle oracle discussions.
TdSearchResultMessage - class oracle.discussions.sdk.TdSearchResultMessage.
Represents an individual search result object, returned by oracle discussions search.
TdSearchTerm - class oracle.discussions.sdk.TdSearchTerm.
Defines the query criteria for a search in Oracle Discussions.
TdStore - interface oracle.discussions.sdk.TdStore.
TdStore represents an abstraction over a message store for facilities and boards.
TdStoreFactory - interface oracle.discussions.sdk.TdStoreFactory.
TdStoreFactory creates TdStore instances for discussions users.
TdStoreManager - class oracle.discussions.sdk.TdStoreManager.
Entry point for all oracle discussions APIs.
TdSubscription - class oracle.discussions.sdk.TdSubscription.
Oracle discussions allows users to subscribe to the discussions elements of their choice, to which they have access to.
TdSubscription(TdUser, TdContainer, String, int) - Constructor for class oracle.discussions.sdk.TdSubscription
Constructor to initialize a TdSubscription taking in TdUser - Oracle Discussions user requesting subscription TdContainer - Container on which subscription is being requested email - Email Address to which the notifications should be sent iType - The Subscription type
TdSubscriptionManager - interface oracle.discussions.sdk.TdSubscriptionManager.
Represents a class which manages user subscriptions.
TdThread - class oracle.discussions.sdk.TdThread.
TdThread is a TdMessage with additional accessors for thread specific information.
TdThreadPermissions - class oracle.discussions.sdk.TdThreadPermissions.
Represents the permissions a user owns on a particular thread object.
TdThreadSubscription - class oracle.discussions.sdk.TdThreadSubscription.
Represents user subscriptions on a thread.
TdThreadSubscription(TdUser, TdBoard, TdThread, String, int) - Constructor for class oracle.discussions.sdk.TdThreadSubscription
Constructor to create a TdThreadSubscription Object.
TdUnsupportedOperationException - exception oracle.discussions.sdk.TdUnsupportedOperationException.
Runtime exception raised for JavaMail operations not supported by oracle discussions implementation.
TdUnsupportedOperationException(String) - Constructor for class oracle.discussions.sdk.TdUnsupportedOperationException
Runtime exception raised for JavaMail operations not supported by oracle discussions implementation.
TdUser - class oracle.discussions.sdk.TdUser.
Represents a oracle discussions user.
TdUserFactory - class oracle.discussions.sdk.TdUserFactory.
A factory class, used to create oracle discussions user objects.
TdUserProfile - interface oracle.discussions.sdk.TdUserProfile.
Provides accessors for accessing the profile information of a Threaded Discussions user.
TdUserProfileManager - interface oracle.discussions.sdk.TdUserProfileManager.
Provides accessors for loading user's profile for this TdStore.
toInteger() - Method in class oracle.discussions.sdk.TdRole
Returns an Integer representation of the role.
toString() - Method in class oracle.discussions.sdk.TdFlag
Returns teh String representation of this flag.
toString() - Method in class oracle.discussions.sdk.TdMessage
Converts the message into its corresponding string representation.
toString(Locale) - Method in class oracle.discussions.sdk.TdMessage
Converts the message into a locale specific string
toString() - Method in class oracle.discussions.sdk.TdMessagingException
Returns the exception object in the form of a string.
toString() - Method in class oracle.discussions.sdk.TdRole
Returns a String description of the role.
toString() - Method in class oracle.discussions.sdk.TdUser
Converts a user object into a string representation

U

UNDEFINED_INT_SETTINGS - Static variable in interface oracle.discussions.sdk.TdContainerSettings
Specifies that none os the settings are defined.
USER_AGENT - Static variable in class oracle.discussions.sdk.TdUser
Browser which the user is using.
USER_CHAR_SET - Static variable in class oracle.discussions.sdk.TdUser
Represents the character set a oracle discussions user is using.
USER_REFERRER - Static variable in class oracle.discussions.sdk.TdUser
Represents the url from which the user request is coming in.
USER_REMOTE_ADDRESS - Static variable in class oracle.discussions.sdk.TdUser
Represents a user's remote machine address.
undelete() - Method in class oracle.discussions.sdk.TdMessage
Undeletes the current message.
unlock() - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Unlocks the Board so that the board writers can post messages to the board.
unlock() - Method in class oracle.discussions.sdk.TdBoard
Unlocks the oracle discussions board.
unlock() - Method in class oracle.discussions.sdk.TdThread
Sets the status of a thread to unlocked.
unsubscribe(TdSubscription) - Method in interface oracle.discussions.sdk.TdSubscriptionManager
Removes the given subscription
updateContainerSettings(TdContainerSettings) - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Updates the board settings with the settings object passed.
updateContainerSettings(TdContainerSettings) - Method in class oracle.discussions.sdk.TdContainer
Updates the current container settings.
updateGlobalSettings(TdGlobalSettings) - Method in interface oracle.discussions.sdk.TdStore
Updates global settings of the current oracle discussions
updateGranteeRoles(List) - Method in class oracle.discussions.sdk.TdAnnouncementsBoard
Updates the user roles from the list of roles passed as the argument.
updateGranteeRoles(List) - Method in class oracle.discussions.sdk.TdContainer
Updates the current settings for this container with the supplied list of TdGranteeRoles.
updateGranteeRoles(List) - Method in interface oracle.discussions.sdk.TdGlobalAdminManager
Updates the root level roles with the list of TdGranteeRoles passed in
updateSubscription(TdSubscription) - Method in interface oracle.discussions.sdk.TdSubscriptionManager
Updates the given subscription

V

validate() - Method in interface oracle.discussions.sdk.TdContainerSettings
Validates the value of the parameters currently set in this container settings instance.
validate() - Method in interface oracle.discussions.sdk.TdGlobalSettings
Validates the value of the parameters currently set in this container settings instance.

W

WEBUI_BASEURL - Static variable in class oracle.discussions.sdk.TdInitialContext
Indicates url used to access discussions system.
WITHIN_ONE_DAY - Static variable in class oracle.discussions.sdk.TdSearchTerm
Represents that the search is based on messages posted within one day before and after the choosen date.
WITHIN_ONE_MONTH - Static variable in class oracle.discussions.sdk.TdSearchTerm
Represents that the search is based on messages posted within one month before and after the choosen date.
WITHIN_ONE_WEEK - Static variable in class oracle.discussions.sdk.TdSearchTerm
Represents that the search is based on messages posted within one week before and after the choosen date.
WITHIN_ONE_YEAR - Static variable in class oracle.discussions.sdk.TdSearchTerm
Represents that the search is based on messages posted within one year before and after the choosen date.

A B C D E F G H I J L M N O P R S T U V W

Copyright © 2005, Oracle. All rights reserved.