public interface IExtendedStorage
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
int |
actionFinished()
Checks if the load or save action is finished.
|
void |
cancel()
Cancels the load or save action.
|
String |
clientPath()
The location on the client to which to download or from which to upload.
|
void |
clientPath(String pVal)
The location on the client to which to download or from which to upload.
|
void |
delete(String fSysFilter,
int nDeleteType)
Deletes files locally or from the server.
|
void |
getLastError()
Gets the last error that occurred during asynchronous load and save operations.
|
String |
load(String fSysFilter,
boolean synchronize)
Downloads the storage structure to the client file system.
|
String |
loadEx(String fSysFilter,
boolean synchronize,
com4j.Holder<IList> pVal,
com4j.Holder<Boolean> pNonFatalErrorOccured)
Downloads the storage structure to the client file system.
|
String |
progress(com4j.Holder<Integer> total,
com4j.Holder<Integer> current)
Polls the progress of the last action (Load or Save).
|
com4j.Com4jObject |
root()
The storage root.
|
void |
save(String fSysFilter,
boolean synchronize)
Uploads the storage structure to the server.
|
boolean |
saveEx(String fSysFilter,
boolean synchronize,
com4j.Holder<IList> pVal)
Uploads the storage structure to the server.
|
String |
serverPath()
Deprecated.
|
void |
serverPath(String pVal)
Deprecated.
|
com4j.Com4jObject root()
The storage root.
Getter method for the COM property "Root"
String load(@DefaultValue(value="*.*") String fSysFilter, @DefaultValue(value="0") boolean synchronize)
Downloads the storage structure to the client file system.
fSysFilter
- Optional parameter. Default value is "*.*"synchronize
- Optional parameter. Default value is falsevoid save(@DefaultValue(value="*.*") String fSysFilter, @DefaultValue(value="0") boolean synchronize)
Uploads the storage structure to the server.
fSysFilter
- Optional parameter. Default value is "*.*"synchronize
- Optional parameter. Default value is falsevoid delete(String fSysFilter, int nDeleteType)
Deletes files locally or from the server.
fSysFilter
- Mandatory java.lang.String parameter.nDeleteType
- Mandatory int parameter.String serverPath()
Deprecated. The location on the server from which to download or to which to upload.
Getter method for the COM property "ServerPath"
void serverPath(String pVal)
Deprecated. The location on the server from which to download or to which to upload.
Setter method for the COM property "ServerPath"
pVal
- Mandatory java.lang.String parameter.String clientPath()
The location on the client to which to download or from which to upload.
Getter method for the COM property "ClientPath"
void clientPath(String pVal)
The location on the client to which to download or from which to upload.
Setter method for the COM property "ClientPath"
pVal
- Mandatory java.lang.String parameter.void cancel()
Cancels the load or save action.
int actionFinished()
Checks if the load or save action is finished.
Getter method for the COM property "ActionFinished"
String progress(com4j.Holder<Integer> total, com4j.Holder<Integer> current)
Polls the progress of the last action (Load or Save).
total
- Mandatory Holdercurrent
- Mandatory Holdervoid getLastError()
Gets the last error that occurred during asynchronous load and save operations.
boolean saveEx(String fSysFilter, boolean synchronize, com4j.Holder<IList> pVal)
Uploads the storage structure to the server.
fSysFilter
- Mandatory java.lang.String parameter.synchronize
- Mandatory boolean parameter.pVal
- Mandatory HolderString loadEx(String fSysFilter, boolean synchronize, com4j.Holder<IList> pVal, com4j.Holder<Boolean> pNonFatalErrorOccured)
Downloads the storage structure to the client file system.
fSysFilter
- Mandatory java.lang.String parameter.synchronize
- Mandatory boolean parameter.pVal
- Mandatory HolderpNonFatalErrorOccured
- Mandatory HolderCopyright © 2020. All rights reserved.