Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocument Members

IDocument overview

Public Instance Properties

iconAuthor Gets or sets a string representing the author of the document. Cannot be null.
iconCheckedOut Gets a value indicating whether or not the document is currently checked out.
iconCheckedOutDate Gets the date at which the document was last checked out.
iconContainingFolder Gets document folder that this document is stored in.
iconContainingProject Gets the project that contains this document.
iconContentType Gets a string representing the content type of the document.
iconContentURL Gets the document content URL.
iconCreatedDate Gets the document created date.
iconDefaultSecurity Gets or sets whether this document uses project-default security.
iconDescription Gets or sets the document description.
iconDetailsURL Gets the document details URL.
iconID Gets the document ID.
iconLastModifiedDate Gets the last modified date.
iconName Gets or sets the document name.
iconOwnerUserID Gets the document owner user ID.
iconPublishedPortalDocumentID Gets the corresponding document ID of the portal document that the document has been published to.
iconPublishedToPortal Gets a boolean value indicating whether or not the document has been published to the portal Knowledge Directory.

Public Instance Methods

iconGetAccessLevel Returns document access level for a given role type.
iconGetContentAsInputStreamOverloaded. Returns a Stream for reading the contents of the current version of the document.
iconGetObjectReferences Returns an array of IXPObjectReference.
iconGetPath Returns a string representation of the path of a document.
iconGetVersionHistory Returns an array of IXPDocumentVersion.
iconHasCheckedOutDate Returns true if the date of the last check-out is available, otherwise false.
iconHasCreatedDate Returns true if the created date is available, otherwise false.
iconHasLastModifiedDate Returns true if last modified date is available, otherwise false.
iconIsActionAllowed Returns whether or not a given DocumentPermissions is allowed for this document.
iconSetAccessLevel Set document access level for a given role type.
iconStore Stores properties or metadata of a document.

See Also

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