|
SAP NetWeaver 7.31 (SP01) KMC | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Attachment Service implementation.
See:
Description
| Interface Summary | |
|---|---|
| IAttachment | Interface for the attachment service. |
Attachment Service implementation.
The Attachment Service handles Attachments of Users. It does support add- and get-Methods.
The Attachment Service instance must be configured in the wcm.properties file.
|
Property |
Required |
Description |
|
|
yes |
The Java class of the rating service, com.sapportals.wcm.repository.service.attachment.AttachmentManager |
|
|
Yes |
A Repository Manager where the Attachments are stored |
|
|
Yes |
A ResourceList located on top of the Respository Manager. The Attachments are stored there. |
The following is a sample configuration entry:
repository.service.attachment.class =
com.sapportals.wcm.repository.service.attachment.AttachmentManager
repository.service. attachment.repository = /collaboration
repository.service. attachment.root = attachment
The AttachmentService instance must be configured at each repository (in the wcm.properties file).
|
Property |
Required |
Description |
|
|
No |
The Service Name, attachment |
The following is a sample configuration entry:
repository.manager.wcm.services
= feedback
Attachments are stored as Files. There is a connection to the Resource the comment is written for.
e.g.
/collaboration/attachment/<Unique ID of Resource>/”look at this.pdf”
Supported Options
A Namespace-Filter is started during startup of the Service. This Filter provides cares about access rights.
A Property Filter is is started during startup of the Service. This Filter provides cares about useful “displaynames”.
|
SAP NetWeaver 7.31 (SP01) KMC | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||