T
- item typepublic class SearchResultIterator<T> extends Object implements Iterator<T>
Constructor and Description |
---|
SearchResultIterator(com.lexmark.saperion.search.SearchExecutionService<T> executionService,
com.lexmark.saperion.search.query.Statement statement,
com.lexmark.saperion.search.PageDefinition paging) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
static <ItemType> Iterable<ItemType> |
list(com.lexmark.saperion.search.SearchExecutionService<ItemType> executionService) |
static <ItemType> Iterable<ItemType> |
list(com.lexmark.saperion.search.SearchExecutionService<ItemType> executionService,
com.lexmark.saperion.search.query.Statement statement,
com.lexmark.saperion.search.PageDefinition paging) |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public SearchResultIterator(com.lexmark.saperion.search.SearchExecutionService<T> executionService, com.lexmark.saperion.search.query.Statement statement, com.lexmark.saperion.search.PageDefinition paging)
public static <ItemType> Iterable<ItemType> list(com.lexmark.saperion.search.SearchExecutionService<ItemType> executionService)
public static <ItemType> Iterable<ItemType> list(com.lexmark.saperion.search.SearchExecutionService<ItemType> executionService, com.lexmark.saperion.search.query.Statement statement, com.lexmark.saperion.search.PageDefinition paging)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.