com.esri.arcgis.geodatabase
Interface IVersionedView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IVersionedViewProxy

public interface IVersionedView
extends java.io.Serializable

COM Interface 'IVersionedView'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to methods that control versioned views.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7b5e7005_329f_11d4_9fb9_00c04f6bdf0c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void createVersionedView(java.lang.String name)
          Create a versioned view.
 void dropVersionedView()
          Drop the versioned view.
 java.lang.String getVersionedViewName()
          The name of the associated versioned view.
 boolean isHasVersionedView()
          Does the table have a versioned view.
 

Field Detail

IID7b5e7005_329f_11d4_9fb9_00c04f6bdf0c

static final int IID7b5e7005_329f_11d4_9fb9_00c04f6bdf0c
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
Method Detail

isHasVersionedView

boolean isHasVersionedView()
                           throws java.io.IOException,
                                  AutomationException
Does the table have a versioned view.

Returns:
The hasVersionedView
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersionedViewName

java.lang.String getVersionedViewName()
                                      throws java.io.IOException,
                                             AutomationException
The name of the associated versioned view.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createVersionedView

void createVersionedView(java.lang.String name)
                         throws java.io.IOException,
                                AutomationException
Create a versioned view.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dropVersionedView

void dropVersionedView()
                       throws java.io.IOException,
                              AutomationException
Drop the versioned view.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.