mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Swift – SE.S21 Share - DM Remote Store - WIP
- not hooked in as the default yet - fleshing out methods and impl git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28338 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -292,6 +292,14 @@ public interface SiteService
|
||||
@NotAuditable
|
||||
String getSiteRoleGroup(String shortName, String role);
|
||||
|
||||
/**
|
||||
* Gets the reference to the folder that is the Site root node.
|
||||
*
|
||||
* @return site root node.
|
||||
*/
|
||||
@NotAuditable
|
||||
NodeRef getSiteRoot();
|
||||
|
||||
/**
|
||||
* This method cleans the permissions on the specified node. It is intended to be used after a
|
||||
* node is moved or copied from one site to another. Permissions relating to the former site are
|
||||
|
Reference in New Issue
Block a user