|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionDefinition | |
---|---|
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.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.type |
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.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)
|
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.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 |