Interface | Description |
---|---|
Document |
A low-level document from a
Session . |
Document.BlobAccessor |
An accessor that can read or write a blob and know its xpath.
|
Document.WriteContext |
Context passed to write operations to optionally record things to do at
Document.WriteContext.flush(org.nuxeo.ecm.core.model.Document) time. |
LockManager |
Manager of locks for a repository.
|
Repository |
Interface to manage a low-level repository.
|
Session |
Internal Session accessing the low-level storage.
|
Class | Description |
---|---|
DocumentModelResolver |
This
ObjectResolver allows to manage integrity for fields containing DocumentModel references (id or
path). |
DocumentModelResolver.REF | |
DuplicatedNameFixer | |
EmptyNameFixer | |
PathComparator |
Enum | Description |
---|---|
DocumentModelResolver.MODE |
Exception | Description |
---|---|
DocumentExistsException | Deprecated
since 7.4, use org.nuxeo.ecm.core.api.DocumentExistsException instead
|
NoSuchDocumentException | Deprecated
since 7.4, use org.nuxeo.ecm.core.api.DocumentNotFoundException instead
|
Copyright © 2015 Nuxeo SA. All rights reserved.