Class VersionsObject
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.restapi.server.jaxrs.management.VersionsObject
Endpoint to manage the versions.
- Since:
- 2023
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGarbage collect the orphaned versions.Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, initialize, isAdapter, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
-
Field Details
-
ALL_VERSIONS_QUERY
- See Also:
-
-
Constructor Details
-
VersionsObject
public VersionsObject()
-
-
Method Details
-
garbageCollectVersions
Garbage collect the orphaned versions.A version stays referenced, and therefore is not removed, if any proxy points to a version in the version history of any live document, or in the case of tree snapshot if there is a snapshot containing a version in the version history of any live document.
-