Uses of Class
org.apache.olingo.commons.api.edm.provider.CsdlFunction
Packages that use CsdlFunction
Package
Description
Contains representations for objects created during CSDL document parsing
-
Uses of CsdlFunction in org.apache.olingo.commons.api.edm.provider
Methods in org.apache.olingo.commons.api.edm.provider that return CsdlFunctionModifier and TypeMethodDescriptionCsdlFunction.setAnnotations
(List<CsdlAnnotation> annotations) CsdlFunction.setBound
(boolean isBound) CsdlFunction.setComposable
(boolean isComposable) Sets composable.CsdlFunction.setEntitySetPath
(String entitySetPath) CsdlFunction.setParameters
(List<CsdlParameter> parameters) CsdlFunction.setReturnType
(CsdlReturnType returnType) Methods in org.apache.olingo.commons.api.edm.provider that return types with arguments of type CsdlFunctionModifier and TypeMethodDescriptionCsdlAbstractEdmProvider.getFunctions
(FullQualifiedName functionName) CsdlEdmProvider.getFunctions
(FullQualifiedName functionName) This method should return a list of allCsdlFunction
for the FullQualifiedname or null if nothing is foundCsdlSchema.getFunctions()
Gets functions.CsdlSchema.getFunctions
(String name) All functions with the given nameMethod parameters in org.apache.olingo.commons.api.edm.provider with type arguments of type CsdlFunctionModifier and TypeMethodDescriptionCsdlSchema.setFunctions
(List<CsdlFunction> functions) Sets functions.