public class Node extends Object implements Comparable<Node>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
createdAt |
protected String |
createdBy |
protected String |
description |
protected NodeRef |
guid |
protected Date |
modifiedAt |
protected String |
modifiedBy |
protected String |
name |
protected NodeRef |
nodeRef |
protected String |
title |
| Constructor and Description |
|---|
Node() |
Node(NodeRef nodeRef,
Map<org.alfresco.service.namespace.QName,Serializable> nodeProps) |
Node(NodeRef nodeRef,
org.apache.chemistry.opencmis.commons.data.Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Node node) |
boolean |
equals(Object other) |
Date |
getCreatedAt() |
String |
getCreatedBy() |
String |
getDescription() |
NodeRef |
getGuid() |
Date |
getModifiedAt() |
String |
getModifiedBy() |
String |
getName() |
NodeRef |
getNodeRef() |
String |
getTitle() |
protected Object |
getValue(Map<String,org.apache.chemistry.opencmis.commons.data.PropertyData<?>> props,
String name) |
protected void |
mapProperties(Map<org.alfresco.service.namespace.QName,Serializable> nodeProps) |
void |
setCreated(Date createdAt) |
void |
setCreatedBy(String createdBy) |
void |
setGuid(NodeRef guid) |
void |
setName(String name) |
void |
setNodeRef(NodeRef nodeRef) |
String |
toString() |
protected NodeRef nodeRef
protected String name
protected String title
protected NodeRef guid
protected String description
protected Date createdAt
protected Date modifiedAt
protected String createdBy
protected String modifiedBy
public Node(NodeRef nodeRef, Map<org.alfresco.service.namespace.QName,Serializable> nodeProps)
public Node(NodeRef nodeRef, org.apache.chemistry.opencmis.commons.data.Properties properties)
public Node()
protected Object getValue(Map<String,org.apache.chemistry.opencmis.commons.data.PropertyData<?>> props, String name)
protected void mapProperties(Map<org.alfresco.service.namespace.QName,Serializable> nodeProps)
public void setGuid(NodeRef guid)
public NodeRef getGuid()
public String getTitle()
public void setNodeRef(NodeRef nodeRef)
public Date getCreatedAt()
public void setCreated(Date createdAt)
public Date getModifiedAt()
public String getModifiedBy()
public String getDescription()
public String getName()
public void setName(String name)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public int compareTo(Node node)
compareTo in interface Comparable<Node>Copyright © 2005–2014 Alfresco Software. All rights reserved.