Fixed ALF-3085: UI Bootstrap - No root 'Web Projects' folder exists (is WCM enabled ?)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22904 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2010-10-06 08:46:11 +00:00
parent 843e1b27b3
commit 4446ea6a9e
3 changed files with 46 additions and 0 deletions

View File

@@ -112,6 +112,14 @@ public interface WebProjectService
@NotAuditable
public WebProjectInfo createWebProject(WebProjectInfo wpInfo);
/**
* Determines whether the "Web Projects" container node is present.
*
* @return true if the "Web Projects" container node is present
*/
@NotAuditable
public boolean hasWebProjectsRoot();
/**
* Returns the Web Projects container
*