Class ExportAction<T extends Help>
Object
Action
ExportAction<T>
- All Implemented Interfaces:
Help
public class ExportAction<T extends Help>
extends Action
This action starts exporting or archiving. It's a programmatic version
of the same action available in UI. As such it allows user to schedule the
action in calculation flow formula.
-
Field Summary
Fields inherited from class Action
jobs
-
Constructor Summary
ConstructorDescriptionExportAction
(T backLink, Invocations<MethodInvocationRecord> invocations, String jobName) -
Method Summary
-
Constructor Details
-
ExportAction
-
-
Method Details
-
doExport
Notifies system that export for selected template should be started.- Parameters:
templateName
- template to use
-
doArchive
Notifies system that archiving for selected template should be started.- Parameters:
templateName
- template to use
-
back
-
getObjectName
-
getJobName
-
getTemplateName
-
isExport
-
isArchive
-
toString
-