Package eu.planets_project.pp.plato.services.crib_integration.remoteclient

Examples of eu.planets_project.pp.plato.services.crib_integration.remoteclient.FileObject


        try {
            // all migration actions are done via the metaconverter
            metaconverterService = metaconverterServiceLocator.getMetaconverter();

            // prepare the data of the sample record for migration
            FileObject sampleFile = new FileObject(sampleObject.getData().getData(), sampleObject.getFullname());
            RepresentationObject representationObject = new RepresentationObject(new FileObject[]{sampleFile});

            // the action parameters specify which migration service is called
            MigrationPath migrationPath = new MigrationPath();
            LinkedList<String> urls = new LinkedList<String>();
View Full Code Here

TOP

Related Classes of eu.planets_project.pp.plato.services.crib_integration.remoteclient.FileObject

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.