atg.versionmanager
Interface SnapshotDiff
- public interface SnapshotDiff 
 
| 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.
 | 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
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