Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IDocument Methods

The methods of the IDocument interface are listed below. For a complete list of IDocument interface members, see the IDocument Members topic.

Public Instance Methods

GetAccessLevel Returns document access level for a given role type.
GetContentAsInputStream Returns a Stream for reading the contents of the current version of the document.
GetPath Returns a string representation of the path of a document.
HasCheckedOutDate Returns true if the date of the last check-out is available, otherwise false.
HasCreatedDate Returns true if the created date is available, otherwise false.
HasLastModifiedDate Returns true if last modified date is available, otherwise false.
IsActionAllowed Returns whether or not a given DocumentPermissions is allowed for this document.
SetAccessLevel Set document access level for a given role type.
Store Stores properties or metadata of a document.

See Also

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