this.dashboardContext = dashboardContext;
}
public void addExternalResourcesToBackup(ZipOutputStream out)
throws IOException {
ExternalResourceArchiver archiver = new ExternalResourceArchiverXMLv1();
archiver.setDashboardContext(dashboardContext);
dispatchAllImportInstructions(archiver);
archiver.export(out);
}