|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Environment | |
---|---|
org.apache.jetspeed.spaces |
Uses of Environment in org.apache.jetspeed.spaces |
---|
Methods in org.apache.jetspeed.spaces that return Environment | |
---|---|
Environment |
Spaces.createEnvironment(java.lang.String envName,
java.lang.String owner)
Creates an environment object and persists it |
Environment |
Spaces.lookupEnvironment(java.lang.String envName)
Looks up an environment object given the unique key envName from the persistence store |
Methods in org.apache.jetspeed.spaces that return types with arguments of type Environment | |
---|---|
java.util.List<Environment> |
Spaces.listEnvironments()
List all environments in the portal |
Methods in org.apache.jetspeed.spaces with parameters of type Environment | |
---|---|
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.deleteEnvironment(Environment env)
Deletes an environment object given the unique key envName 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 |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |