Interface ISync
public interface ISync
-
Method Summary
Modifier and TypeMethodDescriptiongetEffectiveVersions
(int begin, int end) Get the version that were effected by this syncGet the source snapshot for this syncgetSourceVersions
(int begin, int end) Get the source version that were used by this syncGet the target snapshot for this sync
-
Method Details
-
getSourceSnapshot
Get the source snapshot for this sync- Returns:
- a snapshot that contains the
IResources
andIVersion
that were synced - Throws:
VersionException
-
getTargetSnapshot
Get the target snapshot for this sync- Returns:
- a snapshot that contains the
IResources
andIVersion
that were changed - Throws:
VersionException
-
getEffectiveVersions
Get the version that were effected by this sync- Parameters:
begin
- the index to start fromend
- the index to end with- Returns:
- a list of all of the
IVersion
that were changed - Throws:
VersionException
-
getSourceVersions
Get the source version that were used by this sync- Parameters:
begin
- the index to start fromend
- the index to end with- Returns:
- a list of all of the
IVersion
that were the source - Throws:
VersionException
-