org.apache.olingo.odata2.jpa.processor.api.model
Interface JPAEdmFunctionImportView

All Superinterfaces:
JPAEdmBaseView

public interface JPAEdmFunctionImportView
extends JPAEdmBaseView

A view on EDM Function Imports. EDM function imports are derived from Java class methods annotated with EDM Annotations.

The implementation of the view provides access to EDM Function Import created from Java class methods. The implementation act as a container for list of function imports that are consistent.

Do not implement this interface or derive from class.

Method Summary
 List<FunctionImport> getConsistentFunctionImportList()
          The method returns a list of consistent Function Imports.
 
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
clean, getBuilder, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
 

Method Detail

getConsistentFunctionImportList

List<FunctionImport> getConsistentFunctionImportList()
The method returns a list of consistent Function Imports. A function import is said to be consistent only if it adheres to the rules defined in CSDL.

Returns:
a list of type FunctionImport


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