|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.admin.spaces.SpaceInstanciator
public class SpaceInstanciator
An instanciator of Silverpeas workspaces. A Silverpeas workspace is an area providing specified Silverpeas components and within which some collaborative works can be performed by well authorized users. The Silverpeas collaborative portal is made up of one or more workspaces. By default, each user has its own workspace from which it access its data and collaborative and shared resources.
Field Summary | |
---|---|
protected static ResourceLocator |
configuration
|
Constructor Summary | |
---|---|
SpaceInstanciator(Map<String,WAComponent> allComponentsModels)
Constructs a new SpaceInstanciator instance with the specified component models. |
Method Summary | |
---|---|
Map<String,SpaceTemplate> |
getAllSpaceTemplates()
Gets all of the templates on workspace. |
SpaceInst |
getSpaceToInstanciate(String templateName)
Gets an instance of a workspace defined by the specified template, identified by its name. |
SpaceInst |
makeSpaceInst(SpaceTemplate st)
Method declaration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static ResourceLocator configuration
Constructor Detail |
---|
public SpaceInstanciator(Map<String,WAComponent> allComponentsModels)
allComponentsModels
- a map of component models each of them identified by their name.Method Detail |
---|
public Map<String,SpaceTemplate> getAllSpaceTemplates()
public SpaceInst getSpaceToInstanciate(String templateName)
templateName
- the name of the template from which the workspace has to be instanciated.
public SpaceInst makeSpaceInst(SpaceTemplate st)
st
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |