public interface IRefreshSchema
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 |
IID3250c70b_f6ef_45da_b46d_9c2becd7d9d3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
fireOnAddField(java.lang.String fieldName)
Fire the IObjectClassSchemaEvents::OnAddField event.
|
void |
fireOnBehaviorChanged()
Fire the IObjectClassSchemaEvents::OnBehaviorChanged event.
|
void |
fireOnDeleteField(java.lang.String fieldName)
Fire the IObjectClassSchemaEvents::OnDeleteField event.
|
void |
fireOnModifyDataset()
Fire the IWorkspaceEvents2::OnModifyDataset event.
|
void |
fireOnRenameDataset(java.lang.String oldName,
java.lang.String newName)
Fire the IWorkspaceEvents::OnRenameDataset event.
|
void |
refreshSchema(java.lang.String newDatasetName)
Tell the dataset that it needs to refresh its schema.
|
static final int IID3250c70b_f6ef_45da_b46d_9c2becd7d9d3
static final int xxDummy
static final java.lang.String IID
void refreshSchema(java.lang.String newDatasetName) throws java.io.IOException, AutomationException
newDatasetName
- The newDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void fireOnAddField(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void fireOnDeleteField(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void fireOnBehaviorChanged() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void fireOnModifyDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void fireOnRenameDataset(java.lang.String oldName, java.lang.String newName) throws java.io.IOException, AutomationException
oldName
- The oldName (in)newName
- The newName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.