public final class Paging extends Object
Modifier and Type | Method and Description |
---|---|
static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> |
iterate(int pageSize,
EcmSearchFunction<ElementType,ExceptionType> supplier) |
static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> |
iterator(int pageSize,
EcmSearchFunction<ElementType,ExceptionType> supplier) |
static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> |
stream(int pageSize,
EcmSearchFunction<ElementType,ExceptionType> supplier) |
public static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> Iterable<ElementType> iterate(int pageSize, EcmSearchFunction<ElementType,ExceptionType> supplier)
public static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> PagedIterator<ElementType,ExceptionType> iterator(int pageSize, EcmSearchFunction<ElementType,ExceptionType> supplier)
public static <ElementType,ExceptionType extends com.lexmark.saperion.exceptions.EcmException> Stream<ElementType> stream(int pageSize, EcmSearchFunction<ElementType,ExceptionType> supplier)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.