Package org.nuxeo.snapshot
Interface Snapshotable
-
- All Known Subinterfaces:
Snapshot
- All Known Implementing Classes:
SnapshotableAdapter
public interface Snapshotable
-
-
Field Summary
Fields Modifier and Type Field Description static String
ABOUT_TO_CREATE_LEAF_VERSION_EVENT
static String
FACET
static String
ROOT_DOCUMENT_PROPERTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Snapshot
createSnapshot(VersioningOption option)
-
-
-
Field Detail
-
FACET
static final String FACET
- See Also:
- Constant Field Values
-
ABOUT_TO_CREATE_LEAF_VERSION_EVENT
static final String ABOUT_TO_CREATE_LEAF_VERSION_EVENT
- See Also:
- Constant Field Values
-
ROOT_DOCUMENT_PROPERTY
static final String ROOT_DOCUMENT_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
createSnapshot
Snapshot createSnapshot(VersioningOption option)
-
-