mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user