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
-
Field Summary
Fields inherited from interface com.atlassian.config.setup.SetupPersister
SETUP_INSTALL_DEMO_DATA, SETUP_STATE_COMPLETE, SETUP_TYPE_CUSTOM, SETUP_TYPE_INITIAL, SETUP_TYPE_INSTALL
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReadOnlySetupPersister
public ReadOnlySetupPersister(com.atlassian.config.setup.SetupPersister delegate)
-
-
Method Details
-
getUncompletedSteps
- Specified by:
getUncompletedSteps
in interfacecom.atlassian.config.setup.SetupPersister
-
getCompletedSteps
- Specified by:
getCompletedSteps
in interfacecom.atlassian.config.setup.SetupPersister
-
getSetupType
- Specified by:
getSetupType
in interfacecom.atlassian.config.setup.SetupPersister
-
setSetupType
- Specified by:
setSetupType
in interfacecom.atlassian.config.setup.SetupPersister
-
finishSetup
public void finishSetup()- Specified by:
finishSetup
in interfacecom.atlassian.config.setup.SetupPersister
-
progessSetupStep
public void progessSetupStep()- Specified by:
progessSetupStep
in interfacecom.atlassian.config.setup.SetupPersister
-
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
-