Package org.nuxeo.ecm.core.bulk.action
Class SetPropertiesAction
- java.lang.Object
-
- org.nuxeo.ecm.core.bulk.action.SetPropertiesAction
-
- All Implemented Interfaces:
StreamProcessorTopology
public class SetPropertiesAction extends Object implements StreamProcessorTopology
- Since:
- 10.2
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetPropertiesAction.SetPropertyComputation
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_FULL_NAME
static String
ACTION_NAME
static String
PARAM_DISABLE_AUDIT
Deprecated.since 2021.34, useCoreSession.DISABLE_AUDIT_LOGGER
insteadstatic String
PARAM_VERSIONING_OPTION
-
Constructor Summary
Constructors Constructor Description SetPropertiesAction()
-
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
-
PARAM_DISABLE_AUDIT
public static final String PARAM_DISABLE_AUDIT
Deprecated.since 2021.34, useCoreSession.DISABLE_AUDIT_LOGGER
insteadOriginally duplicated from NXAuditEventsService.DISABLE_AUDIT_LOGGER to avoid circular dependency.- See Also:
- Constant Field Values
-
PARAM_VERSIONING_OPTION
public static final String PARAM_VERSIONING_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
-
-