Package com.atlassian.confluence.internal

Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration of bootstrapContext.xml.

See:
          Description

Interface Summary
ContentEntityManagerInternal Internal version of the ContentEntityManager interface; see the package-info.java for rationale.
 

Package com.atlassian.confluence.internal Description

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.