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 void
finishSetup()
List
getCompletedSteps()
String
getCurrentStep()
String
getSetupType()
List
getUncompletedSteps()
boolean
isDemonstrationContentInstalled()
void
progessSetupStep()
void
setDemonstrationContentInstalled()
void
setSetupType(String setupType)
-
-
-
Method Detail
-
getUncompletedSteps
public List getUncompletedSteps()
- Specified by:
getUncompletedSteps
in interfacecom.atlassian.config.setup.SetupPersister
-
getCompletedSteps
public List getCompletedSteps()
- Specified by:
getCompletedSteps
in interfacecom.atlassian.config.setup.SetupPersister
-
getSetupType
public String getSetupType()
- Specified by:
getSetupType
in interfacecom.atlassian.config.setup.SetupPersister
-
setSetupType
public void setSetupType(String setupType)
- Specified by:
setSetupType
in interfacecom.atlassian.config.setup.SetupPersister
-
finishSetup
public void finishSetup() throws com.atlassian.config.setup.SetupException
- Specified by:
finishSetup
in interfacecom.atlassian.config.setup.SetupPersister
- Throws:
com.atlassian.config.setup.SetupException
-
progessSetupStep
public void progessSetupStep()
- Specified by:
progessSetupStep
in interfacecom.atlassian.config.setup.SetupPersister
-
getCurrentStep
public String getCurrentStep()
- Specified by:
getCurrentStep
in interfacecom.atlassian.config.setup.SetupPersister
-
isDemonstrationContentInstalled
public boolean isDemonstrationContentInstalled()
- Specified by:
isDemonstrationContentInstalled
in interfacecom.atlassian.config.setup.SetupPersister
-
setDemonstrationContentInstalled
public void setDemonstrationContentInstalled()
- Specified by:
setDemonstrationContentInstalled
in interfacecom.atlassian.config.setup.SetupPersister
-
-