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.
  • Constructor Details Link icon

    • ExportAction Link icon

      public ExportAction(T backLink, Invocations<MethodInvocationRecord> invocations, String jobName)
  • Method Details Link icon

    • doExport Link icon

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

      public ExportAction<T> doArchive(String templateName)
      Notifies system that archiving for selected template should be started.
      Parameters:
      templateName - template to use
    • back Link icon

      public T back()
    • getObjectName Link icon

      public String getObjectName()
    • getJobName Link icon

      public String getJobName()
    • getTemplateName Link icon

      public String getTemplateName()
    • isExport Link icon

      public Boolean isExport()
    • isArchive Link icon

      public Boolean isArchive()
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object