Uses of Interface
org.nuxeo.ecm.core.versioning.VersionRemovalPolicy
-
Packages that use VersionRemovalPolicy Package Description org.nuxeo.ecm.core org.nuxeo.ecm.core.versioning -
-
Uses of VersionRemovalPolicy in org.nuxeo.ecm.core
Fields in org.nuxeo.ecm.core with type parameters of type VersionRemovalPolicy Modifier and Type Field Description protected Map<CoreServicePolicyDescriptor,VersionRemovalPolicy>CoreService. versionRemovalPoliciesMethods in org.nuxeo.ecm.core that return VersionRemovalPolicy Modifier and Type Method Description VersionRemovalPolicyCoreService. getVersionRemovalPolicy()Gets the last version removal policy registered. -
Uses of VersionRemovalPolicy in org.nuxeo.ecm.core.versioning
Classes in org.nuxeo.ecm.core.versioning that implement VersionRemovalPolicy Modifier and Type Class Description classDefaultVersionRemovalPolicyRemoves the version history if no proxies exist, otherwise do nothing.classNullVersionRemovalPolicyVersion removal policy that does nothing.
-