In the project's root directory, an XML file with the same name as the project contains all the project relationships. This file does not contain any specific data for the related integration entities except for their IDs and parent child relationships. In the same directory, an XML file listing all the entities that have been deleted since the project was last deployed is created.
The integration entities themselves are stored in individual XML files. These files are created in sub-directories under the root directory, each sub-directory named after the EntityType
of the entities it contains. The name of the file for a specific entity is created from the ID of the entity. [TODO: This last bit is subject to change.]
@see org.jitterbit.integration.client.project.persistor.v10.InterchangeXmlReader
@author Torgil Zethson
|
|
|
|
|
|