Class PicturesObject
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.restapi.server.jaxrs.management.PicturesObject
since 11.3
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoPostPictures
(String query) Recomputes picture views for the documents matching the given query orPICTURES_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 Details
-
PICTURES_DEFAULT_QUERY
- See Also:
-
-
Constructor Details
-
PicturesObject
public PicturesObject()
-
-
Method Details
-
doPostPictures
Recomputes picture views for the documents matching the given query orPICTURES_DEFAULT_QUERY
if not provided.- Parameters:
query
- a custom query to specify which pictures should be processed- Returns:
- the
BulkStatus
of the command
-