Uses of Interface
org.camunda.bpm.model.dmn.instance.InputExpression
Package
Description
-
Uses of InputExpression in org.camunda.bpm.dmn.engine.impl.transform
Modifier and TypeMethodDescriptionprotected DmnExpressionImpl
DmnDecisionTableInputExpressionTransformHandler.createDmnElement
(DmnElementTransformContext context, InputExpression inputExpression) protected DmnExpressionImpl
DmnDecisionTableInputExpressionTransformHandler.createFromInputExpression
(DmnElementTransformContext context, InputExpression inputExpression) DmnDecisionTableInputExpressionTransformHandler.handleElement
(DmnElementTransformContext context, InputExpression inputExpression) protected DmnExpressionImpl
DefaultDmnTransform.transformInputExpression
(InputExpression inputExpression) -
Uses of InputExpression in org.camunda.bpm.model.dmn.impl.instance
Modifier and TypeFieldDescriptionprotected static ChildElement<InputExpression>
InputClauseImpl.inputExpressionChild
Modifier and TypeMethodDescriptionvoid
InputClauseImpl.setInputExpression
(InputExpression inputExpression) -
Uses of InputExpression in org.camunda.bpm.model.dmn.instance
Modifier and TypeMethodDescriptionvoid
InputClause.setInputExpression
(InputExpression inputExpression)