Uses of Class
org.apache.olingo.odata2.api.edm.provider.FunctionImport

Packages that use FunctionImport
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
org.apache.olingo.odata2.jpa.processor.api.model OData JPA Processor API Library - JPA EDM Model 
org.apache.olingo.odata2.ref.edm   
 

Uses of FunctionImport in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return FunctionImport
 FunctionImport EdmProvider.getFunctionImport(String entityContainer, String name)
          This method should return a FunctionImport or null if nothing is found
 FunctionImport FunctionImport.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the collection of AnnotationAttribute for this FunctionImport
 FunctionImport FunctionImport.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this FunctionImport
 FunctionImport FunctionImport.setDocumentation(Documentation documentation)
          Sets the Documentation
 FunctionImport FunctionImport.setEntitySet(String entitySet)
          Sets the EntitySet of this FunctionImport
 FunctionImport FunctionImport.setHttpMethod(String httpMethod)
          Sets the HTTP method of this FunctionImport
 FunctionImport FunctionImport.setMapping(Mapping mapping)
          Sets the Mapping
 FunctionImport FunctionImport.setName(String name)
          Sets the name of this FunctionImport
 FunctionImport FunctionImport.setParameters(List<FunctionImportParameter> parameters)
          Sets the FunctionImportParameters of this FunctionImport
 FunctionImport FunctionImport.setReturnType(ReturnType returnType)
          Sets the ReturnType of this FunctionImport
 

Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type FunctionImport
 List<FunctionImport> EntityContainer.getFunctionImports()
           
 

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type FunctionImport
 EntityContainer EntityContainer.setFunctionImports(List<FunctionImport> functionImports)
          Sets the function imports of this EntityContainer
 

Uses of FunctionImport in org.apache.olingo.odata2.jpa.processor.api.model
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return types with arguments of type FunctionImport
 List<FunctionImport> JPAEdmFunctionImportView.getConsistentFunctionImportList()
          The method returns a list of consistent Function Imports.
 

Uses of FunctionImport in org.apache.olingo.odata2.ref.edm
 

Methods in org.apache.olingo.odata2.ref.edm that return FunctionImport
 FunctionImport ScenarioEdmProvider.getFunctionImport(String entityContainer, String name)
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.