Uses of Interface
org.apache.jetspeed.spaces.Space

Packages that use Space
org.apache.jetspeed.spaces   
 

Uses of Space in org.apache.jetspeed.spaces
 

Methods in org.apache.jetspeed.spaces that return Space
 Space Spaces.createSpace(java.lang.String spaceName, java.lang.String owner, Folder templateFolder, java.lang.String title, java.lang.String shortTitle, java.lang.String description, java.lang.String theme, java.lang.String constraint)
          Creates a space persisted after copying from the template folder.
 Space Spaces.lookupSpace(java.lang.String spaceName)
          Looks up a space object given the unique key spaceName from the persistence store
 Space Spaces.lookupUserSpace(java.lang.String username)
          Retrieve the user space for a user
 

Methods in org.apache.jetspeed.spaces that return types with arguments of type Space
 java.util.List<Space> Spaces.listSpaces()
          Lists all unique spaces in the portal, regardless of environment
 java.util.List<Space> Spaces.listSpaces(java.lang.String envName)
          Lists all spaces for a given environment
 

Methods in org.apache.jetspeed.spaces with parameters of type Space
 void Spaces.addSpaceToEnvironment(Space space, Environment env)
          Adds a space to the list of spaces for the given environment A space can exist in zero or more environments
 void Spaces.deleteSpace(Space space)
          Deletes a space object given the unique key spaceName from the persistence store
 boolean Spaces.isSpaceInEnvironment(Space space, Environment env)
          Determines if a space is a member of the set of spaces for a given environment
 boolean Spaces.isUserSpace(Space space)
          Returns true if the space is from a user space folder.
 java.util.List<Folder> Spaces.listFolders(Space space)
          List all folders in the given space
 java.util.List<Link> Spaces.listLinks(Space space)
          List all links in the given space
 java.util.List<Page> Spaces.listPages(Space space)
          List all pages in the given space
 void Spaces.removeSpaceFromEnvironment(Space space, Environment env)
          Removes a space from the list of spaces for the given environment
 void Spaces.storeSpace(Space space)
          Stores a space to the portal
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.