Uses of Interface
com.atlassian.confluence.util.Cleanup
-
Packages that use Cleanup Package Description com.atlassian.confluence.core.persistence.hibernate com.atlassian.confluence.impl.retention com.atlassian.confluence.importexport -
-
Uses of Cleanup in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return Cleanup Modifier and Type Method Description static CleanupSessionCacheModeThreadLocal. temporarilySetCacheMode(CacheMode cacheMode)Temporarily set the CacheMode within a try-with-resources code block. -
Uses of Cleanup in com.atlassian.confluence.impl.retention
Methods in com.atlassian.confluence.impl.retention that return Cleanup Modifier and Type Method Description protected CleanupDefaultVersionRemovalService. setCacheMode() -
Uses of Cleanup in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return Cleanup Modifier and Type Method Description protected CleanupDefaultImportExportManager. temporarilyShutdownInterferingPlugins(ImportContext context)Deprecated.
-