com.esri.arcgis.gisclient
Interface IUploadItem

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IUploadItemProxy, UploadItem

public interface IUploadItem
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID68bd2cad_90af_4bfb_9117_4f28aed6cbe0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.util.Date getDate()
          The date for the upload (in the server's time zone).
 java.lang.String getDescription()
          The description of the uploaded item.
 java.lang.String getFilePath()
          The path of this uploaded item.
 java.lang.String getID()
          The ID of the uploaded item.
 java.lang.String getName()
          The name of the uploaded item.
 java.lang.String getPathOnServer()
          The path of this uploaded item on server.
 boolean isCommitted()
          Indicates if the upload item has been committed.
 void setCommitted(boolean committed)
          Indicates if the upload item has been committed.
 void setDate(java.util.Date pDate)
          The date for the upload (in the server's time zone).
 void setDescription(java.lang.String pDesc)
          The description of the uploaded item.
 void setFilePath(java.lang.String pPath)
          The path of this uploaded item.
 void setID(java.lang.String pItemID)
          The ID of the uploaded item.
 void setName(java.lang.String pName)
          The name of the uploaded item.
 void setPathOnServer(java.lang.String pPathOnServer)
          The path of this uploaded item on server.
 

Field Detail

IID68bd2cad_90af_4bfb_9117_4f28aed6cbe0

static final int IID68bd2cad_90af_4bfb_9117_4f28aed6cbe0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setName

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

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

getName

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

Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setID

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

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

getID

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

Returns:
The pItemID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFilePath

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

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

getFilePath

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

Returns:
The pPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPathOnServer

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

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

getPathOnServer

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

Returns:
The pPathOnServer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

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

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

getDescription

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

Returns:
The pDesc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDate

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

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

getDate

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

Returns:
The pDate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCommitted

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

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

isCommitted

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

Returns:
The committed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.