Adding "xfer:transferred" aspect

Injecting the source system's repositoryId on transfer.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20845 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2010-06-28 15:10:12 +00:00
parent cd11a35e8f
commit 33cc621490
5 changed files with 71 additions and 5 deletions

View File

@@ -38,6 +38,13 @@ import org.alfresco.service.namespace.RegexQNamePattern;
/**
* @author brian
*
* The secondary manifest processor performs a second parse of the snapshot file.
*
* It is responsible for linking nodes together, moving them out of the temporary space
* into their final position in the repository. At the point that this processor runs both
* ends (source and target) of the nodes' associations should be available in the receiving
* repository.
*
*/
public class RepoSecondaryManifestProcessorImpl extends AbstractManifestProcessorBase
{