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 NodeSnapshot
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
getNodeRef
in interface NodeSnapshot
public 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 NodeSnapshot
public org.alfresco.service.namespace.QName getType()
getType
in interface NodeSnapshot
public String getVersion()
getVersion
in interface NodeSnapshot
public TransferManifestNormalNode getTransferNode()
Copyright © 2005–2017 Alfresco Software. All rights reserved.