Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentManager Members

IDocumentManager overview

Public Instance Methods

iconCheckInDocument Checks in a new version of a document that is currently in the checked-out state.
iconCheckOutDocument Puts the document into the checked-out state.
iconCopyToFolder Copies documents and folders from a source parent folder to a target folder.
iconCreateDocumentFilter Creates an IDocumentFilter for querying documents.
iconCreateDocumentFolderFilter Creates an IDocumentFolderfilter for querying documents.
iconCreateNewDocument Returns a new IDocument instance.
iconCreateNewFolder Creates and returns a new IDocumentFolder instance.
iconGetDocument Returns an IDocument with the specified ID, or null if there is no document with the given ID.
iconGetDocumentFolder Returns an IDocumentFolder for the specified ID, or null if there is no document folder with the given ID.
iconGetSubscribedUserIDsOverloaded. Returns the IDs of the users who are subscribed to the given document.
iconGetTopLevelFolder Returns the top level folder for the given project.
iconInsertNewDocument Inserts a new document into the given parent document folder.
iconInsertNewFolder Inserts a new document folder into the given document folder.
iconQueryDocumentsOverloaded. Queries for documents contained in the specified document folder, and returns an array of IDocuments that satisfies the query filter.
iconQueryFolders Queries for document folders contained in the specified document folder, and returns an array of IDocumentFolders that satisfies the query filter.
iconRemoveDocument Deletes the document.
iconRemoveDocumentFolder Deletes the folder.
iconSubscribeUsersOverloaded. Subscribes users with the given IDs to the given document.
iconUndoDocumentCheckout Puts a document that is currently in the checked-out state into the non-checked-out state (reverses the current check-out).
iconUnsubscribeUsersOverloaded. Unsubscribes users with the given IDs from a document folder, including all documents in the folder.

See Also

IDocumentManager Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace