Ontimize Document Management 0.035EN

com.ontimize.dms.warehouse.local
Interface IWarehouseClient

All Superinterfaces:
IWharehouse
All Known Implementing Classes:
WarehouseClient

public interface IWarehouseClient
extends IWharehouse


Field Summary
static java.lang.String LOCK_ON_UPLOAD
           
static java.lang.String READ_DIRECTORY
           
static java.lang.String REMOTE_OPERATION
           
static java.lang.String REMOTE_WAREHOUSE
           
static java.lang.String REPOSITORY_DIRECTORY
           
static java.lang.String SESSION_ID
           
static java.lang.String TEMPORAL_DIRECTORY
           
static java.lang.String TRANSFORM
           
 
Fields inherited from interface com.ontimize.dms.warehouse.IWharehouse
BUFFER_LENGTH, DOWNLOAD_OPEN_MAX, TIME_VIEW_UPDATE, UPLOAD_OPEN_MAX
 
Method Summary
 void addWharehouseActionListener(IWharehouseAction iwha)
           
 void clearWharehouseActionListener()
           
 int createAttachment(int action, Document document)
           
 int doAction(int action, Document[] documents, java.util.Map params)
           
 TransferThread getDownloadThread()
           
 TransferStatus getStatus()
           
 TransferThread getUploadThread()
           
 boolean hasLockOnUpload()
           
 int open(int action, Document document)
           
 void removeWharehouseActionListener(IWharehouseAction iwha)
           
 void resumeCancelledUploads()
           
 

Field Detail

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
Method Detail

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()

Ontimize Document Management