|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionDefinition | |
|---|---|
| edu.sampleu.krms.impl | |
| org.kuali.rice.krms.api.repository.function | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
| org.kuali.rice.krms.api.repository.operator | |
| org.kuali.rice.krms.framework.type | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
| org.kuali.rice.krms.impl.repository | |
| org.kuali.rice.krms.impl.repository.mock | |
| org.kuali.rice.krms.impl.type | |
| Uses of FunctionDefinition in edu.sampleu.krms.impl |
|---|
| Methods in edu.sampleu.krms.impl that return FunctionDefinition | |
|---|---|
FunctionDefinition |
ContainsOperator.getOperatorFunctionDefinition()
Returns the FunctionDefinition for the custom function the executable portion of this CustomOperator will call. |
| Methods in edu.sampleu.krms.impl with parameters of type FunctionDefinition | |
|---|---|
Function |
ContainsOperator.loadFunction(FunctionDefinition functionDefinition)
Loads the Function object that the KRMS engine can execute during rule evaluation |
| Uses of FunctionDefinition in org.kuali.rice.krms.api.repository.function |
|---|
| Methods in org.kuali.rice.krms.api.repository.function that return FunctionDefinition | |
|---|---|
FunctionDefinition |
FunctionDefinition.Builder.build()
|
FunctionDefinition |
FunctionRepositoryService.getFunction(String functionId)
Retrieves the function for the given functionId. |
| Methods in org.kuali.rice.krms.api.repository.function that return types with arguments of type FunctionDefinition | |
|---|---|
List<FunctionDefinition> |
FunctionRepositoryService.getFunctions(List<String> functionIds)
Retrieves all of the functions for the given list of functionIds. |
| Uses of FunctionDefinition in org.kuali.rice.krms.api.repository.operator |
|---|
| Methods in org.kuali.rice.krms.api.repository.operator that return FunctionDefinition | |
|---|---|
FunctionDefinition |
CustomOperator.getOperatorFunctionDefinition()
gets the FunctionDefinition for the function that will be
evaluated at rule execution time. |
| Uses of FunctionDefinition in org.kuali.rice.krms.framework.type |
|---|
| Methods in org.kuali.rice.krms.framework.type with parameters of type FunctionDefinition | |
|---|---|
Function |
FunctionTypeService.loadFunction(FunctionDefinition functionDefinition)
Create a from the given FunctionDefinition. |
| Uses of FunctionDefinition in org.kuali.rice.krms.impl.repository |
|---|
| Methods in org.kuali.rice.krms.impl.repository that return FunctionDefinition | |
|---|---|
FunctionDefinition |
FunctionBoServiceImpl.createFunction(FunctionDefinition function)
This method will create a FunctionDefintion as described
by the function passed in. |
FunctionDefinition |
FunctionBoService.createFunction(FunctionDefinition function)
This will create a FunctionDefinition exactly like the function passed in. |
FunctionDefinition |
FunctionBoServiceImpl.getFunction(String functionId)
|
FunctionDefinition |
FunctionBoServiceImpl.getFunctionById(String functionId)
This overridden method retrieves a function by the given function id. |
FunctionDefinition |
FunctionBoService.getFunctionById(String functionId)
Retrieves a Function from the repository based on the given function id. |
FunctionDefinition |
FunctionBoServiceImpl.getFunctionByNameAndNamespace(String name,
String namespace)
This overridden method retrieves a function by the given name and namespace. |
FunctionDefinition |
FunctionBoService.getFunctionByNameAndNamespace(String name,
String namespace)
Retrieves a Function from the repository based on the provided function name and namespace. |
| Methods in org.kuali.rice.krms.impl.repository that return types with arguments of type FunctionDefinition | |
|---|---|
List<FunctionDefinition> |
FunctionBoServiceImpl.getFunctions(List<String> functionIds)
|
List<FunctionDefinition> |
FunctionBoServiceImpl.getFunctionsByNamespace(String namespace)
Gets all of the FunctionDefinitions within the given namespace |
| Methods in org.kuali.rice.krms.impl.repository with parameters of type FunctionDefinition | |
|---|---|
FunctionDefinition |
FunctionBoServiceImpl.createFunction(FunctionDefinition function)
This method will create a FunctionDefintion as described
by the function passed in. |
FunctionDefinition |
FunctionBoService.createFunction(FunctionDefinition function)
This will create a FunctionDefinition exactly like the function passed in. |
void |
FunctionBoServiceImpl.updateFunction(FunctionDefinition function)
This overridden method updates an existing Function in the repository |
void |
FunctionBoService.updateFunction(FunctionDefinition function)
This will update an existing FunctionDefinition. |
| Uses of FunctionDefinition in org.kuali.rice.krms.impl.repository.mock |
|---|
| Methods in org.kuali.rice.krms.impl.repository.mock that return FunctionDefinition | |
|---|---|
FunctionDefinition |
FunctionRepositoryServiceMockImpl.getFunction(String functionId)
|
| Methods in org.kuali.rice.krms.impl.repository.mock that return types with arguments of type FunctionDefinition | |
|---|---|
Map<String,FunctionDefinition> |
FunctionRepositoryServiceMockImpl.getFunctionDefinitionMap()
|
List<FunctionDefinition> |
FunctionRepositoryServiceMockImpl.getFunctions(List<String> functionIds)
|
| Method parameters in org.kuali.rice.krms.impl.repository.mock with type arguments of type FunctionDefinition | |
|---|---|
void |
FunctionRepositoryServiceMockImpl.setFunctionDefinitionMap(Map<String,FunctionDefinition> functionDefinitionMap)
|
| Uses of FunctionDefinition in org.kuali.rice.krms.impl.type |
|---|
| Methods in org.kuali.rice.krms.impl.type with parameters of type FunctionDefinition | |
|---|---|
FunctionTypeService |
KrmsTypeResolver.getFunctionTypeService(FunctionDefinition functionDefinition)
|
FunctionTypeService |
KrmsTypeResolverImpl.getFunctionTypeService(FunctionDefinition functionDefinition)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||