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 java.lang.Object
implements com.atlassian.sal.api.project.ProjectManager

The Confluence implementation of the project manager. A project in the Confluence context is equivalent to a space


Constructor Summary
ConfluenceProjectManager()
           
 
Method Summary
 java.util.Collection<java.lang.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 java.util.Collection<java.lang.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-2014 Atlassian. All Rights Reserved.