public class DocumentNode extends Node
allowableActions, comments, isDeleted, nodeId, parents, path, properties, ratings, tags| Constructor and Description |
|---|
DocumentNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckedOutBy() |
DocumentContent |
getContent() |
org.springframework.social.alfresco.api.entities.Document |
getDocument() |
String |
getPwcId() |
boolean |
isFolder()
Is this a folder node?
Override in subclasses.
|
void |
setCheckedOutBy(String checkedOutBy) |
void |
setContent(DocumentContent content) |
void |
setPwcId(String pwcId) |
String |
toString() |
createNode, createNode, createNode, createNode, getAllowableActions, getComments, getNodeId, getParents, getPath, getProperties, getProperty, getRatings, getRawNodeId, getTags, isDeleted, setAllowableActions, setComments, setDeleted, setNodeId, setParents, setPath, setProperties, setProperties, setRatings, setTagspublic String getCheckedOutBy()
public void setCheckedOutBy(String checkedOutBy)
public void setContent(DocumentContent content)
public DocumentContent getContent()
public String getPwcId()
public void setPwcId(String pwcId)
public boolean isFolder()
Nodepublic org.springframework.social.alfresco.api.entities.Document getDocument()
Copyright © 2015. All rights reserved.