public class FolderNode extends Node
allowableActions, comments, isDeleted, nodeId, parents, path, properties, ratings, tags| Constructor and Description |
|---|
FolderNode() |
FolderNode(org.springframework.social.alfresco.api.entities.Site site,
org.springframework.social.alfresco.api.entities.Container container) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Node node) |
void |
addDocument(DocumentNode node) |
void |
addFolder(FolderNode folder) |
List<DocumentNode> |
getDocumentNodes() |
org.springframework.social.alfresco.api.entities.Folder |
getFolder() |
List<FolderNode> |
getFolderNodes() |
boolean |
isFolder()
Is this a folder node?
Override in subclasses.
|
void |
setDescendants(List<org.apache.chemistry.opencmis.client.api.Tree<org.apache.chemistry.opencmis.client.api.FileableCmisObject>> nodeTree)
Set the descendants of this node from the CMIS nodeTree parameter.
|
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 FolderNode(org.springframework.social.alfresco.api.entities.Site site,
org.springframework.social.alfresco.api.entities.Container container)
public FolderNode()
public void setDescendants(List<org.apache.chemistry.opencmis.client.api.Tree<org.apache.chemistry.opencmis.client.api.FileableCmisObject>> nodeTree)
nodeTree - public boolean isFolder()
Nodepublic void addChild(Node node)
public void addFolder(FolderNode folder)
public void addDocument(DocumentNode node)
public List<FolderNode> getFolderNodes()
public List<DocumentNode> getDocumentNodes()
public org.springframework.social.alfresco.api.entities.Folder getFolder()
Copyright © 2015. All rights reserved.