Uses of Interface
org.camunda.bpm.model.dmn.instance.InputExpression
Packages that use InputExpression
Package
Description
-
Uses of InputExpression in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type InputExpressionModifier 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
Classes in org.camunda.bpm.model.dmn.impl.instance that implement InputExpressionFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type InputExpressionModifier and TypeFieldDescriptionprotected static ChildElement<InputExpression>
InputClauseImpl.inputExpressionChild
Methods in org.camunda.bpm.model.dmn.impl.instance that return InputExpressionMethods in org.camunda.bpm.model.dmn.impl.instance with parameters of type InputExpressionModifier and TypeMethodDescriptionvoid
InputClauseImpl.setInputExpression
(InputExpression inputExpression) -
Uses of InputExpression in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return InputExpressionMethods in org.camunda.bpm.model.dmn.instance with parameters of type InputExpressionModifier and TypeMethodDescriptionvoid
InputClause.setInputExpression
(InputExpression inputExpression)