|
SAP NetWeaver '04 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
| IAccessibilityGroupRenderer | Used for structured group renderers to render its content in 508 mode. |
| 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. |
| Exception Summary | |
| PropertyStructureServiceException | WcmException that is thrown inside the property structure service. |
Provides structuring information for properties.
Purpose
Configuration
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.
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.
| Property | Required | Description |
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 |
|
SAP NetWeaver '04 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||