public class NodeSnapshotTransferImpl extends Object implements NodeSnapshot
| Constructor and Description |
|---|
NodeSnapshotTransferImpl(TransferManifestNormalNode transferNode) |
| Modifier and Type | Method and Description |
|---|---|
List<org.alfresco.service.cmr.repository.ChildAssociationRef> |
getAllParentAssocs() |
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
|
List<org.alfresco.service.cmr.repository.AssociationRef> |
getOutboundPeerAssociations() |
org.alfresco.service.cmr.repository.ChildAssociationRef |
getPrimaryParentAssoc() |
org.alfresco.service.cmr.repository.Path |
getPrimaryPath() |
Map<org.alfresco.service.namespace.QName,Serializable> |
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.
|
String |
getVersion() |
public NodeSnapshotTransferImpl(TransferManifestNormalNode transferNode)
transferNode - TransferManifestNormalNodepublic List<org.alfresco.service.cmr.repository.ChildAssociationRef> getAllParentAssocs()
public Set<org.alfresco.service.namespace.QName> getAspects()
getAspects in interface NodeSnapshotpublic org.alfresco.service.cmr.repository.NodeRef getNodeRef()
getNodeRef in interface NodeSnapshotpublic List<org.alfresco.service.cmr.repository.AssociationRef> getOutboundPeerAssociations()
public org.alfresco.service.cmr.repository.ChildAssociationRef getPrimaryParentAssoc()
public org.alfresco.service.cmr.repository.Path getPrimaryPath()
public Map<org.alfresco.service.namespace.QName,Serializable> getProperties()
getProperties in interface NodeSnapshotpublic org.alfresco.service.namespace.QName getType()
getType in interface NodeSnapshotpublic String getVersion()
getVersion in interface NodeSnapshotpublic TransferManifestNormalNode getTransferNode()
Copyright © 2005–2018 Alfresco Software. All rights reserved.