Interface FunctionTypeService
public interface FunctionTypeService
FunctionTypeService provides access and validation for custom Functions.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionloadFunction(org.kuali.rice.krms.api.repository.function.FunctionDefinition functionDefinition) Create a from the givenFunctionDefinition.
-
Method Details