Package com.sapportals.wcm.repository.service.attachment

Attachment Service implementation.

See:
          Description

Interface Summary
IAttachment Interface for the attachment service.
 

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

Attachment Service implementation.

Package Specification

Purpose

The Attachment Service handles Attachments of Users. It does support add- and get-Methods.

Installation

The Attachment Service instance must be configured in the wcm.properties file.

Property

Required

Description

class

yes

The Java class of the rating service, com.sapportals.wcm.repository.service.attachment.AttachmentManager

Repository

Yes

A Repository Manager where the Attachments are stored

Root

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

Service

No

The Service Name, attachment

The following is a sample configuration entry:

 

repository.manager.wcm.services             = feedback

 

Implementation notes

Customer Settings

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

Issues

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”.

Related Documentation



Copyright 2012 SAP AG Complete Copyright Notice