Uses of Interface
org.nuxeo.ecm.core.versioning.VersioningService
-
Packages that use VersioningService Package Description org.nuxeo.ecm.core.versioning -
-
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.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
VersioningComponent. service
Fields in org.nuxeo.ecm.core.versioning with type parameters of type VersioningService Modifier and Type Field Description protected Map<VersioningServiceDescriptor,VersioningService>
VersioningComponent. versioningServices
-