com.esri.arcgis.geodatabase
Class ISynchronizationHelperProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.ISynchronizationHelperProxy
All Implemented Interfaces:
ISynchronizationHelper, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ISynchronizationHelper'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.ISynchronizationHelper
IID, IID7002c8b5_1d00_11d3_a63b_0008c7d3ae50
 
Constructor Summary
  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.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 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.  
 void startSynchronization(IPropertySet propertySet, int action, int interval, boolean[] ok)
          Deprecated. Call this before synchronizing.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISynchronizationHelperProxy

public ISynchronizationHelperProxy(java.lang.String CLSID,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.net.UnknownHostException,
                                   java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ISynchronizationHelperProxy

public ISynchronizationHelperProxy()
Deprecated. 
For internal use only


ISynchronizationHelperProxy

public ISynchronizationHelperProxy(java.lang.Object obj)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISynchronizationHelperProxy

protected ISynchronizationHelperProxy(java.lang.Object obj,
                                      java.lang.String iid)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISynchronizationHelperProxy

protected ISynchronizationHelperProxy(java.lang.String CLSID,
                                      java.lang.String iid,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

startSynchronization

public void startSynchronization(IPropertySet propertySet,
                                 int action,
                                 int interval,
                                 boolean[] ok)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Call this before synchronizing.

Specified by:
startSynchronization in interface ISynchronizationHelper
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

finishSynchronization

public void finishSynchronization(IPropertySet propertySet)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Call this after synchronizing.

Specified by:
finishSynchronization in interface ISynchronizationHelper
Parameters:
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

populateStaticProperties

public void populateStaticProperties(IPropertySet propertySet)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Fills in required properties.

Specified by:
populateStaticProperties in interface ISynchronizationHelper
Parameters:
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

extractSpatialProperties

public void extractSpatialProperties(IGeoDataset geoDataset,
                                     IPropertySet propertySet)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Extracts spatial properties from a GeoDataset.

Specified by:
extractSpatialProperties in interface ISynchronizationHelper
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

extractFeatureClassProperties

public void extractFeatureClassProperties(IFeatureClass geoDataset,
                                          int index,
                                          IPropertySet propertySet)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Extracts properties from a Feature Class.

Specified by:
extractFeatureClassProperties in interface ISynchronizationHelper
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

extractEntityAttrProperties

public void extractEntityAttrProperties(IClass geoDataset,
                                        int index,
                                        IPropertySet propertySet)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Extracts entity attribute properties from a Feature Class.

Specified by:
extractEntityAttrProperties in interface ISynchronizationHelper
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

extractRelationshipProperties

public void extractRelationshipProperties(IRelationshipClass relationshipClass,
                                          int index,
                                          IPropertySet propertySet)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Extracts entity attribute properties from a Relationship Class.

Specified by:
extractRelationshipProperties in interface ISynchronizationHelper
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

populateDistributionProperties

public void populateDistributionProperties(java.lang.String fileName,
                                           java.lang.String fileType,
                                           IPropertySet propertySet)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Populates distribution properties given a filename.

Specified by:
populateDistributionProperties in interface ISynchronizationHelper
Parameters:
fileName - The fileName (in)
fileType - The fileType (in)
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

populateDistributionPropertiesForDatabase

public void populateDistributionPropertiesForDatabase(IDataset dataset,
                                                      IPropertySet propertySet)
                                               throws java.io.IOException,
                                                      AutomationException
Deprecated. 
Populates distribution properties given a filename.

Specified by:
populateDistributionPropertiesForDatabase in interface ISynchronizationHelper
Parameters:
dataset - A reference to a com.esri.arcgis.geodatabase.IDataset (in)
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

extractBriefEntityAttrProperties

public void extractBriefEntityAttrProperties(IClass geoDataset,
                                             int index,
                                             IPropertySet propertySet)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Extracts brief entity attribute properties from a Feature Class.

Specified by:
extractBriefEntityAttrProperties in interface ISynchronizationHelper
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

extractBriefRelationshipProperties

public void extractBriefRelationshipProperties(IRelationshipClass relationshipClass,
                                               int index,
                                               IPropertySet propertySet)
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Extracts brief entity attribute properties from a Relationship Class.

Specified by:
extractBriefRelationshipProperties in interface ISynchronizationHelper
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.