|
Packages that use org.alfresco.service.cmr.site.SiteInfo | |
org.alfresco.service.cmr.site | Provides the public interface for the the SiteService which is used by the Share application. |
Uses of SiteInfo in org.alfresco.service.cmr.site |
Methods in org.alfresco.service.cmr.site that return SiteInfo | |
SiteService.createSite(String sitePreset, String shortName, String title, String description, boolean isPublic) Deprecated. since version 3.2, replaced by SiteService.createSite(String, String, String, String, SiteVisibility) |
|
SiteService.createSite(String sitePreset, String shortName, String title, String description, SiteVisibility visibility) Create a new site. |
|
SiteService.createSite(String sitePreset, String shortName, String title, String description, SiteVisibility visibility, QName siteType) Create a new site. |
|
SiteService.getSite(NodeRef nodeRef) This method gets the SiteInfo for the Share Site which contains the given NodeRef. |
|
SiteService.getSite(String shortName) Gets site information based on the short name of a site. |
Methods in org.alfresco.service.cmr.site that return types with arguments of type SiteInfo | |
SiteService.findSites(String filter, int size) This method will find all sites available to the currently authenticated user based on the specified site filter and result set size. |
|
SiteService.findSites(String filter, String sitePresetFilter, int size) This method will find all sites available to the currently authenticated user based on the specified site filter, site preset filter and result set size. |
|
SiteService.listSites(List<org.alfresco.repo.node.getchildren.FilterProp> filterProps, List<Pair<QName,Boolean>> sortProps, PagingRequest pagingRequest) This method returns paged result sets of SiteInfo objects, which should be more efficient than the unpaged methods also available on this interface. |
|
SiteService.listSites(String userName) List all the sites that the specified user has a explicit membership to. |
|
SiteService.listSites(String userName, int size) List all the sites that the specified user has a explicit membership to. |
|
SiteService.listSites(String filter, String sitePresetFilter) List the available sites. |
|
SiteService.listSites(String filter, String sitePresetFilter, int size) List the available sites. |
Methods in org.alfresco.service.cmr.site with parameters of type SiteInfo | |
void |
SiteService.cleanSitePermissions(NodeRef relocatedNode, SiteInfo containingSite) This method cleans the permissions on the specified node. |
void |
SiteService.updateSite(SiteInfo siteInfo) Update the site information. |
|