The expanded map coming from the Data Producers is passed through the path mappings. This is a raw remapping of the input data based on the path names in the data map.
<PathMappings> <PathMap source="/DOD5015" target="/DOD5015"/> <!-- Force the fullName generator to trigger --> <PathMap source="/DOD5015/event/node" target="/DOD5015/event/person"/> <PathMap source="/alfresco-api/post/AuthenticationService/authenticate" target="/DOD5015/login"/> </PathMappings>
In this example, all paths starting with /DOD5015 are mapped verbatim, but without the declaration, the data paths starting with /DOD5015 are discarded. A small subset of the Content Services API data is used (only the AuthenticationService.authenticate call) by mapping all values starting with that path to /DOD5015/login.