Uses of Class
net.pricefx.common.apibuilder.calculationflowaction.ExportAction
Package
Description
Provides CalculationFlow API.
-
Uses of ExportAction in net.pricefx.common.apibuilder.calculationflowaction
Modifier and TypeMethodDescriptionCalculationFlowActionBuilder.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')
Notifies system that archiving for selected template should be started.Notifies system that export for selected template should be started.