Uses of Class
org.alfresco.repo.site.script.Site
Packages that use Site
-
Uses of Site in org.alfresco.repo.site.script
Methods in org.alfresco.repo.site.script that return SiteModifier and TypeMethodDescriptionScriptSiteService.createSite(String sitePreset, String shortName, String title, String description, boolean isPublic) Deprecated.ScriptSiteService.createSite(String sitePreset, String shortName, String title, String description, String visibility) Create a new site.ScriptSiteService.createSite(String sitePreset, String shortName, String title, String description, String visibility, String siteType) Create a new site.Site[]Find (search) the sites available in the repository.Site[]Find (search) the sites available in the repository.Get a site for a provided site short name.ScriptSiteService.getSiteInfo(String shortName) Get a site for a provided site short name.Site[]Retrieves the sites available in the repository.Site[]List the sites available in the repository.Site[]List the sites available in the repository.Site[]ScriptSiteService.listUserSites(String userName) List all the sites that the specified user has an explicit membership to.Site[]ScriptSiteService.listUserSites(String userName, int size) List all the sites that the specified user has an explicit membership to.protected Site[]ScriptSiteService.makeSitesArray(List<SiteInfo> siteInfos) Converts the given List of SiteInfo objects to a JavaScript friendly array of Site objects.
ScriptSiteService.createSite(String, String, String, String, String)