.add(new SimpleParameterEntry(WorkspaceDataContainer.TRIGGER_EVENTS_FOR_DESCENDANTS_ON_RENAME, "false"));
ManageableRepository repository = helper.createRepository(container, DatabaseStructureType.ISOLATED, null);
helper.addWorkspace(repository, wsEntry);
SessionImpl session = (SessionImpl)repository.login(credentials, wsEntry.getName());
Node root = session.getRootNode();
WorkspaceQuotaManager wsQuotaManager =
(WorkspaceQuotaManager)repository.getWorkspaceContainer(wsEntry.getName()).getComponent(
WorkspaceQuotaManager.class);