org.camunda.bpm.dmn.feel.impl.juel.transform
Class FeelToJuelTransformImpl
java.lang.Object
org.camunda.bpm.dmn.feel.impl.juel.transform.FeelToJuelTransformImpl
- All Implemented Interfaces:
- FeelToJuelTransform
public class FeelToJuelTransformImpl
- extends Object
- implements FeelToJuelTransform
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOT_TRANSFORMER
public static final FeelToJuelTransformer NOT_TRANSFORMER
HYPHEN_TRANSFORMER
public static final FeelToJuelTransformer HYPHEN_TRANSFORMER
LIST_TRANSFORMER
public static final FeelToJuelTransformer LIST_TRANSFORMER
INTERVAL_TRANSFORMER
public static final FeelToJuelTransformer INTERVAL_TRANSFORMER
COMPARISON_TRANSFORMER
public static final FeelToJuelTransformer COMPARISON_TRANSFORMER
EQUAL_TRANSFORMER
public static final FeelToJuelTransformer EQUAL_TRANSFORMER
ENDPOINT_TRANSFORMER
public static final FeelToJuelTransformer ENDPOINT_TRANSFORMER
FeelToJuelTransformImpl
public FeelToJuelTransformImpl()
transformSimpleUnaryTests
public String transformSimpleUnaryTests(String simpleUnaryTests,
String inputName)
- Description copied from interface:
FeelToJuelTransform
- Transform a FEEL simple unary tests expression to a JUEL expression.
- Specified by:
transformSimpleUnaryTests in interface FeelToJuelTransform
- Parameters:
simpleUnaryTests - the FEEL simple unary tests expression to transforminputName - the variable name of the input variable to test against
- Returns:
- the resulting JUEL expression
transformSimplePositiveUnaryTests
public String transformSimplePositiveUnaryTests(String simplePositiveUnaryTests,
String inputName)
- Description copied from interface:
FeelToJuelTransform
- Transform a FEEL simple positive unary tests expression to a JUEL expression.
- Specified by:
transformSimplePositiveUnaryTests in interface FeelToJuelTransform
- Parameters:
simplePositiveUnaryTests - the FEEL simple positive unary tests expression to transforminputName - the variable name of the input variable to test against
- Returns:
- the resulting JUEL expression
transformSimplePositiveUnaryTest
public String transformSimplePositiveUnaryTest(String simplePositiveUnaryTest,
String inputName)
- Description copied from interface:
FeelToJuelTransform
- Transform a FEEL simple positive unary test expression to a JUEL expression.
- Specified by:
transformSimplePositiveUnaryTest in interface FeelToJuelTransform
- Parameters:
simplePositiveUnaryTest - the FEEL simple positive unary test expression to transforminputName - the variable name of the input variable to test against
- Returns:
- the resulting JUEL expression
transformEndpoint
public String transformEndpoint(String endpoint,
String inputName)
- Description copied from interface:
FeelToJuelTransform
- Transform a FEEL endpoint expression to a JUEL expression.
- Specified by:
transformEndpoint in interface FeelToJuelTransform
- Parameters:
endpoint - the FEEL endpoint expression to transforminputName - the variable name of the input variable to test against
- Returns:
- the resulting JUEL expression
Copyright © 2016 camunda services GmbH. All rights reserved.