|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVersionDataChangesInit
Provides access to members that initialize a VersionDataChanges object.
This interface provides a method to initialize a VersionDataChanges coclass. This coclass can be used to get the edits between a source version and a target version.
The VersionDataChanges coclass is used to export edits to a delta file. See the DataChangesExporter coclass.
DataChangesExporter
,
DataChanges
,
IExportDataChanges
Method Summary | |
---|---|
void |
init(IWorkspaceName sourceVersionedWorkspace,
IWorkspaceName targetVersionedWorkspace)
Initializes the class by setting the versioned workspace and one of its ancestor versioned workspace. |
Method Detail |
---|
void init(IWorkspaceName sourceVersionedWorkspace, IWorkspaceName targetVersionedWorkspace) throws IOException, AutomationException
This interface Init method is used to initialize a VersionDataChanges coclass. This coclass can be used to get the edits between a source version and a target version.
The SourceVersionedWorkspace parameter is the WorkspaceName object that references the source version. The TargetVersionedWorkspace parameter is the WorkspaceName object that references the target version.
sourceVersionedWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)targetVersionedWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.DataChangesExporter
,
DataChanges
,
IExportDataChanges
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |