Package | Description |
---|---|
org.apache.olingo.server.api.edm.provider | |
org.apache.olingo.server.tecsvc.provider |
Modifier and Type | Method and Description |
---|---|
Function |
Function.setBound(boolean isBound) |
Function |
Function.setComposable(boolean isComposable) |
Function |
Function.setEntitySetPath(EntitySetPath entitySetPath) |
Function |
Function.setName(String name) |
Function |
Function.setParameters(List<Parameter> parameters) |
Function |
Function.setReturnType(ReturnType returnType) |
Modifier and Type | Method and Description |
---|---|
List<Function> |
Schema.getFunctions() |
List<Function> |
EdmProvider.getFunctions(FullQualifiedName functionName)
This method should return a list of all
Function for the FullQualifiedname or null if nothing is
found |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.setFunctions(List<Function> functions) |
Modifier and Type | Method and Description |
---|---|
List<Function> |
FunctionProvider.getFunctions(FullQualifiedName functionName) |
List<Function> |
EdmTechProvider.getFunctions(FullQualifiedName functionName) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.