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 interfaceExtendableVersioningServiceClass 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 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 VersioningServiceVersioningComponent. serviceFields in org.nuxeo.ecm.core.versioning with type parameters of type VersioningService Modifier and Type Field Description protected Map<VersioningServiceDescriptor,VersioningService>VersioningComponent. versioningServices
-