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. cursorResultsMethods in org.nuxeo.ecm.core.api with parameters of type CursorResult Modifier and Type Method Description protected booleanCursorService. isScrollTimedOut(String scrollId, CursorResult<C,O> cursorResult)StringCursorService. registerCursorResult(String scrollId, CursorResult<C,O> cursorResult)Registers the inputCursorResultassociated to the inputscrollId.StringCursorService. registerCursorResult(CursorResult<C,O> cursorResult)Registers the inputCursorResultand generates a newscrollIdto 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 classDefaultAuditBackend.SQLAuditCursorResult -
Uses of CursorResult in org.nuxeo.elasticsearch.audit
Subclasses of CursorResult in org.nuxeo.elasticsearch.audit Modifier and Type Class Description classESAuditBackend.ESCursorResult
-