@AlfrescoPublicApi public interface SiteInfo extends PermissionCheckValue
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedDate()
Get the site created date
|
Map<org.alfresco.service.namespace.QName,Serializable> |
getCustomProperties()
Get the custom property values
|
Serializable |
getCustomProperty(org.alfresco.service.namespace.QName name)
Get the value of a custom property
|
String |
getDescription()
Get the description
|
boolean |
getIsPublic()
Deprecated.
as of version 3.2, replaced by
getVisibility() |
Date |
getLastModifiedDate()
Get the site last modified date
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the site node reference
|
String |
getShortName()
Get the short name
|
String |
getSitePreset()
Get the site preset
|
String |
getTitle()
Get the title
|
SiteVisibility |
getVisibility()
Get the sites visibility
|
void |
setCreatedDate(Date createdDate)
Set the site created date
|
void |
setDescription(String description)
Set the description
|
void |
setIsPublic(boolean isPublic)
Deprecated.
as of version 3.2, replaced by
setVisibility(SiteVisibility) |
void |
setLastModifiedDate(Date lastModifiedDate)
Set the site last modified date
|
void |
setTitle(String title)
Set the title
|
void |
setVisibility(SiteVisibility visibility)
Set the sites visibility
|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
getNodeRef
in interface PermissionCheckValue
String getSitePreset()
String getShortName()
String getTitle()
void setTitle(String title)
title
- site titleString getDescription()
void setDescription(String description)
description
- site descriptionvoid setIsPublic(boolean isPublic)
setVisibility(SiteVisibility)
isPublic
- true public, false privateboolean getIsPublic()
getVisibility()
SiteVisibility getVisibility()
void setVisibility(SiteVisibility visibility)
visibility
- site visibilityMap<org.alfresco.service.namespace.QName,Serializable> getCustomProperties()
Serializable getCustomProperty(org.alfresco.service.namespace.QName name)
name
- name of custom propertyDate getCreatedDate()
Date
site created datevoid setCreatedDate(Date createdDate)
createdDate
- site created dateDate getLastModifiedDate()
Date
site last modified datevoid setLastModifiedDate(Date lastModifiedDate)
lastModifiedDate
- site last modified dateCopyright © 2005–2017 Alfresco Software. All rights reserved.