Package org.jitterbit.integration.client.plugin.pipeline

Examples of org.jitterbit.integration.client.plugin.pipeline.ProjectPluginInfo


        // XXX: If the copied item is deleted directly, without saving, its plugin settings
        // will remain (because the item was still transient some event notifications are not
        // sent out as usual).
        try {
            ManagedProject mp = project.getExtensionObject(ManagedProject.class);
            ProjectPluginInfo pluginSettings = mp.getPipelinePlugins();
            pluginSettings.getAppliedPlugins().copy(original, copy);
            mp.savePluginInfo();
        } catch (InterchangeSavingException e) {
            ErrorLog.attention(getClass(), "The plugin settings could not be copied.", e);
        }
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.plugin.pipeline.ProjectPluginInfo

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.