Confluence Pagemanager ((exclusive))
: Trashing, restoring, and permanently removing content.
The is a central interface in the Atlassian Confluence Java API, primarily used by developers to programmatically create, retrieve, and manipulate pages and blog posts. While essential for building Confluence Server and Data Center plugins, modern development often requires balancing its direct power with newer, more abstracted services like ContentService . Core Responsibilities of PageManager confluence pagemanager
:
Are you trying to using this interface, or are you troubleshooting a performance issue related to page loading? PageManager (Atlassian Confluence 7.3.5 API) : Trashing, restoring, and permanently removing content
The PageManager serves as the primary gateway for content lifecycle management within a Confluence instance. It extends the ContentEntityManager and is typically implemented by DefaultPageManager . Its main duties include: confluence pagemanager