Oracle® WebCenter Interaction Development Kit 10.3.3.0.0 |
|
Plumtree.Remote.PRC.Content Namespace
Contains IContentFactory, a factory interface to obtain various Publisher content managers, and common exception classes used by all Publisher objects.
(See
Content Item Examples for
sample code on how to retrieve an IContentFactory and various content managers.)
Since IDK 5.2
Namespace hierarchy
Classes
Class | Description |
---|
ContentException | Thrown when a remote invocation results in an error. |
ContentSecurityException | Thrown when a user does not have the appropriate access to perform a Content operation. |
NameAlreadyInUseException | Thrown when creating an object with a name that is already used by an existing object of the same type in the same folder. For Content Server properties, this exception will be thrown when adding a property with a name that is already used by another property of a different type in the same Data Entry Template. |
Interfaces
Interface | Description |
---|
IContentFactory | Factory interface to obtain the various Publisher content managers. |