atg.versionmanager
Interface SnapshotDiff


public interface SnapshotDiff


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 java.util.Set getAdded()
          Returns the AssetVersions that have been added between the original snapshot and the new one.
 java.util.Set getChanged()
          Returns the AssetVersions that have been changed between the original snapshot and the new one.
 java.util.Set getDeleted()
          Returns the AssetVersions that have been deleted between the original snapshot and the new one.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

getAdded

java.util.Set getAdded()
Returns the AssetVersions that have been added between the original snapshot and the new one.

Returns:
immutable Set of AssetVersion

getDeleted

java.util.Set getDeleted()
Returns the AssetVersions that have been deleted between the original snapshot and the new one.

Returns:
Set

getChanged

java.util.Set getChanged()
Returns the AssetVersions that have been changed between the original snapshot and the new one.

Returns:
Set