public interface Site extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the site.
|
String |
getGUID()
Returns a globally unique identifier for the site.
|
String |
getIdentifier()
Returns the unique identifier of the site.
|
String |
getShortName()
Returns the short name of the site.
|
String |
getTitle()
Returns the unique identifier of the site.
|
SiteVisibility |
getVisibility()
Returns the visibility of the site i.e.
|
boolean |
isFavorite() |
boolean |
isMember() |
boolean |
isPendingMember() |
String getIdentifier()
String getGUID()
String getShortName()
String getTitle()
String getDescription()
SiteVisibility getVisibility()
boolean isMember()
boolean isPendingMember()
boolean isFavorite()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.