Description: 'Provides access to helper functions for metadata synchronization.' 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 =
public class ISynchronizationHelperProxy extends com.esri.arcgis.interop.Dispatch implements ISynchronizationHelper, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID7002c8b5_1d00_11d3_a63b_0008c7d3ae50
Modifier | Constructor and Description |
---|---|
|
ISynchronizationHelperProxy()
Deprecated.
For internal use only
|
|
ISynchronizationHelperProxy(java.lang.Object obj)
Deprecated.
|
protected |
ISynchronizationHelperProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISynchronizationHelperProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISynchronizationHelperProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
extractBriefEntityAttrProperties(IClass geoDataset,
int index,
IPropertySet propertySet)
Deprecated.
Extracts brief entity attribute properties from a Feature Class.
|
void |
extractBriefRelationshipProperties(IRelationshipClass relationshipClass,
int index,
IPropertySet propertySet)
Deprecated.
Extracts brief entity attribute properties from a Relationship Class.
|
void |
extractEntityAttrProperties(IClass geoDataset,
int index,
IPropertySet propertySet)
Deprecated.
Extracts entity attribute properties from a Feature Class.
|
void |
extractFeatureClassProperties(IFeatureClass geoDataset,
int index,
IPropertySet propertySet)
Deprecated.
Extracts properties from a Feature Class.
|
void |
extractRelationshipProperties(IRelationshipClass relationshipClass,
int index,
IPropertySet propertySet)
Deprecated.
Extracts entity attribute properties from a Relationship Class.
|
void |
extractSpatialProperties(IGeoDataset geoDataset,
IPropertySet propertySet)
Deprecated.
Extracts spatial properties from a GeoDataset.
|
void |
finishSynchronization(IPropertySet propertySet)
Deprecated.
Call this after synchronizing.
|
void |
populateDistributionProperties(java.lang.String fileName,
java.lang.String fileType,
IPropertySet propertySet)
Deprecated.
Populates distribution properties given a filename.
|
void |
populateDistributionPropertiesForDatabase(IDataset dataset,
IPropertySet propertySet)
Deprecated.
Populates distribution properties given a filename.
|
void |
populateStaticProperties(IPropertySet propertySet)
Deprecated.
Fills in required properties.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
startSynchronization(IPropertySet propertySet,
int action,
int interval,
boolean[] ok)
Deprecated.
Call this before synchronizing.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public ISynchronizationHelperProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ISynchronizationHelperProxy()
public ISynchronizationHelperProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISynchronizationHelperProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISynchronizationHelperProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void startSynchronization(IPropertySet propertySet, int action, int interval, boolean[] ok) throws java.io.IOException, AutomationException
startSynchronization
in interface ISynchronizationHelper
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)action
- A com.esri.arcgis.geodatabase.esriMetadataSyncAction constant (in)interval
- The interval (in)ok
- The ok (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void finishSynchronization(IPropertySet propertySet) throws java.io.IOException, AutomationException
finishSynchronization
in interface ISynchronizationHelper
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void populateStaticProperties(IPropertySet propertySet) throws java.io.IOException, AutomationException
populateStaticProperties
in interface ISynchronizationHelper
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void extractSpatialProperties(IGeoDataset geoDataset, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractSpatialProperties
in interface ISynchronizationHelper
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void extractFeatureClassProperties(IFeatureClass geoDataset, int index, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractFeatureClassProperties
in interface ISynchronizationHelper
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)index
- The index (in)propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void extractEntityAttrProperties(IClass geoDataset, int index, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractEntityAttrProperties
in interface ISynchronizationHelper
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IClass (in)index
- The index (in)propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void extractRelationshipProperties(IRelationshipClass relationshipClass, int index, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractRelationshipProperties
in interface ISynchronizationHelper
relationshipClass
- A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (in)index
- The index (in)propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void populateDistributionProperties(java.lang.String fileName, java.lang.String fileType, IPropertySet propertySet) throws java.io.IOException, AutomationException
populateDistributionProperties
in interface ISynchronizationHelper
fileName
- The fileName (in)fileType
- The fileType (in)propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void populateDistributionPropertiesForDatabase(IDataset dataset, IPropertySet propertySet) throws java.io.IOException, AutomationException
populateDistributionPropertiesForDatabase
in interface ISynchronizationHelper
dataset
- A reference to a com.esri.arcgis.geodatabase.IDataset (in)propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void extractBriefEntityAttrProperties(IClass geoDataset, int index, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractBriefEntityAttrProperties
in interface ISynchronizationHelper
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IClass (in)index
- The index (in)propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void extractBriefRelationshipProperties(IRelationshipClass relationshipClass, int index, IPropertySet propertySet) throws java.io.IOException, AutomationException
extractBriefRelationshipProperties
in interface ISynchronizationHelper
relationshipClass
- A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (in)index
- The index (in)propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.