com.esri.arcgis.geodatabase
Interface IVersionedWorkspace3
- All Superinterfaces:
- IVersionedWorkspace, IVersionedWorkspace2, java.io.Serializable
- All Known Subinterfaces:
- IVersionedWorkspace4
- All Known Implementing Classes:
- IVersionedWorkspace3Proxy, IVersionedWorkspace4Proxy, VersionedWorkspace
public interface IVersionedWorkspace3
- extends IVersionedWorkspace2, java.io.Serializable
COM Interface 'IVersionedWorkspace3'. 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 =
Method Summary |
IEnumBSTR |
getRecommendedSyncOrder()
An ordered list of replicas that need to be synchronized in order to optimize reconciliation against the default version. |
IID5e1f7e4f_213e_4f46_a1ca_294c997c1823
static final int IID5e1f7e4f_213e_4f46_a1ca_294c997c1823
- 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
getRecommendedSyncOrder
IEnumBSTR getRecommendedSyncOrder()
throws java.io.IOException,
AutomationException
- An ordered list of replicas that need to be synchronized in order to optimize reconciliation against the default version.
- Returns:
- A reference to a com.esri.arcgis.system.IEnumBSTR
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.