Class RecomputeVideoConversionsAction
- java.lang.Object
-
- org.nuxeo.ecm.platform.video.action.RecomputeVideoConversionsAction
-
- All Implemented Interfaces:
StreamProcessorTopology
public class RecomputeVideoConversionsAction extends Object implements StreamProcessorTopology
BAF Computation that fills video renditions for the blob property described by the given xpath.- Since:
- 11.5
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_FULL_NAME
static String
ACTION_NAME
-
Constructor Summary
Constructors Constructor Description RecomputeVideoConversionsAction()
-
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
-
-