Interface EcmSearchFunction<ResultType,​ExceptionType extends com.lexmark.saperion.exceptions.EcmException>

  • All Known Subinterfaces:
    SearchFunction<ResultType>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface EcmSearchFunction<ResultType,​ExceptionType extends com.lexmark.saperion.exceptions.EcmException>
    • Method Detail

      • apply

        com.lexmark.saperion.search.SearchResultPage<ResultType> apply​(int offset,
                                                                       int size)
                                                                throws ExceptionType extends com.lexmark.saperion.exceptions.EcmException
        Throws:
        ExceptionType extends com.lexmark.saperion.exceptions.EcmException