Class RecomputeThumbnailsAction
- java.lang.Object
-
- org.nuxeo.ecm.platform.thumbnail.action.RecomputeThumbnailsAction
-
- All Implemented Interfaces:
StreamProcessorTopology
public class RecomputeThumbnailsAction extends Object implements StreamProcessorTopology
Bulk Action processor that generates thumbnails from documents.- Since:
- 11.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RecomputeThumbnailsAction.RecomputeThumbnailsComputation
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_FULL_NAME
static String
ACTION_NAME
-
Constructor Summary
Constructors Constructor Description RecomputeThumbnailsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Topology
getTopology(Map<String,String> options)
Returns a Stream computation topology.
-
-
-
Field Detail
-
ACTION_NAME
public static final String ACTION_NAME
- See Also:
- Constant Field Values
-
ACTION_FULL_NAME
public static final String ACTION_FULL_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTopology
public Topology getTopology(Map<String,String> options)
Description copied from interface:StreamProcessorTopology
Returns a Stream computation topology.- Specified by:
getTopology
in interfaceStreamProcessorTopology
-
-