public class Node extends Object implements Comparable<Node>
| Constructor and Description |
|---|
Node() |
Node(NodeRef nodeRef,
NodeRef parentNodeRef,
Map<QName,Serializable> nodeProps,
Map<String,UserInfo> mapUserInfo,
ServiceRegistry sr) |
protected NodeRef nodeRef
protected String name
protected Date createdAt
protected Date modifiedAt
protected UserInfo createdByUser
protected UserInfo modifiedByUser
protected Date archivedAt
protected UserInfo archivedByUser
protected String versionLabel
protected String versionComment
protected String nodeId
protected Boolean isFolder
protected Boolean isFile
protected Boolean isLink
protected Boolean isLocked
protected NodeRef parentNodeRef
protected PathInfo pathInfo
protected String prefixTypeQName
protected String relativePath
protected List<AssocChild> secondaryChildren
protected List<AssocTarget> targets
protected NodePermissions nodePermissions
protected SearchEntry search
protected String location
protected Boolean isFavorite
protected ContentInfo contentInfo
protected Assoc association
protected String title
protected NodeRef guid
protected String description
protected String createdBy
protected String modifiedBy
public Node(NodeRef nodeRef, NodeRef parentNodeRef, Map<QName,Serializable> nodeProps, Map<String,UserInfo> mapUserInfo, ServiceRegistry sr)
public Node()
protected Object getValue(Map<String,org.apache.chemistry.opencmis.commons.data.PropertyData<?>> props, String name)
protected void mapMinimalInfo(Map<QName,Serializable> nodeProps, Map<String,UserInfo> mapUserInfo, ServiceRegistry sr)
public static UserInfo lookupUserInfo(String userName, Map<String,UserInfo> mapUserInfo, PersonService personService)
public static UserInfo lookupUserInfo(String userName, Map<String,UserInfo> mapUserInfo, PersonService personService, boolean displayNameOnly)
public void setNodeRef(NodeRef nodeRef)
public Date getCreatedAt()
public void setCreated(Date createdAt)
public Date getModifiedAt()
public UserInfo getModifiedByUser()
public UserInfo getCreatedByUser()
public void setCreatedByUser(UserInfo createdByUser)
public String getName()
public void setName(String name)
public PathInfo getPath()
public void setPath(PathInfo pathInfo)
public String getNodeType()
public void setNodeType(String prefixType)
public NodeRef getParentId()
public void setParentId(NodeRef parentNodeRef)
public Boolean getIsFolder()
public void setIsFolder(Boolean isFolder)
public Boolean getIsFile()
public void setIsFile(Boolean isFile)
public Boolean getIsLink()
public void setIsLink(Boolean isLink)
public Boolean getIsLocked()
public void setIsLocked(Boolean isLocked)
public Boolean getIsFavorite()
public void setIsFavorite(Boolean isFavorite)
public NodePermissions getPermissions()
public void setPermissions(NodePermissions nodePermissions)
public List<AssocTarget> getTargets()
public void setTargets(List<AssocTarget> targets)
public Date getArchivedAt()
public void setArchivedAt(Date archivedAt)
public UserInfo getArchivedByUser()
public void setArchivedByUser(UserInfo archivedByUser)
public String getVersionLabel()
public void setVersionLabel(String versionLabel)
public String getVersionComment()
public void setVersionComment(String versionComment)
public String getLocation()
public void setLocation(String location)
public String getNodeId()
public void setNodeId(String nodeId)
public String getRelativePath()
public void setRelativePath(String relativePath)
public List<AssocChild> getSecondaryChildren()
public void setSecondaryChildren(List<AssocChild> secondaryChildren)
public int compareTo(Node node)
compareTo in interface Comparable<Node>public void setContent(ContentInfo contentInfo)
public ContentInfo getContent()
public Assoc getAssociation()
public void setAssociation(Assoc association)
public SearchEntry getSearch()
public void setSearch(SearchEntry search)
public NodeRef getGuid()
public void setGuid(NodeRef guid)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getModifiedBy()
public void setModifiedBy(String modifiedBy)
Copyright © 2005–2021 Alfresco Software. All rights reserved.