Class UpdateReadAclsAction
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.dbs.action.UpdateReadAclsAction
-
- All Implemented Interfaces:
StreamProcessorTopology
public class UpdateReadAclsAction extends Object implements StreamProcessorTopology
Action to update the Read ACLs on a list of documents, without recursion.- Since:
- 2021.11
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateReadAclsAction.UpdateReadAclsComputation
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_FULL_NAME
static String
UPDATE_READ_ACLS_ACTION
-
Constructor Summary
Constructors Constructor Description UpdateReadAclsAction()
-
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
-
UPDATE_READ_ACLS_ACTION
public static final String UPDATE_READ_ACLS_ACTION
- 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
-
-