|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUploadItem
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 |
---|
static final int IID68bd2cad_90af_4bfb_9117_4f28aed6cbe0
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setID(java.lang.String pItemID) throws java.io.IOException, AutomationException
pItemID
- The pItemID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFilePath(java.lang.String pPath) throws java.io.IOException, AutomationException
pPath
- The pPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFilePath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPathOnServer(java.lang.String pPathOnServer) throws java.io.IOException, AutomationException
pPathOnServer
- The pPathOnServer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getPathOnServer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String pDesc) throws java.io.IOException, AutomationException
pDesc
- The pDesc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDate(java.util.Date pDate) throws java.io.IOException, AutomationException
pDate
- The pDate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.util.Date getDate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCommitted(boolean committed) throws java.io.IOException, AutomationException
committed
- The committed (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCommitted() throws java.io.IOException, AutomationException
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 |