Class ExportAction<ATTACHEDTO extends Help>

  • All Implemented Interfaces:
    Help

    public class ExportAction<ATTACHEDTO 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.
    • Constructor Detail

      • ExportAction

        public ExportAction​(ATTACHEDTO backLink,
                            Invocations<MethodInvocationRecord> invocations,
                            String jobName)
    • Method Detail

      • doExport

        public ExportAction<ATTACHEDTO> doExport​(String templateName)
        Notifies system that export for selected template should be started.
        Parameters:
        templateName - template to use
      • doArchive

        public ExportAction<ATTACHEDTO> doArchive​(String templateName)
        Notifies system that archiving for selected template should be started.
        Parameters:
        templateName - template to use
      • getObjectName

        public String getObjectName()
      • getJobName

        public String getJobName()
      • getTemplateName

        public String getTemplateName()
      • isExport

        public Boolean isExport()
      • isArchive

        public Boolean isArchive()