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 DmnExpressionImpl
DmnLiternalExpressionTransformHandler. createDmnElement(DmnElementTransformContext context, LiteralExpression inputEntry)
protected DmnExpressionImpl
DmnLiternalExpressionTransformHandler. createFromLiteralExpressionEntry(DmnElementTransformContext context, LiteralExpression literalExpression)
static DmnTypeDefinition
DmnExpressionTransformHelper. createTypeDefinition(DmnElementTransformContext context, LiteralExpression expression)
static java.lang.String
DmnExpressionTransformHelper. getExpression(LiteralExpression expression)
static java.lang.String
DmnExpressionTransformHelper. getExpressionLanguage(DmnElementTransformContext context, LiteralExpression expression)
DmnExpressionImpl
DmnLiternalExpressionTransformHandler. handleElement(DmnElementTransformContext context, LiteralExpression literalExpression)
protected DmnDecisionLiteralExpressionImpl
DefaultDmnTransform. transformDecisionLiteralExpression(Decision decision, LiteralExpression literalExpression)
protected DmnExpressionImpl
DefaultDmnTransform. 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 class
DefaultOutputEntryImpl
class
InputExpressionImpl
class
LiteralExpressionImpl
class
OutputEntryImpl
-
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 interface
DefaultOutputEntry
interface
InputExpression
interface
OutputEntry
-