Uses of Class
org.nuxeo.ecm.core.api.CursorResult
-
Packages that use CursorResult Package Description org.nuxeo.ecm.core.api org.nuxeo.ecm.platform.audit.service org.nuxeo.elasticsearch.audit -
-
Uses of CursorResult in org.nuxeo.ecm.core.api
Fields in org.nuxeo.ecm.core.api with type parameters of type CursorResult Modifier and Type Field Description protected Map<String,CursorResult<C,O>>
CursorService. cursorResults
Methods in org.nuxeo.ecm.core.api with parameters of type CursorResult Modifier and Type Method Description protected boolean
CursorService. isScrollTimedOut(String scrollId, CursorResult<C,O> cursorResult)
String
CursorService. registerCursorResult(String scrollId, CursorResult<C,O> cursorResult)
Registers the inputCursorResult
associated to the inputscrollId
.String
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
Subclasses of CursorResult in org.nuxeo.ecm.platform.audit.service Modifier and Type Class Description class
DefaultAuditBackend.SQLAuditCursorResult
-
Uses of CursorResult in org.nuxeo.elasticsearch.audit
Subclasses of CursorResult in org.nuxeo.elasticsearch.audit Modifier and Type Class Description class
ESAuditBackend.ESCursorResult
-