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 SummaryFields inherited from interface com.atlassian.config.setup.SetupPersisterSETUP_INSTALL_DEMO_DATA, SETUP_STATE_COMPLETE, SETUP_TYPE_CUSTOM, SETUP_TYPE_INITIAL, SETUP_TYPE_INSTALL
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ReadOnlySetupPersisterpublic ReadOnlySetupPersister(com.atlassian.config.setup.SetupPersister delegate) 
 
- 
- 
Method Details- 
getUncompletedSteps- Specified by:
- getUncompletedStepsin interface- com.atlassian.config.setup.SetupPersister
 
- 
getCompletedSteps- Specified by:
- getCompletedStepsin interface- com.atlassian.config.setup.SetupPersister
 
- 
getSetupType- Specified by:
- getSetupTypein interface- com.atlassian.config.setup.SetupPersister
 
- 
setSetupType- Specified by:
- setSetupTypein interface- com.atlassian.config.setup.SetupPersister
 
- 
finishSetuppublic void finishSetup()- Specified by:
- finishSetupin interface- com.atlassian.config.setup.SetupPersister
 
- 
progessSetupSteppublic void progessSetupStep()- Specified by:
- progessSetupStepin interface- com.atlassian.config.setup.SetupPersister
 
- 
getCurrentStep- Specified by:
- getCurrentStepin interface- com.atlassian.config.setup.SetupPersister
 
- 
isDemonstrationContentInstalledpublic boolean isDemonstrationContentInstalled()- Specified by:
- isDemonstrationContentInstalledin interface- com.atlassian.config.setup.SetupPersister
 
- 
setDemonstrationContentInstalledpublic void setDemonstrationContentInstalled()- Specified by:
- setDemonstrationContentInstalledin interface- com.atlassian.config.setup.SetupPersister
 
 
-