List<ProjectExchangeInfoDataObject> pInfos = new ArrayList<ProjectExchangeInfoDataObject>(
this.projectInfos.size());
for (ProjectExchangeInfo fileList : this.projectInfos) {
pInfos.add(fileList.toProjectInfoDataObject());
}
return new ProjectsAddedActivityDataObject(this.source.getJID(),
pInfos, processID, doStream);
}