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

Examples of org.jitterbit.integration.client.ui.interchange.entity.transformation.batch.SourceBatchChange


    private void editImpl(String path) {
        if (sourceBatchEditor == null) {
            sourceBatchEditor = createSourceBatchEditor();
        }
        SourceBatchChange change = sourceBatchEditor.edit(path);
        if (change != null) {
            treeMapper.getTreeMapperContainer().registerSaveJob(change);
            treeMapper.m_sourceTreeComponent.refreshBatchNode(change.getNewParams());
        }
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.interchange.entity.transformation.batch.SourceBatchChange

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.