public interface NodeSnapshot
Modifier and Type | Method and Description |
---|---|
Set<org.alfresco.service.namespace.QName> |
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
|
Map<org.alfresco.service.namespace.QName,Serializable> |
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.
|
String |
getVersion() |
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
Map<org.alfresco.service.namespace.QName,Serializable> getProperties()
org.alfresco.service.namespace.QName getType()
Set<org.alfresco.service.namespace.QName> getAspects()
String getVersion()
Copyright © 2005–2017 Alfresco Software. All rights reserved.