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 Summary
Constructors Constructor Description ReadOnlySetupPersister(com.atlassian.config.setup.SetupPersister delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinishSetup()ListgetCompletedSteps()StringgetCurrentStep()StringgetSetupType()ListgetUncompletedSteps()booleanisDemonstrationContentInstalled()voidprogessSetupStep()voidsetDemonstrationContentInstalled()voidsetSetupType(String setupType)
-
-
-
Method Detail
-
getUncompletedSteps
public List getUncompletedSteps()
- Specified by:
getUncompletedStepsin interfacecom.atlassian.config.setup.SetupPersister
-
getCompletedSteps
public List getCompletedSteps()
- Specified by:
getCompletedStepsin interfacecom.atlassian.config.setup.SetupPersister
-
getSetupType
public String getSetupType()
- Specified by:
getSetupTypein interfacecom.atlassian.config.setup.SetupPersister
-
setSetupType
public void setSetupType(String setupType)
- Specified by:
setSetupTypein interfacecom.atlassian.config.setup.SetupPersister
-
finishSetup
public void finishSetup() throws com.atlassian.config.setup.SetupException- Specified by:
finishSetupin interfacecom.atlassian.config.setup.SetupPersister- Throws:
com.atlassian.config.setup.SetupException
-
progessSetupStep
public void progessSetupStep()
- Specified by:
progessSetupStepin interfacecom.atlassian.config.setup.SetupPersister
-
getCurrentStep
public String getCurrentStep()
- Specified by:
getCurrentStepin interfacecom.atlassian.config.setup.SetupPersister
-
isDemonstrationContentInstalled
public boolean isDemonstrationContentInstalled()
- Specified by:
isDemonstrationContentInstalledin interfacecom.atlassian.config.setup.SetupPersister
-
setDemonstrationContentInstalled
public void setDemonstrationContentInstalled()
- Specified by:
setDemonstrationContentInstalledin interfacecom.atlassian.config.setup.SetupPersister
-
-