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 StringABOUT_TO_CREATE_LEAF_VERSION_EVENTstatic StringFACETstatic StringROOT_DOCUMENT_PROPERTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnapshotcreateSnapshot(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)
-
-