Class ProjectUpdateWorkflowBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped public class ProjectUpdateWorkflowBean extends AProjectDetailsBean
Bean for the form overview menu. Let's the user upgrade a form with the old workflow to a form with the new workflow, by creating a copy with all settings and initializing the new workflow to an empty state.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ProjectUpdateWorkflowBean

      public ProjectUpdateWorkflowBean()
  • Method Details

    • copy

      public void copy()
      Creates a copy of the given project, but excludes the workflow. Instead, creates an empty new workflow configuration.
    • isDoiActive

      public boolean isDoiActive()
      Returns:
      Whether the double-opt in is configured and active for the current project.
    • init

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