|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.wiki.WikiPageInfoImpl
public class WikiPageInfoImpl
An implementation of WikiPageInfo
| Constructor Summary | |
|---|---|
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 |
|
| 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 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WikiPageInfoImpl()
public WikiPageInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
java.lang.String systemName)
| Method Detail |
|---|
public org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
getContainerNodeRef in interface WikiPageInfopublic org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef 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)
WikiPageInfo
setTitle in interface WikiPageInfopublic void setContents(java.lang.String contents)
WikiPageInfo
setContents 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||