| Package | Description |
|---|---|
| org.nuxeo.ecm.core.api | |
| org.nuxeo.ecm.core.storage.marklogic | |
| org.nuxeo.ecm.platform.audit.service | |
| org.nuxeo.elasticsearch.audit |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CursorResult<C,O>> |
CursorService.cursorResults |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CursorService.isScrollTimedOut(String scrollId,
CursorResult<C,O> cursorResult) |
String |
CursorService.registerCursorResult(CursorResult<C,O> cursorResult)
Registers the input
CursorResult and generates a new scrollId to associate with. |
String |
CursorService.registerCursorResult(String scrollId,
CursorResult<C,O> cursorResult)
Registers the input
CursorResult associated to the input scrollId. |
| Modifier and Type | Class and Description |
|---|---|
class |
MarkLogicCursorResult
CursorResult for MarkLogic which handles the session close. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAuditBackend.SQLAuditCursorResult |
| Modifier and Type | Class and Description |
|---|---|
class |
ESAuditBackend.ESCursorResult |
Copyright © 2019 Nuxeo. All rights reserved.