Package org.nuxeo.drive.action
Class FireGroupUpdatedEventAction
- java.lang.Object
-
- org.nuxeo.drive.action.FireGroupUpdatedEventAction
-
- All Implemented Interfaces:
StreamProcessorTopology
public class FireGroupUpdatedEventAction extends Object implements StreamProcessorTopology
Bulk Action processor that fires group updated events for Nuxeo Drive.- Since:
- 11.5
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FireGroupUpdatedEventAction.FireGroupUpdatedEventComputation
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_FULL_NAME
static String
ACTION_NAME
-
Constructor Summary
Constructors Constructor Description FireGroupUpdatedEventAction()
-
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
-
-
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
-
-