Class BinariesObject
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.restapi.server.management.BinariesObject
@Produces("application/json")
@Deprecated
public class BinariesObject
extends AbstractResource<ResourceTypeImpl>
Deprecated.
Endpoint to manage the binaries.
- Since:
- 11.3
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Garbage collect the unused (orphaned) binaries.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
-
Constructor Details
-
BinariesObject
public BinariesObject()Deprecated.
-
-
Method Details
-
garbageCollectBinaries
Deprecated.Garbage collect the unused (orphaned) binaries.- Returns:
BinaryManagerStatus
if no gc is in progress, otherwise aHttpServletResponse.SC_CONFLICT
-
BlobsObject
instead