Uses of Enum Class
org.alfresco.service.cmr.site.SiteVisibility
Packages that use SiteVisibility
Package
Description
Provides the implementation of the site service which is used to provide services used by the sites of the Share interface.
Provides the public interface for the the SiteService which is used by the Share application.
-
Uses of SiteVisibility in org.alfresco.repo.site
Methods in org.alfresco.repo.site that return SiteVisibilityMethods in org.alfresco.repo.site with parameters of type SiteVisibilityModifier and TypeMethodDescriptionSiteServiceImpl.createSite(String sitePreset, String passedShortName, String title, String description, SiteVisibility visibility) SiteServiceImpl.createSite(String sitePreset, String passedShortName, String title, String description, SiteVisibility visibility, QName siteType) voidSiteInfoImpl.setVisibility(SiteVisibility visibility) -
Uses of SiteVisibility in org.alfresco.service.cmr.site
Methods in org.alfresco.service.cmr.site that return SiteVisibilityModifier and TypeMethodDescriptionSiteInfo.getVisibility()Get the sites visibilitystatic SiteVisibilityReturns the enum constant of this class with the specified name.static SiteVisibility[]SiteVisibility.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.service.cmr.site with parameters of type SiteVisibilityModifier and TypeMethodDescriptionSiteService.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.voidSiteInfo.setVisibility(SiteVisibility visibility) Set the sites visibility