SAP NetWeaver '04

Package com.sapportals.wcm.repository.service.personalnote

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.
 

Package com.sapportals.wcm.repository.service.personalnote Description

Provides a service that manages personal notes for resources.

Package Specification

Purpose

The personal notes service handles notes that users create for resources. It supports add and get methods.

Configuration

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.

Implementation notes

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

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.