com.esri.arcgis.gisclient
Interface IUploadItem

All Superinterfaces:
Serializable
All Known Implementing Classes:
UploadItem

public interface IUploadItem
extends Serializable

Provides access to upload item objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 Date getDate()
          The date for the upload (in the server's time zone).
 String getDescription()
          The description of the uploaded item.
 String getFilePath()
          The path of this uploaded item.
 String getID()
          The ID of the uploaded item.
 String getName()
          The name of the uploaded item.
 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(Date pDate)
          The date for the upload (in the server's time zone).
 void setDescription(String pDesc)
          The description of the uploaded item.
 void setFilePath(String pPath)
          The path of this uploaded item.
 void setID(String pItemID)
          The ID of the uploaded item.
 void setName(String pName)
          The name of the uploaded item.
 void setPathOnServer(String pPathOnServer)
          The path of this uploaded item on server.
 

Method Detail

setName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setID

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getID

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setFilePath

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getFilePath

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPathOnServer

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getPathOnServer

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setDescription

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getDescription

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setDate

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getDate

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setCommitted

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isCommitted

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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