Package org.nuxeo.ecm.core.bulk
Class S3SetBlobLengthAction
- java.lang.Object
-
- org.nuxeo.ecm.core.bulk.S3SetBlobLengthAction
-
- All Implemented Interfaces:
StreamProcessorTopology
public class S3SetBlobLengthAction extends Object implements StreamProcessorTopology
Bulk Action to set blob length property using the length provided by the s3 binary store.- Since:
- 2021.9
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
S3SetBlobLengthAction.SetBlobLengthComputation
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_FULL_NAME
static String
ACTION_NAME
protected static String
FORCE_OPTION
protected static String
XPATH_FILTER_OPTION
-
Constructor Summary
Constructors Constructor Description S3SetBlobLengthAction()
-
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
-
FORCE_OPTION
protected static final String FORCE_OPTION
- See Also:
- Constant Field Values
-
XPATH_FILTER_OPTION
protected static final String XPATH_FILTER_OPTION
- 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
-
-