com.esri.arcgis.gisclient
Class IUploadItemProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.gisclient.IUploadItemProxy
All Implemented Interfaces:
IUploadItem, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IUploadItem'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to upload item objects.' 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 IUploadItemProxy
extends com.esri.arcgis.interop.Dispatch
implements IUploadItem, 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.gisclient.IUploadItem
IID, IID68bd2cad_90af_4bfb_9117_4f28aed6cbe0
 
Constructor Summary
  IUploadItemProxy()
          Deprecated. For internal use only
  IUploadItemProxy(java.lang.Object obj)
          Deprecated.  
protected IUploadItemProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IUploadItemProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IUploadItemProxy(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.  
 java.util.Date getDate()
          Deprecated. The date for the upload (in the server's time zone).
 java.lang.String getDescription()
          Deprecated. The description of the uploaded item.
 java.lang.String getFilePath()
          Deprecated. The path of this uploaded item.
 java.lang.String getID()
          Deprecated. The ID of the uploaded item.
 java.lang.String getName()
          Deprecated. The name of the uploaded item.
 java.lang.String getPathOnServer()
          Deprecated. The path of this uploaded item on server.
 boolean isCommitted()
          Deprecated. Indicates if the upload item has been committed.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCommitted(boolean committed)
          Deprecated. Indicates if the upload item has been committed.
 void setDate(java.util.Date pDate)
          Deprecated. The date for the upload (in the server's time zone).
 void setDescription(java.lang.String pDesc)
          Deprecated. The description of the uploaded item.
 void setFilePath(java.lang.String pPath)
          Deprecated. The path of this uploaded item.
 void setID(java.lang.String pItemID)
          Deprecated. The ID of the uploaded item.
 void setName(java.lang.String pName)
          Deprecated. The name of the uploaded item.
 void setPathOnServer(java.lang.String pPathOnServer)
          Deprecated. The path of this uploaded item on server.
 
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

IUploadItemProxy

public IUploadItemProxy(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

IUploadItemProxy

public IUploadItemProxy()
Deprecated. 
For internal use only


IUploadItemProxy

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

IUploadItemProxy

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

IUploadItemProxy

protected IUploadItemProxy(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

setName

public void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The name of the uploaded item.

Specified by:
setName in interface IUploadItem
Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The name of the uploaded item.

Specified by:
getName in interface IUploadItem
Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setID

public void setID(java.lang.String pItemID)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
The ID of the uploaded item.

Specified by:
setID in interface IUploadItem
Parameters:
pItemID - The pItemID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getID

public java.lang.String getID()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The ID of the uploaded item.

Specified by:
getID in interface IUploadItem
Returns:
The pItemID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFilePath

public void setFilePath(java.lang.String pPath)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The path of this uploaded item.

Specified by:
setFilePath in interface IUploadItem
Parameters:
pPath - The pPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFilePath

public java.lang.String getFilePath()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The path of this uploaded item.

Specified by:
getFilePath in interface IUploadItem
Returns:
The pPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPathOnServer

public void setPathOnServer(java.lang.String pPathOnServer)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The path of this uploaded item on server.

Specified by:
setPathOnServer in interface IUploadItem
Parameters:
pPathOnServer - The pPathOnServer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPathOnServer

public java.lang.String getPathOnServer()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The path of this uploaded item on server.

Specified by:
getPathOnServer in interface IUploadItem
Returns:
The pPathOnServer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

public void setDescription(java.lang.String pDesc)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The description of the uploaded item.

Specified by:
setDescription in interface IUploadItem
Parameters:
pDesc - The pDesc (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The description of the uploaded item.

Specified by:
getDescription in interface IUploadItem
Returns:
The pDesc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDate

public void setDate(java.util.Date pDate)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The date for the upload (in the server's time zone).

Specified by:
setDate in interface IUploadItem
Parameters:
pDate - The pDate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDate

public java.util.Date getDate()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The date for the upload (in the server's time zone).

Specified by:
getDate in interface IUploadItem
Returns:
The pDate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCommitted

public void setCommitted(boolean committed)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the upload item has been committed.

Specified by:
setCommitted in interface IUploadItem
Parameters:
committed - The committed (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCommitted

public boolean isCommitted()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the upload item has been committed.

Specified by:
isCommitted in interface IUploadItem
Returns:
The committed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.