public interface NodeSnapshot
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
getAspects()
Retrieve all the aspects that were applied to the node at the moment the snapshot was taken
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Retrieve the identifier of the node of which this is a snapshot
|
java.util.Map |
getProperties()
The property values assigned to the node at the moment the snapshot was taken.
|
org.alfresco.service.namespace.QName |
getType()
Retrieve the type of the node at the moment the snapshot was taken.
|
java.lang.String |
getVersion() |
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
java.util.Map getProperties()
org.alfresco.service.namespace.QName getType()
java.util.Set getAspects()
java.lang.String getVersion()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.