Interface JPAEdmFunctionImportView
- All Superinterfaces:
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.
@org.apache.olingo.odata2.DoNotImplement
-
Method Summary
Modifier and TypeMethodDescriptionThe 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 Details
-
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
-