Package org.alfresco.rest.api.model
Class Folder
- java.lang.Object
-
- org.alfresco.rest.api.model.Node
-
- org.alfresco.rest.api.model.Folder
-
- All Implemented Interfaces:
Comparable<Node>
public class Folder extends Node
Representation of a folder node.- Author:
- steveglover, janv
-
-
Field Summary
-
Fields inherited from class org.alfresco.rest.api.model.Node
allowableOperations, archivedAt, archivedByUser, aspectNames, association, contentInfo, createdAt, createdBy, createdByUser, description, guid, isFavorite, isFile, isFolder, isLink, isLocked, location, modifiedAt, modifiedBy, modifiedByUser, name, nodeId, nodePermissions, nodeRef, parentNodeRef, pathInfo, prefixTypeQName, properties, relativePath, search, secondaryChildren, targets, title, versionComment, versionLabel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentInfo
getContent()
void
setContent(ContentInfo contentInfo)
String
toString()
-
Methods inherited from class org.alfresco.rest.api.model.Node
compareTo, equals, getAllowableOperations, getArchivedAt, getArchivedByUser, getAspectNames, getAssociation, getCreatedAt, getCreatedBy, getCreatedByUser, getDescription, getGuid, getIsFavorite, getIsFile, getIsFolder, getIsLink, getIsLocked, getLocation, getModifiedAt, getModifiedBy, getModifiedByUser, getName, getNodeId, getNodeRef, getNodeType, getParentId, getPath, getPermissions, getProperties, getRelativePath, getSearch, getSecondaryChildren, getTargets, getTitle, getValue, getVersionComment, getVersionLabel, lookupUserInfo, lookupUserInfo, mapMinimalInfo, setAllowableOperations, setArchivedAt, setArchivedByUser, setAspectNames, setAssociation, setCreated, setCreatedBy, setCreatedByUser, setDescription, setGuid, setIsFavorite, setIsFile, setIsFolder, setIsLink, setIsLocked, setLocation, setModifiedBy, setName, setNodeId, setNodeRef, setNodeType, setParentId, setPath, setPermissions, setProperties, setRelativePath, setSearch, setSecondaryChildren, setTargets, setTitle, setVersionComment, setVersionLabel
-
-
-
-
Constructor Detail
-
Folder
public Folder()
-
Folder
public Folder(NodeRef nodeRef, NodeRef parentNodeRef, Map<QName,Serializable> nodeProps, Map<String,UserInfo> mapUserInfo, ServiceRegistry sr)
-
-
Method Detail
-
getContent
public ContentInfo getContent()
- Overrides:
getContent
in classNode
-
setContent
public void setContent(ContentInfo contentInfo)
- Overrides:
setContent
in classNode
-
-