Class ProjectExportBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped public class ProjectExportBean extends AProjectDetailsBean
See Also:
  • Constructor Details

    • ProjectExportBean

      public ProjectExportBean()
  • Method Details

    • getDependencies

      public Map<String,List<EntityExportWrapper>> getDependencies()
    • isFormFileClass

      public boolean isFormFileClass(String currentClass)
    • export

      public org.primefaces.model.StreamedContent export()
      Handler for a p:fileDownload.
      Returns:
      An export for the current project as binary data (usually a zip archive).
    • init

      protected void init(IEntityContext ec, Projekt project)
      Overrides:
      init in class AEntityDetailsBean<Projekt>
    • getExportFormat

      @Deprecated public EProjectExportFormat getExportFormat()
      Deprecated.
      Since formcycle version 7.0.0. Projects can only be exported with the new export format
    • setExportFormat

      @Deprecated public void setExportFormat(EProjectExportFormat exportFormat)
      Deprecated.
      Since formcycle version 7.0.0. Projects can only be exported with the new export format