Uses of Class
org.kuali.rice.krms.impl.repository.FunctionBo
Packages that use FunctionBo
-
Uses of FunctionBo in org.kuali.rice.krms.impl.repository
Methods in org.kuali.rice.krms.impl.repository that return FunctionBoModifier and TypeMethodDescriptionstatic FunctionBoFunctionBo.from(org.kuali.rice.krms.api.repository.function.FunctionDefinition im) Converts a immutable object to it's mutable bo counterpartFunctionParameterBo.getFunction()Methods in org.kuali.rice.krms.impl.repository with parameters of type FunctionBoModifier and TypeMethodDescriptionvoidFunctionParameterBo.setFunction(FunctionBo function) static org.kuali.rice.krms.api.repository.function.FunctionDefinitionFunctionBo.to(FunctionBo bo) Converts a mutable bo to it's immutable counterpart