Class ReadOnlySetupPersister

java.lang.Object
com.atlassian.confluence.impl.setup.ReadOnlySetupPersister
All Implemented Interfaces:
com.atlassian.config.setup.SetupPersister

public class ReadOnlySetupPersister extends Object implements com.atlassian.config.setup.SetupPersister
Read-only wrapper for SetupPersister
Since:
8.5.2
  • Constructor Details

    • ReadOnlySetupPersister

      public ReadOnlySetupPersister(com.atlassian.config.setup.SetupPersister delegate)
  • Method Details

    • getUncompletedSteps

      public List getUncompletedSteps()
      Specified by:
      getUncompletedSteps in interface com.atlassian.config.setup.SetupPersister
    • getCompletedSteps

      public List getCompletedSteps()
      Specified by:
      getCompletedSteps in interface com.atlassian.config.setup.SetupPersister
    • getSetupType

      public String getSetupType()
      Specified by:
      getSetupType in interface com.atlassian.config.setup.SetupPersister
    • setSetupType

      public void setSetupType(String setupType)
      Specified by:
      setSetupType in interface com.atlassian.config.setup.SetupPersister
    • finishSetup

      public void finishSetup()
      Specified by:
      finishSetup in interface com.atlassian.config.setup.SetupPersister
    • progessSetupStep

      public void progessSetupStep()
      Specified by:
      progessSetupStep in interface com.atlassian.config.setup.SetupPersister
    • getCurrentStep

      public String getCurrentStep()
      Specified by:
      getCurrentStep in interface com.atlassian.config.setup.SetupPersister
    • isDemonstrationContentInstalled

      public boolean isDemonstrationContentInstalled()
      Specified by:
      isDemonstrationContentInstalled in interface com.atlassian.config.setup.SetupPersister
    • setDemonstrationContentInstalled

      public void setDemonstrationContentInstalled()
      Specified by:
      setDemonstrationContentInstalled in interface com.atlassian.config.setup.SetupPersister