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.

    • 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