Class RecomputeViewsAction
- java.lang.Object
-
- org.nuxeo.ecm.platform.picture.recompute.RecomputeViewsAction
-
- All Implemented Interfaces:
StreamProcessorTopology
public class RecomputeViewsAction extends Object implements StreamProcessorTopology
BAF Computation that fills picture views for the blob property described by the given xpath.- Since:
- 11.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecomputeViewsAction.RecomputeViewsComputation
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_FULL_NAMEstatic StringACTION_NAMEstatic StringACTION_NAME_BGstatic StringPARAM_XPATH
-
Constructor Summary
Constructors Constructor Description RecomputeViewsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopologygetTopology(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_NAME_BG
public static final String ACTION_NAME_BG
- See Also:
- Constant Field Values
-
ACTION_FULL_NAME
public static final String ACTION_FULL_NAME
- See Also:
- Constant Field Values
-
PARAM_XPATH
public static final String PARAM_XPATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTopology
public Topology getTopology(Map<String,String> options)
Description copied from interface:StreamProcessorTopologyReturns a Stream computation topology.- Specified by:
getTopologyin interfaceStreamProcessorTopology
-
-