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 Type
    Method
    Description
    loadFunction(org.kuali.rice.krms.api.repository.function.FunctionDefinition functionDefinition)
    Create a from the given FunctionDefinition.
  • Method Details

    • loadFunction

      Function loadFunction(org.kuali.rice.krms.api.repository.function.FunctionDefinition functionDefinition)
      Create a from the given FunctionDefinition.
      Parameters:
      functionDefinition - FunctionDefinition to create the Function from.
      Returns:
      created with the given FunctionDefinition