Uses of Class
org.kuali.rice.krms.impl.repository.FunctionParameterBo
Packages that use FunctionParameterBo
-
Uses of FunctionParameterBo in org.kuali.rice.krms.impl.repository
Methods in org.kuali.rice.krms.impl.repository that return FunctionParameterBoModifier and TypeMethodDescriptionstatic FunctionParameterBoFunctionParameterBo.from(org.kuali.rice.krms.api.repository.function.FunctionParameterDefinition im) Converts a immutable object to it's mutable bo counterpartMethods in org.kuali.rice.krms.impl.repository that return types with arguments of type FunctionParameterBoModifier and TypeMethodDescriptionstatic List<FunctionParameterBo> FunctionParameterBo.from(List<org.kuali.rice.krms.api.repository.function.FunctionParameterDefinition> ims) FunctionBo.getParameters()Methods in org.kuali.rice.krms.impl.repository with parameters of type FunctionParameterBoModifier and TypeMethodDescriptionstatic org.kuali.rice.krms.api.repository.function.FunctionParameterDefinitionFunctionParameterBo.to(FunctionParameterBo bo) Converts a mutable bo to it's immutable counterpartMethod parameters in org.kuali.rice.krms.impl.repository with type arguments of type FunctionParameterBoModifier and TypeMethodDescriptionvoidFunctionBo.setParameters(List<FunctionParameterBo> parameters) static List<org.kuali.rice.krms.api.repository.function.FunctionParameterDefinition> FunctionParameterBo.to(List<FunctionParameterBo> bos) Converts a list of mutable bos to it's immutable counterpart