Package | Description |
---|---|
org.apache.olingo.commons.api.edm.provider |
Contains representations for objects created during CSDL document parsing
|
Modifier and Type | Method and Description |
---|---|
CsdlFunction |
CsdlFunction.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlFunction |
CsdlFunction.setBound(boolean isBound) |
CsdlFunction |
CsdlFunction.setComposable(boolean isComposable)
Sets composable.
|
CsdlFunction |
CsdlFunction.setEntitySetPath(String entitySetPath) |
CsdlFunction |
CsdlFunction.setName(String name) |
CsdlFunction |
CsdlFunction.setParameters(List<CsdlParameter> parameters) |
CsdlFunction |
CsdlFunction.setReturnType(CsdlReturnType returnType) |
Modifier and Type | Method and Description |
---|---|
List<CsdlFunction> |
CsdlSchema.getFunctions()
Gets functions.
|
List<CsdlFunction> |
CsdlEdmProvider.getFunctions(FullQualifiedName functionName)
This method should return a list of all
CsdlFunction for the FullQualifiedname or null if nothing is
found |
List<CsdlFunction> |
CsdlAbstractEdmProvider.getFunctions(FullQualifiedName functionName) |
List<CsdlFunction> |
CsdlSchema.getFunctions(String name)
All functions with the given name
|
Modifier and Type | Method and Description |
---|---|
CsdlSchema |
CsdlSchema.setFunctions(List<CsdlFunction> functions)
Sets functions.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.