|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpacesException | |
---|---|
org.apache.jetspeed.spaces |
Uses of SpacesException in org.apache.jetspeed.spaces |
---|
Methods in org.apache.jetspeed.spaces that throw SpacesException | |
---|---|
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 |
Environment |
Spaces.createEnvironment(java.lang.String envName,
java.lang.String owner)
Creates an environment object and persists it |
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. |
void |
Spaces.deleteEnvironment(Environment env)
Deletes an environment object given the unique key envName from the persistence store |
void |
Spaces.deletePage(Page page)
Deletes a page |
void |
Spaces.deleteSpace(Space space)
Deletes a space object given the unique key spaceName from the persistence store |
void |
Spaces.removeSpaceFromEnvironment(Space space,
Environment env)
Removes a space from the list of spaces for the given environment |
void |
Spaces.storeEnvironment(Environment env)
Store an environment to the portal |
void |
Spaces.storeSpace(Space space)
Stores a space to the portal |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |