Package org.jitterbit.integration.client.ui.interchange.entity.transformation

Examples of org.jitterbit.integration.client.ui.interchange.entity.transformation.TransformationStructureRefresher$RefreshStructuresJob


    public final void refresh() {
        Transformation tf = page.getObject();
        log("Received request to refresh the structures for the transformation \"" + tf.getName() + "\"");
        ManagedProject project = ProjectUtils.getManagedProject(tf);
        TransformationStructureRefresher refresher = new TransformationStructureRefresher(project);
        refresher.setLogger(logger);
        refresher.refreshInputAndOuputStructures(tf, new CallbackImpl());
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.interchange.entity.transformation.TransformationStructureRefresher$RefreshStructuresJob

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.