Package com.atlassian.confluence.internal
Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration
of bootstrapContext.xml.
This allows us to slowly reduce the surface area of confluence-core as an API, now that we are intentionally exposing an official API in confluence-java-api.
When adding new internal interface methods that return multiple entities, they must accept a
LimitedRequest
as an argument.
- Since:
- 5.5
-
Interface Summary Interface Description ContentDraftManagerInternal Internal manager for common handling of drafts; see the package-info.java for rationale.ContentEntityManagerInternal Internal version of theContentEntityManager
interface; see the package-info.java for rationale.ContentPermissionManagerInternal Internal interface for content permission manager -
Class Summary Class Description ZduStatusEntity State of Zero Downtime Upgrades