Show TOC Start of Content Area

Background documentation Entry Points  Locate the document in its SAP Library structure

An entry point defines the top-level nodes in the Portal Catalog, as well as the types of semantic objects to display.

For example, you can specify to display only the Portal Content folder, and display only folders, iViews and pages in the folder.

XML Script

      In the configuration <context> element, create a <Context> element for a standard folder that indicates the start of entry points, with the following attributes:

       name: pcmEntryPoints

       objectClass: com.sap.portal.pcd.gl.GlContext

      In the entry points <context> element, create a <Context> element for each entry point.

Each entry point should be a delta link to an existing entry point template. The entry points are defined in the following folder:

Portal Content Content Provided by SAP Admin Interfaces Admin Page Templates Admin Studio Default Page

portal_content/com.sap.pct/admin.templates/pages
/com.sap.portal.admin_studio_page

Set the following attribute for each entry point <context> element:

       objectClass: com.sap.portal.admin.studio.config.pcmentrypoint

      For each entry point, define an <Attribute>element that specifies the object types to display under the entry point.

       name:  com.sap.portal.admin.studio.config.pcmentrypoint.structureFilter

For this <Attribute>element, define <AttributeValue> elements, one for each object type. Set the following attribute:

       value: com.sap.portal.pcm.admin.PlainFolderConverter=<object class>

 

This graphic is explained in the accompanying text

Result

The specified entry points are displayed in the Portal Catalog.

This graphic is explained in the accompanying text

 

End of Content Area