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 BooleanELExpressionExecutor.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 UnaryTestsItemDefinition.allowedValuesprotected UnaryTestsInputClause.inputValuesprotected UnaryTestsOutputClause.outputValuesMethods 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 TypeMethodDescriptionvoidItemDefinition.setAllowedValues(UnaryTests allowedValues) voidRuleInputClauseContainer.setInputEntry(UnaryTests inputEntry) voidInputClause.setInputValues(UnaryTests inputValues) voidOutputClause.setOutputValues(UnaryTests outputValues) Constructors in org.flowable.dmn.model with parameters of type UnaryTestsModifierConstructorDescriptionRuleInputClauseContainer(InputClause inputClause, UnaryTests inputEntry)