Class ThumbnailsObject
- java.lang.Object
-
- org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
-
- org.nuxeo.ecm.restapi.server.jaxrs.management.ThumbnailsObject
-
public class ThumbnailsObject extends AbstractResource<ResourceTypeImpl>
- Since:
- 11.3
-
-
Field Summary
Fields Modifier and Type Field Description static String
THUMBNAILS_DEFAULT_QUERY
-
Constructor Summary
Constructors Constructor Description ThumbnailsObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkStatus
doPostThumbnails(String query)
Recomputes the thumbnail for the documents matching the given query orTHUMBNAILS_DEFAULT_QUERY
if not provided.-
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 Detail
-
THUMBNAILS_DEFAULT_QUERY
public static final String THUMBNAILS_DEFAULT_QUERY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ThumbnailsObject
public ThumbnailsObject()
-
-
Method Detail
-
doPostThumbnails
public BulkStatus doPostThumbnails(String query)
Recomputes the thumbnail for the documents matching the given query orTHUMBNAILS_DEFAULT_QUERY
if not provided.- Parameters:
query
- a custom query to specify which thumbnails should be processesd- Returns:
- the
BulkStatus
of the command
-
-