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

Examples of org.jitterbit.integration.client.ui.interchange.entity.transformation.tree.SourceTreeDataElementContainer


    public FormulaBuilderUi(IntegrationProject project, TreeMapper treeMapper, SourceTreeFactory sourceTreeFactory,
                    ScriptModeSelector modeSelector, String targetDE, String expression) {
        this.treeMapper = treeMapper;
        this.sourceTreeFactory = sourceTreeFactory;
        sourceDEs = new SourceTreeDataElementContainer(treeMapper.m_sourceTreeComponent);
        sourceTree = sourceTreeFactory.newSourceTree();
        sourceTreeLayout = layoutSourceTree();
        exprSource = new TransformationExpressionSource(treeMapper.getTransformation(), new NodePath(targetDE));
        scriptModel = createScriptBuilderModel(project);
        Node target=treeMapper.findTargetNode(targetDE);
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.interchange.entity.transformation.tree.SourceTreeDataElementContainer

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.