Package com.sapportals.wcm.service.urimapper

Provides a service that maps URIs to unique IDs.

See:
          Description

Interface Summary
IUriMapperService Maps arbitrary length resource IDs (URIs and RIDs) to fixed length shorter ID strings and vice versa.
IUriMapperService2 Extends IUriMapper with a set of methods that pass in the ResourceContext XXX: internal use only
 

Class Summary
UriMapperServiceFactory Service factory for the service of this package.
 

Package com.sapportals.wcm.service.urimapper Description

Provides a service that maps URIs to unique IDs.

Package Specification

Purpose

The URI Mapper service maps URIs to unique IDs. Two kinds of mapping are provided:

The mappings are persisted in a SQL database which is accessed via JDBC. The URI Mapper service can maintain mapping tables in multiple databases. Applications can generate mappings in these databases independent of the URI Mapper service and just use the URI Mapper service to maintain these mappings during rename, move, or delete operations on resources. Only one database is used by the URI Mapper service to create new mappings or to retrieve mappings on request.

Configuration

In the CM configuration UI:

Configure the URI Mapper Service:
PropertyRequiredDescription
yes Activate/deactivate the service
Mapping Connection Pools yes Connection pools in which the mapping tables are maintained
yes Connection pool where new mappings are created



Copyright 2014 SAP AG Complete Copyright Notice