Package | Description |
---|---|
org.apache.jetspeed.spaces |
Modifier and Type | Method and Description |
---|---|
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(String envName,
String owner)
Creates an environment object and persists it
|
Space |
Spaces.createSpace(String spaceName,
String owner,
Folder templateFolder,
String title,
String shortTitle,
String description,
String theme,
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
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.