Examples of ToLowerOperation


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

        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"));
        addOperation(new SubStringOperation("substring"));
        addOperation(new ValueOperation("value"));
        addOperation(new LengthOperation("length"));
        addOperation(new ReplaceOperation("replace"));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.