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.rest.api.model | |
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 | Field and Description |
---|---|
protected SiteVisibility |
Site.visibility |
Modifier and Type | Method and Description |
---|---|
SiteVisibility |
Site.getVisibility() |
SiteVisibility |
SiteUpdate.getVisibility() |
Modifier and Type | Method and Description |
---|---|
void |
Site.setVisibility(SiteVisibility visibility) |
void |
SiteUpdate.setVisibility(SiteVisibility visibility) |
Constructor and Description |
---|
SiteUpdate(String title,
String description,
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–2017 Alfresco Software. All rights reserved.