|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.gisclient.UploadItem
public class UploadItem
The UploadItem object.
| Constructor Summary | |
|---|---|
UploadItem()
Constructs a UploadItem using ArcGIS Engine. |
|
UploadItem(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. UploadItem theUploadItem = (UploadItem) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public UploadItem()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public UploadItem(Object obj)
throws IOException
UploadItem theUploadItem = (UploadItem) obj;
obj to UploadItem.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setName(String pName)
throws IOException,
AutomationException
setName in interface IUploadItempName - The pName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
throws IOException,
AutomationException
getName in interface IUploadItemIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setID(String pItemID)
throws IOException,
AutomationException
setID in interface IUploadItempItemID - The pItemID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getID()
throws IOException,
AutomationException
getID in interface IUploadItemIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFilePath(String pPath)
throws IOException,
AutomationException
setFilePath in interface IUploadItempPath - The pPath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFilePath()
throws IOException,
AutomationException
getFilePath in interface IUploadItemIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPathOnServer(String pPathOnServer)
throws IOException,
AutomationException
setPathOnServer in interface IUploadItempPathOnServer - The pPathOnServer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPathOnServer()
throws IOException,
AutomationException
getPathOnServer in interface IUploadItemIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(String pDesc)
throws IOException,
AutomationException
setDescription in interface IUploadItempDesc - The pDesc (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
throws IOException,
AutomationException
getDescription in interface IUploadItemIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDate(Date pDate)
throws IOException,
AutomationException
setDate in interface IUploadItempDate - The pDate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Date getDate()
throws IOException,
AutomationException
getDate in interface IUploadItemIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCommitted(boolean committed)
throws IOException,
AutomationException
setCommitted in interface IUploadItemcommitted - The committed (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCommitted()
throws IOException,
AutomationException
isCommitted in interface IUploadItemIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||