mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Minor - re-formatting only (fix tabs to spaces)
- noted via REPO-1390 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@131866 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -42,7 +42,7 @@ public interface Sites
|
||||
void deleteSite(String siteId, Parameters parameters);
|
||||
Site createSite(Site site, Parameters parameters);
|
||||
Site updateSite(String siteId, SiteUpdate site, Parameters parameters);
|
||||
|
||||
|
||||
/**
|
||||
* people/<personId>/sites/<siteId>
|
||||
*
|
||||
@@ -63,19 +63,19 @@ public interface Sites
|
||||
void addFavouriteSite(String personId, FavouriteSite favouriteSite);
|
||||
void removeFavouriteSite(String personId, String siteId);
|
||||
CollectionWithPagingInfo<FavouriteSite> getFavouriteSites(String personId, Parameters parameters);
|
||||
|
||||
|
||||
String getSiteRole(String siteId);
|
||||
String getSiteRole(String siteId, String personId);
|
||||
|
||||
String PARAM_PERMANENT = "permanent";
|
||||
String PARAM_SKIP_ADDTOFAVORITES = "skipAddToFavorites";
|
||||
String PARAM_SKIP_SURF_CONFIGURATION = "skipConfiguration";
|
||||
|
||||
String PARAM_SITE_ID = "id";
|
||||
String PARAM_SITE_TITLE = "title";
|
||||
String PARAM_SITE_DESCRIPTION = "description";
|
||||
String PARAM_SKIP_ADDTOFAVORITES = "skipAddToFavorites";
|
||||
String PARAM_SKIP_SURF_CONFIGURATION = "skipConfiguration";
|
||||
|
||||
String PARAM_SITE_ROLE = "role";
|
||||
String PARAM_SITE_ID = "id";
|
||||
String PARAM_SITE_TITLE = "title";
|
||||
String PARAM_SITE_DESCRIPTION = "description";
|
||||
|
||||
String PARAM_SITE_ROLE = "role";
|
||||
String PARAM_VISIBILITY = "visibility";
|
||||
String PARAM_PRESET = "preset";
|
||||
}
|
||||
|
Reference in New Issue
Block a user