Oracle® WebCenter Interaction Development Kit 10.3.3.0.0 |
|
Plumtree.Remote.PRC.Collaboration Namespace
Contains ICollaborationFactory, a factory interface to obtain various Collaboration object managers, and common exception classes used by all Collaboration objects.
Since IDK 5.1
Namespace hierarchy
Classes
Class | Description |
---|
CollaborationException | Thrown when a remote invocation results in an error. |
MultipleObjectException | Thrown when multiple exceptions occur on the server during bulk operations. |
NameAlreadyInUseException | Thrown when creating an object with a name that is already used by an existing object of the same type. |
ObjectReference | Represents an Object linked to an existing Collaboration object, for example a discussion linked to a document. |
PermissionDeniedException | Thrown when a user does not have the appropriate access to perform a Collaboration operation. |
Interfaces
Interface | Description |
---|
IAnnotation | Annotations are comments added to blog entries or wiki pages. |
ICollaborationFactory | Factory interface to obtain the various Collaboration object managers. |
IObjectReference | Object references are objects attached to another item, for example a discussion attached to a document. Different object can have different objects attached. For documents, it is tasklists or discussions; for discussions, it is for tasklists, it is documents and discussions; for discussions, it is task lists and documents; for blog entries it is documents, and for wiki pages it is documents and discussions. |
Enumerations
Enumeration | Description |
---|
CollaborationObjectType | An enumerated type used to describe Collaboration types in ObjectReference . |