Uses of Class
org.nuxeo.ecm.core.api.CursorResult
Package
Description
-
Uses of CursorResult in org.nuxeo.ecm.core.api
Modifier and TypeFieldDescriptionprotected final Map<String,
CursorResult<C, O>> CursorService.cursorResults
Modifier and TypeMethodDescriptionprotected boolean
CursorService.isScrollTimedOut
(String scrollId, CursorResult<C, O> cursorResult) CursorService.registerCursorResult
(String scrollId, CursorResult<C, O> cursorResult) Registers the inputCursorResult
associated to the inputscrollId
.CursorService.registerCursorResult
(CursorResult<C, O> cursorResult) Registers the inputCursorResult
and generates a newscrollId
to associate with. -
Uses of CursorResult in org.nuxeo.ecm.platform.audit.service
-
Uses of CursorResult in org.nuxeo.elasticsearch.audit