Powered By Blogger

Tuesday, January 25, 2011

SIte Service, Alfresco Share

Craeting the site

SiteInfo siteInfo = this.siteService.createSite(TEST_SITE_PRESET, "mySiteTest", TEST_TITLE, TEST_DESCRIPTION, SiteVisibility.PUBLIC);



Setting the users for the site
// Add the test group as a member of the site
this.siteService.setMembership(siteShortName, testGroup, SiteModel.SITE_CONTRIBUTOR);


For any changes refer to SiteServiceImplTest
present in the package org.alfresco.repo.site

No comments:

Post a Comment