|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface represents a service for handling personal notes that are created for resources. Personal notes are always assigned to resources. Users with read permission can write personal notes for a resource. Only the authors of personal notes can read them.
The personal notes service can be configured. It offers a method to determine the current configuration.
| Method Summary | |
boolean |
addComment(IResource resource,
java.lang.String Text)
Adds a personal note to the specified resource. |
IResourceList |
getComment(IResource resource)
Gets all personal notes for a given resource sorted by creation date. |
int |
getPersonalNoteCount(IResource resource)
Returns the number of personal notes assigned to a resource. |
java.util.Properties |
getProperties()
Gets all configuration data for this service. |
| Method Detail |
public boolean addComment(IResource resource,
java.lang.String Text)
throws WcmException
resource - the resource for which the note is givenText - text of the notepublic IResourceList getComment(IResource resource)
resource - the resource for which the personal notes existpublic java.util.Properties getProperties()
public int getPersonalNoteCount(IResource resource)
resource - resource for which the personal notes exist
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||