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:
getUncompletedStepsin interfacecom.atlassian.config.setup.SetupPersister
-
getCompletedSteps
- Specified by:
getCompletedStepsin interfacecom.atlassian.config.setup.SetupPersister
-
getSetupType
- Specified by:
getSetupTypein interfacecom.atlassian.config.setup.SetupPersister
-
setSetupType
- Specified by:
setSetupTypein interfacecom.atlassian.config.setup.SetupPersister
-
finishSetup
public void finishSetup()- Specified by:
finishSetupin interfacecom.atlassian.config.setup.SetupPersister
-
progessSetupStep
public void progessSetupStep()- Specified by:
progessSetupStepin interfacecom.atlassian.config.setup.SetupPersister
-
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
-