| Package | Description |
|---|---|
| org.alfresco.repo.site |
Provides the implementation of the site service which is used to provide services used by the sites of the
Share interface.
|
| org.alfresco.service.cmr.site |
Provides the public interface for the the SiteService which is used by the Share application.
|
| Modifier and Type | Method and Description |
|---|---|
SiteVisibility |
SiteInfoImpl.getVisibility() |
| Modifier and Type | Method and Description |
|---|---|
SiteInfo |
SiteServiceImpl.createSite(String sitePreset,
String passedShortName,
String title,
String description,
SiteVisibility visibility) |
SiteInfo |
SiteServiceImpl.createSite(String sitePreset,
String passedShortName,
String title,
String description,
SiteVisibility visibility,
org.alfresco.service.namespace.QName siteType) |
void |
SiteInfoImpl.setVisibility(SiteVisibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
SiteVisibility |
SiteInfo.getVisibility()
Get the sites visibility
|
static SiteVisibility |
SiteVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteVisibility[] |
SiteVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SiteInfo |
SiteService.createSite(String sitePreset,
String shortName,
String title,
String description,
SiteVisibility visibility)
Create a new site.
|
SiteInfo |
SiteService.createSite(String sitePreset,
String shortName,
String title,
String description,
SiteVisibility visibility,
org.alfresco.service.namespace.QName siteType)
Create a new site.
|
void |
SiteInfo.setVisibility(SiteVisibility visibility)
Set the sites visibility
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.