Class CSVExportAction
- java.lang.Object
 - 
- org.nuxeo.ecm.platform.csv.export.action.CSVExportAction
 
 
- 
- All Implemented Interfaces:
 StreamProcessorTopology
public class CSVExportAction extends Object implements StreamProcessorTopology
- Since:
 - 10.3
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringACTION_FULL_NAMEstatic StringACTION_NAME 
- 
Constructor Summary
Constructors Constructor Description CSVExportAction() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleangetOptionAsBoolean(Map<String,String> options, String option, boolean defaultValue)TopologygetTopology(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:StreamProcessorTopologyReturns a Stream computation topology.- Specified by:
 getTopologyin interfaceStreamProcessorTopology
 
 - 
 
 -