|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILockedFeatureSearch
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 |
---|
static final int IID6fb36881_6399_4bd6_be3d_b07033a79114
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IFIDSet getAllLockedFIDs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICursor searchAndLock(IQueryFilter piQueryFilter, boolean recycling) throws java.io.IOException, AutomationException
piQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling
- The recycling (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelectionSet selectAndLock(IQueryFilter piQueryFilter, int selType, int selOption, IWorkspace piSelectionContainer) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unlockAllFeatures() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |