Package org.jitterbit.integration.client.ui.deploy

Examples of org.jitterbit.integration.client.ui.deploy.SelectedObjectsDeployer.deploy()


     *            a <code>DeployCallback</code> that will be notified on the outcome of the request
     */
    @Override
    public void deploy(Iterable<? extends IntegrationEntity> items, DeployCallback callback) {
        SelectedObjectsDeployer deployer = createDeployer();
        deployer.deploy(Lists.newArrayList(items), callback);
    }

    /**
     * Requests that a single item is deployed.
     * <p>
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.