Package de.fu_berlin.inf.dpp.activities.serializable

Examples of de.fu_berlin.inf.dpp.activities.serializable.ProjectsAddedActivityDataObject


        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);
    }
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.activities.serializable.ProjectsAddedActivityDataObject

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.