Ontimize Document Management 0.035EN

com.ontimize.dms.filetransfer
Interface Transfer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
TransferImpl

public interface Transfer
extends java.io.Serializable

Contains information over internal transfers.

Since:
07/05/2009

Method Summary
 java.io.File getAttachedFile()
          Optional, always is the destination .
 Document getDocument()
           
 TransferStep getStep()
           
 void setAttachedFile(java.io.File file)
           
 

Method Detail

getDocument

Document getDocument()

getAttachedFile

java.io.File getAttachedFile()

Optional, always is the destination .

Returns:
Returns the attached target file in the current transfer. Otherwise, return null.

getStep

TransferStep getStep()

setAttachedFile

void setAttachedFile(java.io.File file)

Ontimize Document Management