Ensure that associations are not exported via export and transfer REST API

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15847 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2009-08-21 09:02:52 +00:00
parent 505fe9c436
commit f768c7faa0

View File

@@ -217,6 +217,7 @@ public class StreamArchive extends StreamContent
ExporterCrawlerParameters params = new ExporterCrawlerParameters();
params.setCrawlSelf(true);
params.setCrawlChildNodes(true);
params.setCrawlAssociations(false);
params.setExportFrom(new Location(nodeRefs));
// perform the actual export