public class FunctionLoader extends Object implements org.kuali.rice.krms.framework.type.FunctionTypeService
| Constructor and Description | 
|---|
| FunctionLoader() | 
| Modifier and Type | Method and Description | 
|---|---|
| CheckDigitRoutine | getCheckDigitRoutine()Returns the new instance of checkDigitRoutine. | 
| OleContainsComparison | getContainsComparison()Returns the new instance of containsComparison. | 
| ItemBarcodeFunction | getItemBarcodeFunction()Returns the ItemBarcodeFunction. | 
| LocationFunction | getLocationFunction()Returns the LocationFunction. | 
| VendorLineItemReferenceFunction | getVendorLineItemReferenceFunction()Returns the VendorLineItemReferenceFunction. | 
| org.kuali.rice.krms.framework.engine.Function | loadFunction(org.kuali.rice.krms.api.repository.function.FunctionDefinition functionDefinition)Returns the instance of ISBNFunction or PatronMembershipExpiration based on function definition | 
public FunctionLoader()
public org.kuali.rice.krms.framework.engine.Function loadFunction(org.kuali.rice.krms.api.repository.function.FunctionDefinition functionDefinition)
loadFunction in interface org.kuali.rice.krms.framework.type.FunctionTypeServicefunctionDefinition - public VendorLineItemReferenceFunction getVendorLineItemReferenceFunction()
public LocationFunction getLocationFunction()
public ItemBarcodeFunction getItemBarcodeFunction()
public OleContainsComparison getContainsComparison()
public CheckDigitRoutine getCheckDigitRoutine()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.