public class WikiPageInfoImpl extends 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,
String systemName)
Create a WikiPageInfo object from an existing node
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.repository.NodeRef |
getContainerNodeRef() |
String |
getContents() |
Date |
getCreatedAt() |
String |
getCreator() |
Date |
getModifiedAt() |
String |
getModifier() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked.
|
String |
getSystemName() |
List<String> |
getTags() |
String |
getTitle() |
void |
setContents(String contents)
Sets the (HTML) Content of the wiki page
|
void |
setCreatedAt(Date createdAt) |
void |
setCreator(String creator) |
void |
setModifiedAt(Date modifiedAt) |
void |
setModifier(String modifier) |
void |
setTags(List<String> tags) |
void |
setTitle(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,
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 String getSystemName()
getSystemName in interface WikiPageInfopublic String getTitle()
getTitle in interface WikiPageInfopublic String getContents()
getContents in interface WikiPageInfopublic String getCreator()
getCreator in interface WikiPageInfopublic String getModifier()
getModifier in interface WikiPageInfopublic Date getCreatedAt()
getCreatedAt in interface WikiPageInfopublic Date getModifiedAt()
getModifiedAt in interface WikiPageInfopublic List<String> getTags()
getTags in interface WikiPageInfopublic void setTitle(String title)
WikiPageInfosetTitle in interface WikiPageInfopublic void setContents(String contents)
WikiPageInfosetContents in interface WikiPageInfopublic void setCreator(String creator)
public void setModifier(String modifier)
public void setCreatedAt(Date createdAt)
public void setModifiedAt(Date modifiedAt)
Copyright © 2005–2014 Alfresco Software. All rights reserved.