com.esri.arcgis.geodatabaseextensions
Interface ILockedFeatureSearch

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILockedFeatureSearchProxy, TemporalFeatureClass

public interface ILockedFeatureSearch
extends java.io.Serializable

COM Interface 'ILockedFeatureSearch'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to methods needed to select, search and lock MBDB records.' 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 IID6fb36881_6399_4bd6_be3d_b07033a79114
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFIDSet getAllLockedFIDs()
          Indicates the FIDs for all locked features.
 ICursor searchAndLock(IQueryFilter piQueryFilter, boolean recycling)
          Searches records that satisfy the query filter and lockes them.
 ISelectionSet selectAndLock(IQueryFilter piQueryFilter, int selType, int selOption, IWorkspace piSelectionContainer)
          Selectes records that satisfy the query filter, selection type and selection option, and lockes them.
 void unlockAllFeatures()
          Unlocks all features that are locked.
 

Field Detail

IID6fb36881_6399_4bd6_be3d_b07033a79114

static final int IID6fb36881_6399_4bd6_be3d_b07033a79114
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

getAllLockedFIDs

IFIDSet getAllLockedFIDs()
                         throws java.io.IOException,
                                AutomationException
Indicates the FIDs for all locked features.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFIDSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

searchAndLock

ICursor searchAndLock(IQueryFilter piQueryFilter,
                      boolean recycling)
                      throws java.io.IOException,
                             AutomationException
Searches records that satisfy the query filter and lockes them.

Parameters:
piQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
recycling - The recycling (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ICursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectAndLock

ISelectionSet selectAndLock(IQueryFilter piQueryFilter,
                            int selType,
                            int selOption,
                            IWorkspace piSelectionContainer)
                            throws java.io.IOException,
                                   AutomationException
Selectes records that satisfy the query filter, selection type and selection option, and lockes them.

Parameters:
piQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
selType - A com.esri.arcgis.geodatabase.esriSelectionType constant (in)
selOption - A com.esri.arcgis.geodatabase.esriSelectionOption constant (in)
piSelectionContainer - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unlockAllFeatures

void unlockAllFeatures()
                       throws java.io.IOException,
                              AutomationException
Unlocks all features that are locked.

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