public class NodeSnapshotTransferImpl extends java.lang.Object implements NodeSnapshot
| Constructor and Description |
|---|
NodeSnapshotTransferImpl(TransferManifestNormalNode transferNode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAllParentAssocs() |
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.List |
getOutboundPeerAssociations() |
org.alfresco.service.cmr.repository.ChildAssociationRef |
getPrimaryParentAssoc() |
org.alfresco.service.cmr.repository.Path |
getPrimaryPath() |
java.util.Map |
getProperties()
The property values assigned to the node at the moment the snapshot was taken.
|
TransferManifestNormalNode |
getTransferNode() |
org.alfresco.service.namespace.QName |
getType()
Retrieve the type of the node at the moment the snapshot was taken.
|
java.lang.String |
getVersion() |
public NodeSnapshotTransferImpl(TransferManifestNormalNode transferNode)
transferNode - public java.util.List getAllParentAssocs()
public java.util.Set getAspects()
getAspects in interface NodeSnapshotpublic org.alfresco.service.cmr.repository.NodeRef getNodeRef()
getNodeRef in interface NodeSnapshotpublic java.util.List getOutboundPeerAssociations()
public org.alfresco.service.cmr.repository.ChildAssociationRef getPrimaryParentAssoc()
public org.alfresco.service.cmr.repository.Path getPrimaryPath()
public java.util.Map getProperties()
getProperties in interface NodeSnapshotpublic org.alfresco.service.namespace.QName getType()
getType in interface NodeSnapshotpublic java.lang.String getVersion()
getVersion in interface NodeSnapshotpublic TransferManifestNormalNode getTransferNode()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.