|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.gisclient.UploadItem
public class UploadItem
COM Class 'UploadItem'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
Description 'The UploadItem object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.gisclient.IUploadItem |
---|
IID, IID68bd2cad_90af_4bfb_9117_4f28aed6cbe0, xxDummy |
Constructor Summary | |
---|---|
UploadItem()
Constructs a UploadItem using ArcGIS Engine. |
|
UploadItem(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. UploadItem theUploadItem = (UploadItem) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
The name of the uploaded item. |
java.lang.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 |
release()
Release a UploadItem. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UploadItem() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic UploadItem(java.lang.Object obj) throws java.io.IOException
UploadItem theUploadItem = (UploadItem) obj;
obj
to UploadItem
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setName(java.lang.String pName) throws java.io.IOException, AutomationException
setName
in interface IUploadItem
pName
- The pName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IUploadItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setID(java.lang.String pItemID) throws java.io.IOException, AutomationException
setID
in interface IUploadItem
pItemID
- The pItemID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getID() throws java.io.IOException, AutomationException
getID
in interface IUploadItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFilePath(java.lang.String pPath) throws java.io.IOException, AutomationException
setFilePath
in interface IUploadItem
pPath
- The pPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFilePath() throws java.io.IOException, AutomationException
getFilePath
in interface IUploadItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPathOnServer(java.lang.String pPathOnServer) throws java.io.IOException, AutomationException
setPathOnServer
in interface IUploadItem
pPathOnServer
- The pPathOnServer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPathOnServer() throws java.io.IOException, AutomationException
getPathOnServer
in interface IUploadItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String pDesc) throws java.io.IOException, AutomationException
setDescription
in interface IUploadItem
pDesc
- The pDesc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface IUploadItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDate(java.util.Date pDate) throws java.io.IOException, AutomationException
setDate
in interface IUploadItem
pDate
- The pDate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.util.Date getDate() throws java.io.IOException, AutomationException
getDate
in interface IUploadItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCommitted(boolean committed) throws java.io.IOException, AutomationException
setCommitted
in interface IUploadItem
committed
- The committed (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCommitted() throws java.io.IOException, AutomationException
isCommitted
in interface IUploadItem
java.io.IOException
- 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 |