Uses of Interface
org.kuali.rice.krms.framework.engine.Function
Packages that use Function
Package
Description
-
Uses of Function in org.kuali.rice.krms.framework.engine.expression
Constructors in org.kuali.rice.krms.framework.engine.expression with parameters of type FunctionModifierConstructorDescriptionFunctionExpression(Function function, String[] parameterTypes, List<Expression<? extends Object>> parameters, ComparisonOperatorService comparisonOperatorService) Create a FunctionExpression with the given values. -
Uses of Function in org.kuali.rice.krms.framework.type
Methods in org.kuali.rice.krms.framework.type that return FunctionModifier and TypeMethodDescriptionFunctionTypeService.loadFunction(FunctionDefinition functionDefinition) Create a from the givenFunctionDefinition.