Package | Description |
---|---|
org.openmrs.api.db.hibernate.search | |
org.openmrs.collection |
Modifier and Type | Method and Description |
---|---|
ListPart<T> |
SearchQuery.listPart(Integer firstResult,
Integer maxResults) |
abstract ListPart<T> |
SearchQuery.listPart(Long firstResult,
Long maxResults)
Runs the query returning a partial results list.
|
ListPart<T> |
LuceneQuery.listPart(Long firstResult,
Long maxResults) |
ListPart<Object[]> |
LuceneQuery.listPartProjection(Integer firstResult,
Integer maxResults,
String... fields) |
ListPart<Object[]> |
LuceneQuery.listPartProjection(Long firstResult,
Long maxResults,
String... fields) |
Modifier and Type | Method and Description |
---|---|
static <T> ListPart<T> |
ListPart.newListPart(List<T> list,
Long firstElement,
Long maxElements,
Long totalElements,
Boolean totalElementsExact) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.