Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

Plumtree.Remote.Docfetch Namespace

Provides interfaces for building document retrieval services for Oracle WebCenter Interaction.

Note: Values retrieved from the portal using IDocFetchProvider.initialize(DataSourceInfo dsInfo) will be decoded in the process. To prevent + from being decoded into a space and % from having indeterminate behavior, make sure that all values entered into the datasource using SCI pages are encoded using CSPCodec. Likewise, all values that have been encoded in the SCI datasource pages should be decoded when displayed with SCI using Plumtree.Remote.Util.CSPCodec.

Namespace hierarchy

Interfaces

InterfaceDescription
IDocFetch An interface that allows the DocFetch server page to retrieve the requested document and associated metadata.
IDocFetchProvider An interface that allows the DocFetch server page to verify access to the requested document prior to retrieval.