Package org.nuxeo.ecm.core.versioning
Interface VersioningService
-
- All Superinterfaces:
VersioningService
- All Known Subinterfaces:
ExtendableVersioningService
- All Known Implementing Classes:
CompatVersioningService
,StandardVersioningService
,VersioningComponent
@Deprecated public interface VersioningService extends VersioningService
Deprecated.since 10.2, useVersioningService
instead.The versioning service holds the versioning policy used to define what happens to a document's version when it is created, saved, checked in, checked out or restored, and what version increment options (none, minor, major) are made available to the user.- Since:
- 5.4
-
-
Field Summary
-
Fields inherited from interface org.nuxeo.ecm.core.api.versioning.VersioningService
CHECKIN_COMMENT, DISABLE_AUTO_CHECKOUT, DISABLE_AUTOMATIC_VERSIONING, MAJOR_VERSION_PROP, MINOR_VERSION_PROP, SKIP_VERSIONING, VERSIONING_OPTION
-
-
Method Summary
-
Methods inherited from interface org.nuxeo.ecm.core.api.versioning.VersioningService
doAutomaticVersioning, doCheckIn, doCheckOut, doPostCreate, doPostSave, doPreSave, getSaveOptions, getVersionLabel, isPostSaveDoingCheckIn, isPreSaveDoingCheckOut
-
-