public interface SiteInfo extends PermissionCheckValue
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getCustomProperties()
Get the custom property values
|
java.io.Serializable |
getCustomProperty(org.alfresco.service.namespace.QName name)
Get the value of a custom property
|
java.lang.String |
getDescription()
Get the description
|
boolean |
getIsPublic()
Deprecated.
as of version 3.2, replaced by
SiteInfo.getVisibility() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the site node reference
|
java.lang.String |
getShortName()
Get the short name
|
java.lang.String |
getSitePreset()
Get the site preset
|
java.lang.String |
getTitle()
Get the title
|
SiteVisibility |
getVisibility()
Get the sites visibility
|
void |
setDescription(java.lang.String description)
Set the description
|
void |
setIsPublic(boolean isPublic)
Deprecated.
as of version 3.2, replaced by
SiteInfo.setVisibility(SiteVisibility) |
void |
setTitle(java.lang.String title)
Set the title
|
void |
setVisibility(SiteVisibility visibility)
Set the sites visibility
|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
getNodeRef in interface PermissionCheckValuejava.lang.String getSitePreset()
java.lang.String getShortName()
java.lang.String getTitle()
void setTitle(java.lang.String title)
title - site titlejava.lang.String getDescription()
void setDescription(java.lang.String description)
description - site descriptionvoid setIsPublic(boolean isPublic)
SiteInfo.setVisibility(SiteVisibility)isPublic - true public, false privateboolean getIsPublic()
SiteInfo.getVisibility()SiteVisibility getVisibility()
void setVisibility(SiteVisibility visibility)
visibility - site visibilityjava.util.Map getCustomProperties()
java.io.Serializable getCustomProperty(org.alfresco.service.namespace.QName name)
name - name of custom propertyCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.