Uses of Interface
org.nuxeo.ecm.core.api.versioning.VersioningService
-
Packages that use VersioningService Package Description org.nuxeo.ecm.core.api org.nuxeo.ecm.core.versioning -
-
Uses of VersioningService in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return VersioningService Modifier and Type Method Description protected VersioningService
AbstractSession. getVersioningService()
-
Uses of VersioningService in org.nuxeo.ecm.core.versioning
Subinterfaces of VersioningService in org.nuxeo.ecm.core.versioning Modifier and Type Interface Description interface
ExtendableVersioningService
Class implementing this interface will be able to use contribution from the versioningRules extension point.interface
VersioningService
Deprecated.since 10.2, useVersioningService
instead.Classes in org.nuxeo.ecm.core.versioning that implement VersioningService Modifier and Type Class Description class
CompatVersioningService
Deprecated.since 9.3, seems not needed anymoreclass
StandardVersioningService
Implementation of the versioning service that follows standard checkout / checkin semantics.class
VersioningComponent
Versioning service component and implementation.Fields in org.nuxeo.ecm.core.versioning declared as VersioningService Modifier and Type Field Description VersioningService
VersioningDocumentAdapter. service
-