It is required the the workspace information contains the userId of the user that owns the workspace and a workspace name.
@param info the information about the workspace to create @throws CoreException if the workspace could not be createdconfigWorkspace(WorkspaceEntry wsConfig)
- registration a new configuration in RepositoryContainer and create WorkspaceContainer. Second, the main step, is initWorkspace(String workspaceName, String rootNodeType)
- initializing workspace by name and root nodetype. Third, final step, starting all components of workspace. Before creation workspace must be configured
@see org.exoplatform.services.jcr.core.RepositoryImpl#configWorkspace(org.exoplatform.services.jcr.config.WorkspaceEntry)
@see org.exoplatform.services.jcr.core.RepositoryImpl#initWorkspace(java.lang.String,java.lang.String)
@param workspaceName - Creates a new Workspace with the specified name
@throws RepositoryException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|