|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAdminUploadsClient
COM Interface 'IAdminUploadsClient'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
Description: 'Provides access to properties and members the uploads client 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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID2362ad5f_c545_4bd8_b538_557a1c5b89f1
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
adminCommit(IUploadItem pUploadItem,
ILongArray pPartNumbers)
Commits a registered upload item. |
void |
adminDelete(IUploadItem pUploadItem)
Deletes the upload item. |
ILongArray |
adminGetPartNumbers(IUploadItem pUploadItem)
Returns the numbers of the parts that have already been uploaded for the upload item. |
IUploadItem |
adminRegister(java.lang.String itemName,
java.lang.String description)
Instruct the server to reserve space for a new upload item, to be uploaded in parts. |
IUploadItem |
adminUploadFile(java.lang.String file,
java.lang.String description)
Uploads a file to the server without breaking it into parts. |
void |
adminUploadPart(IUploadItem pUploadItem,
java.lang.String file,
int uploadPartNumber,
long offset,
int bytesToWrite)
Uploads a part for the upload item. |
IUploadItem |
getUploadItem(java.lang.String itemID)
Returns the upload item with the given itemID. |
IEnumUploadItem |
getUploadItems()
Returns all uploaded items. |
Field Detail |
---|
static final int IID2362ad5f_c545_4bd8_b538_557a1c5b89f1
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IUploadItem adminUploadFile(java.lang.String file, java.lang.String description) throws java.io.IOException, AutomationException
file
- The file (in)description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUploadItem adminRegister(java.lang.String itemName, java.lang.String description) throws java.io.IOException, AutomationException
itemName
- The itemName (in)description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void adminUploadPart(IUploadItem pUploadItem, java.lang.String file, int uploadPartNumber, long offset, int bytesToWrite) throws java.io.IOException, AutomationException
pUploadItem
- A reference to a com.esri.arcgis.gisclient.IUploadItem (in)file
- The file (in)uploadPartNumber
- The uploadPartNumber (in)offset
- Unsigned 64-bit int (in)bytesToWrite
- The bytesToWrite (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILongArray adminGetPartNumbers(IUploadItem pUploadItem) throws java.io.IOException, AutomationException
pUploadItem
- A reference to a com.esri.arcgis.gisclient.IUploadItem (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void adminCommit(IUploadItem pUploadItem, ILongArray pPartNumbers) throws java.io.IOException, AutomationException
pUploadItem
- A reference to a com.esri.arcgis.gisclient.IUploadItem (in)pPartNumbers
- A reference to a com.esri.arcgis.system.ILongArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumUploadItem getUploadItems() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUploadItem getUploadItem(java.lang.String itemID) throws java.io.IOException, AutomationException
itemID
- The itemID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void adminDelete(IUploadItem pUploadItem) throws java.io.IOException, AutomationException
pUploadItem
- A reference to a com.esri.arcgis.gisclient.IUploadItem (in)
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 |