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 VersioningServiceAbstractSession. getVersioningService() -
Uses of VersioningService in org.nuxeo.ecm.core.versioning
Subinterfaces of VersioningService in org.nuxeo.ecm.core.versioning Modifier and Type Interface Description interfaceExtendableVersioningServiceClass implementing this interface will be able to use contribution from the versioningRules extension point.interfaceVersioningServiceDeprecated.since 10.2, useVersioningServiceinstead.Classes in org.nuxeo.ecm.core.versioning that implement VersioningService Modifier and Type Class Description classCompatVersioningServiceDeprecated.since 9.3, seems not needed anymoreclassStandardVersioningServiceImplementation of the versioning service that follows standard checkout / checkin semantics.classVersioningComponentVersioning service component and implementation.Fields in org.nuxeo.ecm.core.versioning declared as VersioningService Modifier and Type Field Description VersioningServiceVersioningDocumentAdapter. service
-