public class

ConfluenceProjectManager

extends Object
implements ProjectManager
java.lang.Object
   ↳ com.atlassian.sal.confluence.project.ConfluenceProjectManager

Class Overview

The confiluence implementation of the project manager, a project in the Confluence context is equivalent to a space

Summary

Public Constructors
ConfluenceProjectManager()
Public Methods
Collection<String> getAllProjectKeys()
Get all project keys
void setSpaceManager(SpaceManager spaceManager)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.sal.api.project.ProjectManager

Public Constructors

public ConfluenceProjectManager ()

Public Methods

public Collection<String> getAllProjectKeys ()

Get all project keys

Returns
  • All the project keys

public void setSpaceManager (SpaceManager spaceManager)