|
SAP NetWeaver '04 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Provides a service that manages personal notes for resources.
See:
Description
| Interface Summary | |
| IPersonalNote | The interface represents a service for handling personal notes that are created for resources. |
Provides a service that manages personal notes for resources.
The personal notes service handles notes that users create for resources. It supports add and get methods.
The personal notes can be configured with the parameters shown
in the table.
The parameters can be set with the help of the user interface of
the Content Management configuration framework.
For more information see the documentation Administering
Content Management.
| Property | Required | Description |
class |
yes | The class that implements the comment service interface and is used for this system |
Repository |
Yes | Repository where the personal notes are stored |
Root |
Yes | Root folder in the repository where the personal notes are stored. |
The following shows a sample configuration:
| Name |
Value |
class |
com.sapportals.wcm.repository.service.personalnote.PersonalNoteManager |
Repository |
/collaboration |
Root |
personalnote |
An instance of the personal notes service must be configured for each repository where it is required.
Personal notes are stored in files. These files are located in the personal notes root folder as shown in the example:
/collaboration/ personalnote /<Unique ID of Resource>/<UserID>/ personalnote. txt
A namespace filter is started with the service. This Filter provides cares about access rights. Only the author of a note can access the note.
|
SAP NetWeaver '04 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||