Uses of Class
org.flowable.dmn.model.UnaryTests
Packages that use UnaryTests
-
Uses of UnaryTests in org.flowable.dmn.engine.impl.el
Methods in org.flowable.dmn.engine.impl.el with parameters of type UnaryTestsModifier and TypeMethodDescriptionstatic Boolean
ELExpressionExecutor.executeInputExpression
(InputClause inputClause, UnaryTests inputEntry, ExpressionManager expressionManager, ELExecutionContext executionContext) -
Uses of UnaryTests in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as UnaryTestsModifier and TypeFieldDescriptionprotected UnaryTests
ItemDefinition.allowedValues
protected UnaryTests
InputClause.inputValues
protected UnaryTests
OutputClause.outputValues
Methods in org.flowable.dmn.model that return UnaryTestsModifier and TypeMethodDescriptionItemDefinition.getAllowedValues()
RuleInputClauseContainer.getInputEntry()
InputClause.getInputValues()
OutputClause.getOutputValues()
Methods in org.flowable.dmn.model with parameters of type UnaryTestsModifier and TypeMethodDescriptionvoid
ItemDefinition.setAllowedValues
(UnaryTests allowedValues) void
RuleInputClauseContainer.setInputEntry
(UnaryTests inputEntry) void
InputClause.setInputValues
(UnaryTests inputValues) void
OutputClause.setOutputValues
(UnaryTests outputValues) Constructors in org.flowable.dmn.model with parameters of type UnaryTestsModifierConstructorDescriptionRuleInputClauseContainer
(InputClause inputClause, UnaryTests inputEntry)