The Repository Loader manifest file uses the following XML elements:

Tag/Attribute

Description

<manifest>

Wraps the entire manifest.

num-elements

An attribute of the <manifest> tag, optionally indicates the total number of add, remove, and update elements in the manifest file.

<add>

<remove>

<update>

Contains the path name of the source file or folder. For example:

<add>/home/Dynamo/RL/sample-data/user001.xml</add>
<update>/home/Dynamo/RL/sample-data/user002.xml</update>

type-mapping

An attribute of an add, remove, or update tag, optionally specifies the TypeMapping for processing this file.

The attribute value must be the absolute Nucleus path of a component that implements atg.repository.loader.TypeMapping.

Note: if no type-mapping is provided, the Repository Loader uses the TypeMapper that is specified by the LoaderManager configuration.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices