com.ontimize.dms.warehouse.local
Interface IWarehouseClient
- All Superinterfaces:
- IWharehouse
- All Known Implementing Classes:
- WarehouseClient
public interface IWarehouseClient
- extends IWharehouse
REPOSITORY_DIRECTORY
static final java.lang.String REPOSITORY_DIRECTORY
- See Also:
- Constant Field Values
TEMPORAL_DIRECTORY
static final java.lang.String TEMPORAL_DIRECTORY
- See Also:
- Constant Field Values
READ_DIRECTORY
static final java.lang.String READ_DIRECTORY
- See Also:
- Constant Field Values
LOCK_ON_UPLOAD
static final java.lang.String LOCK_ON_UPLOAD
- See Also:
- Constant Field Values
REMOTE_WAREHOUSE
static final java.lang.String REMOTE_WAREHOUSE
- See Also:
- Constant Field Values
REMOTE_OPERATION
static final java.lang.String REMOTE_OPERATION
- See Also:
- Constant Field Values
TRANSFORM
static final java.lang.String TRANSFORM
- See Also:
- Constant Field Values
SESSION_ID
static final java.lang.String SESSION_ID
- See Also:
- Constant Field Values
hasLockOnUpload
boolean hasLockOnUpload()
createAttachment
int createAttachment(int action,
Document document)
open
int open(int action,
Document document)
doAction
int doAction(int action,
Document[] documents,
java.util.Map params)
getDownloadThread
TransferThread getDownloadThread()
getUploadThread
TransferThread getUploadThread()
addWharehouseActionListener
void addWharehouseActionListener(IWharehouseAction iwha)
clearWharehouseActionListener
void clearWharehouseActionListener()
removeWharehouseActionListener
void removeWharehouseActionListener(IWharehouseAction iwha)
resumeCancelledUploads
void resumeCancelledUploads()
getStatus
TransferStatus getStatus()