Package org.openengsb.core.ekb.transformation.wonderland.internal.operation

Examples of org.openengsb.core.ekb.transformation.wonderland.internal.operation.SplitOperation


   
    public TestTransformationOperationLoader() {
        operations = new HashMap<String, TransformationOperation>();
        addOperation(new ForwardOperation("forward"));
        addOperation(new ConcatOperation("concat"));
        addOperation(new SplitOperation("split"));
        addOperation(new SplitRegexOperation("splitRegex"));
        addOperation(new MapOperation("map"));
        addOperation(new TrimOperation("trim"));
        addOperation(new ToLowerOperation("toLower"));
        addOperation(new ToUpperOperation("toUpper"));
View Full Code Here

TOP

Related Classes of org.openengsb.core.ekb.transformation.wonderland.internal.operation.SplitOperation

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.