org.alfresco.service.cmr.wiki
Interface WikiPageInfo

All Superinterfaces:
PermissionCheckValue, java.io.Serializable
All Known Implementing Classes:
WikiPageInfoImpl

public interface WikiPageInfo
extends java.io.Serializable, PermissionCheckValue

This class represents a Wiki Paeg in a site

Since:
4.0

Method Summary
 org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
           
 java.lang.String getContents()
           
 java.util.Date getCreatedAt()
           
 java.lang.String getCreator()
           
 java.util.Date getModifiedAt()
           
 java.lang.String getModifier()
           
 org.alfresco.service.cmr.repository.NodeRef getNodeRef()
          Get the underlying node value that needs to be permission checked.
 java.lang.String getSystemName()
           
 java.util.List getTags()
           
 java.lang.String getTitle()
           
 void setContents(java.lang.String contentHTML)
          Sets the (HTML) Content of the wiki page
 void setTitle(java.lang.String title)
          Sets the Title of the wiki page
 

Method Detail

getNodeRef

org.alfresco.service.cmr.repository.NodeRef getNodeRef()
Description copied from interface: PermissionCheckValue
Get the underlying node value that needs to be permission checked.

Specified by:
getNodeRef in interface PermissionCheckValue
Returns:
the NodeRef of the underlying wiki page

getContainerNodeRef

org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
Returns:
the NodeRef of the site container this belongs to

getSystemName

java.lang.String getSystemName()
Returns:
the name of the wiki page

getTitle

java.lang.String getTitle()
Returns:
the Title of the wiki page

setTitle

void setTitle(java.lang.String title)
Sets the Title of the wiki page


getContents

java.lang.String getContents()
Returns:
the HTML Content of the wiki page

setContents

void setContents(java.lang.String contentHTML)
Sets the (HTML) Content of the wiki page


getCreator

java.lang.String getCreator()
Returns:
the creator of the wiki page

getModifier

java.lang.String getModifier()
Returns:
the modifier of the wiki page

getCreatedAt

java.util.Date getCreatedAt()
Returns:
the creation date and time

getModifiedAt

java.util.Date getModifiedAt()
Returns:
the modification date and time

getTags

java.util.List getTags()
Returns:
the Tags associated with the wiki page


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.