Package org.nuxeo.ecm.core.bulk
Class S3SetBlobLengthAction
java.lang.Object
org.nuxeo.ecm.core.bulk.S3SetBlobLengthAction
- All Implemented Interfaces:
StreamProcessorTopology
Bulk Action to set blob length property using the length provided by the s3 binary store.
- Since:
- 2021.9
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTopology
(Map<String, String> options) Returns a Stream computation topology.
-
Field Details
-
ACTION_NAME
- See Also:
-
ACTION_FULL_NAME
- See Also:
-
FORCE_OPTION
- See Also:
-
XPATH_FILTER_OPTION
- See Also:
-
-
Constructor Details
-
S3SetBlobLengthAction
public S3SetBlobLengthAction()
-
-
Method Details
-
getTopology
Description copied from interface:StreamProcessorTopology
Returns a Stream computation topology.- Specified by:
getTopology
in interfaceStreamProcessorTopology
-