Uses of Class
org.apache.olingo.odata2.api.edm.provider.FunctionImport
Packages that use FunctionImport
Package
Description
Entity Data Model Provider API
-
Uses of FunctionImport in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return FunctionImportModifier and TypeMethodDescriptionEdmProvider.getFunctionImport(String entityContainer, String name) This method should return aFunctionImportor null if nothing is foundFunctionImport.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisFunctionImportFunctionImport.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisFunctionImportFunctionImport.setDocumentation(Documentation documentation) Sets theDocumentationFunctionImport.setEntitySet(String entitySet) Sets theEntitySetof thisFunctionImportFunctionImport.setHttpMethod(String httpMethod) Sets the HTTP method of thisFunctionImportFunctionImport.setMapping(Mapping mapping) Sets theMappingSets the name of thisFunctionImportFunctionImport.setParameters(List<FunctionImportParameter> parameters) Sets theFunctionImportParameters of thisFunctionImportFunctionImport.setReturnType(ReturnType returnType) Sets theReturnTypeof thisFunctionImportMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type FunctionImportMethod parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type FunctionImportModifier and TypeMethodDescriptionEntityContainer.setFunctionImports(List<FunctionImport> functionImports) Sets the function imports of thisEntityContainer -
Uses of FunctionImport in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider that return FunctionImportModifier and TypeMethodDescriptionEdmxProvider.getFunctionImport(String entityContainer, String name) Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type FunctionImportModifierConstructorDescriptionEdmFunctionImportImplProv(EdmImplProv edm, FunctionImport functionImport, EdmEntityContainer edmEntityContainer)