com.esri.arcgis.geodatabase
Interface IVersionedWorkspace4
- All Superinterfaces:
- IVersionedWorkspace, IVersionedWorkspace2, IVersionedWorkspace3, java.io.Serializable
- All Known Implementing Classes:
- IVersionedWorkspace4Proxy
public interface IVersionedWorkspace4
- extends IVersionedWorkspace3, java.io.Serializable
COM Interface 'IVersionedWorkspace4'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that manage versions.'
Generator Options:
PromptForTypeLibraries = False
ClashPrefix = esri_
LowerCaseMemberNames = True
IDispatchOnly = False
RetryOnReject = False
AwtForOcxs = True
ArraysAsObjects = False
DontRenameSameMethods = False
ImplementConflictingInterfaces = True
ReuseMethods = True
RenameConflictingInterfaceMethods = True
GenBeanInfo = True
GenerateJavadoc =
IIDa86a6e1b_702a_453f_8faf_bd2100b439b3
static final int IIDa86a6e1b_702a_453f_8faf_bd2100b439b3
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
getDescendantVersions
IEnumVersionInfo getDescendantVersions(java.lang.String version,
boolean orderForReconcileAndPost)
throws java.io.IOException,
AutomationException
- A list of descendant versions of a version that can be sorted to optimize reconcile and post.
- Parameters:
version
- The version (in)orderForReconcileAndPost
- The orderForReconcileAndPost (in)
- Returns:
- A reference to a com.esri.arcgis.geodatabase.IEnumVersionInfo
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getParentVersions
IEnumVersionInfo getParentVersions()
throws java.io.IOException,
AutomationException
- A list of versions that have child versions.
- Returns:
- A reference to a com.esri.arcgis.geodatabase.IEnumVersionInfo
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.