Uses of Class
org.kuali.rice.krms.api.repository.function.FunctionDefinition
Packages that use FunctionDefinition
Package
Description
-
Uses of FunctionDefinition in org.kuali.rice.krms.api.repository.function
Methods in org.kuali.rice.krms.api.repository.function that return FunctionDefinitionModifier and TypeMethodDescriptionFunctionDefinition.Builder.build()FunctionRepositoryService.getFunction(String functionId) Retrieves the function for the given functionId.Methods in org.kuali.rice.krms.api.repository.function that return types with arguments of type FunctionDefinitionModifier and TypeMethodDescriptionFunctionRepositoryService.getFunctions(List<String> functionIds) Retrieves all of the functions for the given list of functionIds. -
Uses of FunctionDefinition in org.kuali.rice.krms.api.repository.operator
Methods in org.kuali.rice.krms.api.repository.operator that return FunctionDefinitionModifier and TypeMethodDescriptionCustomOperator.getOperatorFunctionDefinition()gets theFunctionDefinitionfor the function that will be evaluated at rule execution time.