Package com.sapportals.wcm.service.propertystructure

Provides structuring information for properties.

See:
          Description

Interface Summary
IAccessibilityGroupRenderer Used for structured group renderers to render its content in 508 mode.
IExtendedGroupRenderer To be implemented by structured group renderers to support additional functionalities.
IPropertyStructure Preconfigured structure for displaying the properties of a resource.
IPropertyStructureList List of items of a property structure.
IPropertyStructureListIterator Iterator for a list of items of a property structure.
IPropertyStructureService Provides structure information for rendering property dialogs.
IStructuredGroup Preconfigured structured group for displaying the properties of a resource.
IStructuredGroupItem Item inside a structured group or property structure.
IStructuredGroupItemList List of items of a group inside a property structure.
IStructuredGroupItemListIterator Iterator for a list of items of a group inside a property structure.
IStructuredGroupRenderer Renderer for a structured group.
IStructuredProperty Property inside a property structure.
 

Class Summary
AbstractGroupRenderer Abstract group renderer that should be extended by every property structure group renderer.
 

Exception Summary
PropertyStructureServiceException WcmException that is thrown inside the property structure service.
 

Package com.sapportals.wcm.service.propertystructure Description

Provides structuring information for properties.

Package Specification

Purpose
Configuration

Purpose

The property structure service is used to get structuring information for properties of folders and documents. It is possible to order and group properties. Groups can be nested so that every structure and group can contain properties and groups. For every structure resource types and display modes can be used to restrict the availability of it. The configuration is done via the CM configuration framework UI.

Configuration

The property structure service has only a few important configuration parameters.
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.

PropertyRequiredDescription
class yes The Java class of the property structure service com.sapportals.wcm.service.propertystructure.cm.PropertyStructureService.
active yes Indicates that the service is active.
bundlefile no The optional bundle file of the property structure service can be used to override the values of the default bundle file.


The following shows a sample configuration:

Name Value
class com.sapportals.wcm.service.propertystructure.cm.PropertyStructureService
active true
bundlefile



Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. 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.