Class DmnExpressionTransformHelper
- java.lang.Object
-
- org.camunda.bpm.dmn.engine.impl.transform.DmnExpressionTransformHelper
-
public class DmnExpressionTransformHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description DmnExpressionTransformHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static DmnTypeDefinitioncreateTypeDefinition(DmnElementTransformContext context, String typeRef)static DmnTypeDefinitioncreateTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InformationItem informationItem)static DmnTypeDefinitioncreateTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression expression)static StringgetExpression(org.camunda.bpm.model.dmn.instance.LiteralExpression expression)protected static StringgetExpression(org.camunda.bpm.model.dmn.instance.Text text)static StringgetExpression(org.camunda.bpm.model.dmn.instance.UnaryTests expression)protected static StringgetExpressionLanguage(DmnElementTransformContext context, String expressionLanguage)static StringgetExpressionLanguage(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression expression)static StringgetExpressionLanguage(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.UnaryTests expression)protected static StringgetGlobalExpressionLanguage(DmnElementTransformContext context)
-
-
-
Method Detail
-
createTypeDefinition
public static DmnTypeDefinition createTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression expression)
-
createTypeDefinition
public static DmnTypeDefinition createTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InformationItem informationItem)
-
createTypeDefinition
protected static DmnTypeDefinition createTypeDefinition(DmnElementTransformContext context, String typeRef)
-
getExpressionLanguage
public static String getExpressionLanguage(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression expression)
-
getExpressionLanguage
public static String getExpressionLanguage(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.UnaryTests expression)
-
getExpressionLanguage
protected static String getExpressionLanguage(DmnElementTransformContext context, String expressionLanguage)
-
getGlobalExpressionLanguage
protected static String getGlobalExpressionLanguage(DmnElementTransformContext context)
-
getExpression
public static String getExpression(org.camunda.bpm.model.dmn.instance.LiteralExpression expression)
-
getExpression
public static String getExpression(org.camunda.bpm.model.dmn.instance.UnaryTests expression)
-
getExpression
protected static String getExpression(org.camunda.bpm.model.dmn.instance.Text text)
-
-