|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUploadItem
Provides access to upload item objects.
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 |
---|
void setName(String pName) throws IOException, AutomationException
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setID(String pItemID) throws IOException, AutomationException
pItemID
- The pItemID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFilePath(String pPath) throws IOException, AutomationException
pPath
- The pPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFilePath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPathOnServer(String pPathOnServer) throws IOException, AutomationException
pPathOnServer
- The pPathOnServer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPathOnServer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String pDesc) throws IOException, AutomationException
pDesc
- The pDesc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDate(Date pDate) throws IOException, AutomationException
pDate
- The pDate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date getDate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCommitted(boolean committed) throws IOException, AutomationException
committed
- The committed (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCommitted() throws IOException, AutomationException
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 |