Uses of Interface
org.camunda.bpm.model.dmn.instance.LiteralExpression
-
Packages that use LiteralExpression Package Description org.camunda.bpm.dmn.engine.impl.transform org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of LiteralExpression in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type LiteralExpression Modifier and Type Method Description protected DmnExpressionImplDmnLiternalExpressionTransformHandler. createDmnElement(DmnElementTransformContext context, LiteralExpression inputEntry)protected DmnExpressionImplDmnLiternalExpressionTransformHandler. createFromLiteralExpressionEntry(DmnElementTransformContext context, LiteralExpression literalExpression)static DmnTypeDefinitionDmnExpressionTransformHelper. createTypeDefinition(DmnElementTransformContext context, LiteralExpression expression)static java.lang.StringDmnExpressionTransformHelper. getExpression(LiteralExpression expression)static java.lang.StringDmnExpressionTransformHelper. getExpressionLanguage(DmnElementTransformContext context, LiteralExpression expression)DmnExpressionImplDmnLiternalExpressionTransformHandler. handleElement(DmnElementTransformContext context, LiteralExpression literalExpression)protected DmnDecisionLiteralExpressionImplDefaultDmnTransform. transformDecisionLiteralExpression(Decision decision, LiteralExpression literalExpression)protected DmnExpressionImplDefaultDmnTransform. transformLiteralExpression(LiteralExpression literalExpression) -
Uses of LiteralExpression in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement LiteralExpression Modifier and Type Class Description classDefaultOutputEntryImplclassInputExpressionImplclassLiteralExpressionImplclassOutputEntryImpl -
Uses of LiteralExpression in org.camunda.bpm.model.dmn.instance
Subinterfaces of LiteralExpression in org.camunda.bpm.model.dmn.instance Modifier and Type Interface Description interfaceDefaultOutputEntryinterfaceInputExpressioninterfaceOutputEntry
-