public interface Snapshot extends Snapshotable
Modifier and Type | Field and Description |
---|---|
static String |
FACET |
ABOUT_TO_CREATE_LEAF_VERSION_EVENT, ROOT_DOCUMENT_PROPERTY
Modifier and Type | Method and Description |
---|---|
List<DocumentModel> |
getChildren() |
List<Snapshot> |
getChildrenSnapshots() |
DocumentModel |
getDocument() |
List<Snapshot> |
getFlatTree() |
DocumentRef |
getRef() |
DocumentModel |
restore(String versionLabel) |
createSnapshot
static final String FACET
List<DocumentModel> getChildren() throws ClientException
ClientException
List<Snapshot> getChildrenSnapshots() throws ClientException
ClientException
List<Snapshot> getFlatTree() throws ClientException
ClientException
DocumentModel restore(String versionLabel) throws ClientException
ClientException
DocumentModel getDocument()
DocumentRef getRef()
Copyright © 2013 Nuxeo SA. All Rights Reserved.