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

Examples of org.jitterbit.integration.client.ui.interchange.entity.transformation.action.ClearTestDataAction


    private void installPageActions(TransformationPage page) {
        page.setLoginAction(loginAction);
        page.setDebugActions(debugActions);
        page.addPageActions(
            new ClearTestDataAction(page),
            new CreateOperationAction(page.getObject(), new InterchangeEntityFactory(impl.getView()),
                                new ViewEntityPageDisplayer(impl.getView())),
            new ShowSourceDataNodesAction(page),
            new ShowTargetDataNodesAction(page),
            new ViewSourceFileAction(page),
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.interchange.entity.transformation.action.ClearTestDataAction

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.