Class BlobsObject
- java.lang.Object
-
- org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
-
- org.nuxeo.ecm.restapi.server.jaxrs.management.BlobsObject
-
public class BlobsObject extends AbstractResource<ResourceTypeImpl>
Endpoint to manage the blobs.- Since:
- 2023
-
-
Constructor Summary
Constructors Constructor Description BlobsObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkStatus
garbageCollectBlobs(boolean dryRun, long queryLimit, boolean records)
Garbage collect the orphaned blobs.-
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
-
-
-
-
Method Detail
-
garbageCollectBlobs
public BulkStatus garbageCollectBlobs(boolean dryRun, long queryLimit, boolean records)
Garbage collect the orphaned blobs.
-
-