com.atlassian.sal.confluence.project
Class ConfluenceProjectManager

java.lang.Object
  extended by com.atlassian.sal.confluence.project.ConfluenceProjectManager
All Implemented Interfaces:
com.atlassian.sal.api.project.ProjectManager

public class ConfluenceProjectManager
extends Object
implements com.atlassian.sal.api.project.ProjectManager

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


Constructor Summary
ConfluenceProjectManager()
           
 
Method Summary
 Collection<String> getAllProjectKeys()
          Get all project keys
 void setSpaceManager(SpaceManager spaceManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceProjectManager

public ConfluenceProjectManager()
Method Detail

getAllProjectKeys

public Collection<String> getAllProjectKeys()
Get all project keys

Specified by:
getAllProjectKeys in interface com.atlassian.sal.api.project.ProjectManager
Returns:
All the project keys

setSpaceManager

public void setSpaceManager(SpaceManager spaceManager)


Copyright © 2003-2012 Atlassian. All Rights Reserved.