Package | Description |
---|---|
org.apache.jetspeed.spaces |
Modifier and Type | Method and Description |
---|---|
Environment |
Spaces.createEnvironment(String envName,
String owner)
Creates an environment object and persists it
|
Environment |
Spaces.lookupEnvironment(String envName)
Looks up an environment object given the unique key envName from the persistence store
|
Modifier and Type | Method and Description |
---|---|
List<Environment> |
Spaces.listEnvironments()
List all environments in the portal
|
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
|
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
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.