Package org.jitterbit.integration.client.ui.operation.siblings

Examples of org.jitterbit.integration.client.ui.operation.siblings.SiblingOperationsInfo


    private List<Operation> getCurrentSiblings(OperationWrapperNode node) {
        IntegrationProject project = controller.getProject();
        DependencyStore dependencies = project.getCurrentDependencies();
        try {
            SiblingOperationsInfo info = new SiblingOperationsInfo(project.getItemLookup(), dependencies);
            return info.getSiblingOperations(node.getDataObject());
        } finally {
            dependencies.dispose();
        }
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.operation.siblings.SiblingOperationsInfo

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.