|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVersion2
Provides access to members for managing a version.
Method Summary | |
---|---|
IVersion |
createChild(String name,
IVersion pInitialStateVersion)
Creates a new child version of this version whose initial state is the current state of pInitialStateVersion. |
IVersion |
getCommonAncestor(IVersion pVersion)
Finds common ancestor version. |
boolean |
isRedefined()
Determines whether the state of the version corresponding to this version object has been redefined in the database. |
Methods inherited from interface com.esri.arcgis.geodatabase.IVersion |
---|
createVersion, delete, getAccess, getDescription, getVersionInfo, getVersionLocks, getVersionName, hasParent, refreshVersion, setAccess, setDescription, setVersionName |
Method Detail |
---|
IVersion getCommonAncestor(IVersion pVersion) throws IOException, AutomationException
pVersion
- A reference to a com.esri.arcgis.geodatabase.IVersion (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IVersion createChild(String name, IVersion pInitialStateVersion) throws IOException, AutomationException
This method is intended for developers who require custom workflows such as creating a version with an initial state that references a version other than that of the parent version. To create a child version with the same initial state as the parent version, use the IVersion.CreateVersion method.
name
- The name (in)pInitialStateVersion
- A reference to a com.esri.arcgis.geodatabase.IVersion (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRedefined() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |