Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
createdAt |
protected java.lang.String |
createdBy |
protected java.lang.String |
description |
protected org.alfresco.service.cmr.repository.NodeRef |
guid |
protected java.util.Date |
modifiedAt |
protected java.lang.String |
modifiedBy |
protected java.lang.String |
name |
protected org.alfresco.service.cmr.repository.NodeRef |
nodeRef |
protected java.lang.String |
title |
Constructor and Description |
---|
Node() |
Node(org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.util.Map nodeProps) |
Node(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.apache.chemistry.opencmis.commons.data.Properties properties) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Node node) |
boolean |
equals(java.lang.Object other) |
java.util.Date |
getCreatedAt() |
java.lang.String |
getCreatedBy() |
java.lang.String |
getDescription() |
org.alfresco.service.cmr.repository.NodeRef |
getGuid() |
java.util.Date |
getModifiedAt() |
java.lang.String |
getModifiedBy() |
java.lang.String |
getName() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef() |
java.lang.String |
getTitle() |
protected java.lang.Object |
getValue(java.util.Map props,
java.lang.String name) |
protected void |
mapProperties(java.util.Map nodeProps) |
void |
setCreated(java.util.Date createdAt) |
void |
setCreatedBy(java.lang.String createdBy) |
void |
setGuid(org.alfresco.service.cmr.repository.NodeRef guid) |
void |
setName(java.lang.String name) |
void |
setNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
java.lang.String |
toString() |
protected org.alfresco.service.cmr.repository.NodeRef nodeRef
protected java.lang.String name
protected java.lang.String title
protected org.alfresco.service.cmr.repository.NodeRef guid
protected java.lang.String description
protected java.util.Date createdAt
protected java.util.Date modifiedAt
protected java.lang.String createdBy
protected java.lang.String modifiedBy
public Node(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.util.Map nodeProps)
public Node(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.apache.chemistry.opencmis.commons.data.Properties properties)
public Node()
protected java.lang.Object getValue(java.util.Map props, java.lang.String name)
protected void mapProperties(java.util.Map nodeProps)
public void setGuid(org.alfresco.service.cmr.repository.NodeRef guid)
public org.alfresco.service.cmr.repository.NodeRef getGuid()
public java.lang.String getTitle()
@UniqueId public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public void setNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef)
public java.util.Date getCreatedAt()
public void setCreated(java.util.Date createdAt)
public java.util.Date getModifiedAt()
public java.lang.String getModifiedBy()
public java.lang.String getDescription()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getCreatedBy()
public void setCreatedBy(java.lang.String createdBy)
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int compareTo(Node node)
compareTo
in interface java.lang.Comparable
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.