Class CursorBackwardPageImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<SearchQueryPageRequest>
io.camunda.client.impl.search.page.CursorBackwardPageImpl
- All Implemented Interfaces:
CursorBackwardPage,SearchPagination<CursorBackwardPage>
public class CursorBackwardPageImpl
extends TypedSearchRequestPropertyProvider<SearchQueryPageRequest>
implements CursorBackwardPage
Implementation of
CursorBackwardPage supporting cursor-backward pagination.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet previous page before the cursor.Limit the number of returned entities.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
CursorBackwardPageImpl
public CursorBackwardPageImpl()
-
-
Method Details
-
before
Description copied from interface:CursorBackwardPageGet previous page before the cursor. Use thestartCursorvalue from the previous response to fetch the previous page of results.- Specified by:
beforein interfaceCursorBackwardPage
-
limit
Description copied from interface:CursorBackwardPageLimit the number of returned entities.- Specified by:
limitin interfaceCursorBackwardPage
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<SearchQueryPageRequest>
-