Package | Description |
---|---|
net.pricefx.common.apibuilder.calculationflowaction |
Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.