org.alfresco.repo.avm
Interface VersionLayeredNodeEntry

All Known Implementing Classes:
VersionLayeredNodeEntryImpl

public interface VersionLayeredNodeEntry

When a snapshot is created we stow away all of the layered nodes that were frozen by the snapshot so that subsequent snapshots can find them and force copies.


Method Summary
 java.lang.String getMd5Sum()
          Get the MD5 sum of the path.
 java.lang.String getPath()
          Get the path to this entries Layered Node.
 VersionRoot getVersion()
          Get the VersionRoot for this entry.
 

Method Detail

getVersion

VersionRoot getVersion()
Get the VersionRoot for this entry.

Returns:
The VersionRoot for this entry.

getPath

java.lang.String getPath()
Get the path to this entries Layered Node. This is a store relative path.

Returns:
The path.

getMd5Sum

java.lang.String getMd5Sum()
Get the MD5 sum of the path.

Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.