Uses of Class
net.pricefx.common.apibuilder.calculationflowaction.ExportAction
-
Packages that use ExportAction Package Description net.pricefx.common.apibuilder.calculationflowaction -
-
Uses of ExportAction in net.pricefx.common.apibuilder.calculationflowaction
Methods in net.pricefx.common.apibuilder.calculationflowaction that return ExportAction Modifier and Type Method Description ExportAction<CalculationFlowActionBuilder>
CalculationFlowActionBuilder. addExportAction(String jobName)
Adds export/archive action to the list of actions that should be executed.
Snippet:
Export flavour:actionBuilder.addExportAction('jobName').doExport('templateName')
Archive flovour:actionBuilder.addExportAction('jobName').doArchive('templateName')
ExportAction<ATTACHEDTO>
ExportAction. doArchive(String templateName)
Notifies system that archiving for selected template should be started.ExportAction<ATTACHEDTO>
ExportAction. doExport(String templateName)
Notifies system that export for selected template should be started.
-