public class WikiPageInfoImpl extends java.lang.Object implements WikiPageInfo
WikiPageInfo| Constructor and Description |
|---|
WikiPageInfoImpl()
Creates a new, empty WikiPageInfo
|
WikiPageInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
java.lang.String systemName)
Create a WikiPageInfo object from an existing node
|
| Modifier and Type | Method and Description |
|---|---|
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 contents)
Sets the (HTML) Content of the wiki page
|
void |
setCreatedAt(java.util.Date createdAt) |
void |
setCreator(java.lang.String creator) |
void |
setModifiedAt(java.util.Date modifiedAt) |
void |
setModifier(java.lang.String modifier) |
void |
setTags(java.util.List tags) |
void |
setTitle(java.lang.String title)
Sets the Title of the wiki page
|
public WikiPageInfoImpl()
public WikiPageInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
java.lang.String systemName)
public org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
getContainerNodeRef in interface WikiPageInfopublic org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValuegetNodeRef in interface PermissionCheckValuegetNodeRef in interface WikiPageInfopublic java.lang.String getSystemName()
getSystemName in interface WikiPageInfopublic java.lang.String getTitle()
getTitle in interface WikiPageInfopublic java.lang.String getContents()
getContents in interface WikiPageInfopublic java.lang.String getCreator()
getCreator in interface WikiPageInfopublic java.lang.String getModifier()
getModifier in interface WikiPageInfopublic java.util.Date getCreatedAt()
getCreatedAt in interface WikiPageInfopublic java.util.Date getModifiedAt()
getModifiedAt in interface WikiPageInfopublic java.util.List getTags()
getTags in interface WikiPageInfopublic void setTitle(java.lang.String title)
WikiPageInfosetTitle in interface WikiPageInfopublic void setContents(java.lang.String contents)
WikiPageInfosetContents in interface WikiPageInfopublic void setCreator(java.lang.String creator)
public void setModifier(java.lang.String modifier)
public void setCreatedAt(java.util.Date createdAt)
public void setModifiedAt(java.util.Date modifiedAt)
public void setTags(java.util.List tags)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.