Uses of Interface
org.kuali.rice.krms.framework.engine.expression.Expression
Packages that use Expression
-
Uses of Expression in org.kuali.rice.krms.framework.engine.expression
Classes in org.kuali.rice.krms.framework.engine.expression that implement ExpressionModifier and TypeClassDescriptionfinal classBinary Operator implementation of Expression<Boolean>final classTheExpressionused in construction, will be invoked with the givenExecutionEnvironment.final classTheExpressionused in Construction will be returned when invoked with any givenExecutionEnvironmentfinal classAn implementation ofExpressionwhich invokes aFunctionwith the results of the invocation of the given List ofExpressions (of the givenExecutionEnvironment).final classAn implementation ofExpressionwhich resolves the givenTerm.Constructors in org.kuali.rice.krms.framework.engine.expression with parameters of type ExpressionModifierConstructorDescriptionBinaryOperatorExpression(ComparisonOperator operator, Expression<? extends Object> lhs, Expression<? extends Object> rhs) Create a BinaryOperatorExpression with the given valuesBooleanValidatingExpression(Expression<? extends Object> expression) ConstructorExpressionBasedProposition(Expression<Boolean> expression) Create an ExpressionBasedProposition with the given valueConstructor parameters in org.kuali.rice.krms.framework.engine.expression with type arguments of type ExpressionModifierConstructorDescriptionFunctionExpression(Function function, String[] parameterTypes, List<Expression<? extends Object>> parameters, org.kuali.rice.krms.api.engine.expression.ComparisonOperatorService comparisonOperatorService) Create a FunctionExpression with the given values.