public interface IHistoricalWorkspace
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID39c92bb1_28e4_4333_8fbc_4e32fb50ae63 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IHistoricalMarker |
addHistoricalMarker(java.lang.String name,
java.lang.Object tstamp)
Add a historical marker to this workspace.
|
IHistoricalVersion |
findHistoricalVersionByName(java.lang.String historicalMarkerName)
Open a historical version by specifying a historical marker name.
|
IHistoricalVersion |
findHistoricalVersionByTimeStamp(java.lang.Object tstamp)
Open a historical version by specifying a timestamp.
|
java.lang.String |
getDefaultMarkerName()
The marker name which represents the last save or post of the default transactional version.
|
IEnumHistoricalMarker |
getHistoricalMarkers()
An enumerator of all historical markers managed by this workspace.
|
void |
removeHistoricalMarker(java.lang.String name)
Remove a historical marker from this workspace.
|
static final int IID39c92bb1_28e4_4333_8fbc_4e32fb50ae63
static final int xxDummy
static final java.lang.String IID
java.lang.String getDefaultMarkerName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumHistoricalMarker getHistoricalMarkers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IHistoricalMarker addHistoricalMarker(java.lang.String name, java.lang.Object tstamp) throws java.io.IOException, AutomationException
name
- The name (in)tstamp
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeHistoricalMarker(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IHistoricalVersion findHistoricalVersionByTimeStamp(java.lang.Object tstamp) throws java.io.IOException, AutomationException
tstamp
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IHistoricalVersion findHistoricalVersionByName(java.lang.String historicalMarkerName) throws java.io.IOException, AutomationException
historicalMarkerName
- The historicalMarkerName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.