dekoh.portal.fwk.importer
Class ImportRequest
java.lang.Object
dekoh.portal.fwk.importer.ImportRequest
public class ImportRequest
- extends Object
For each file to be imported a ExecutionRequest is created by ImportService. This request is
then given to the ImportSubProcess instances that this process of Import is made up of.
- Since:
- Mar 7, 2008
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportRequest
public ImportRequest(File fileToProcess,
RootFolder rootFolder,
boolean lastInThisDir,
ImportStatus scanStatus)
getFileToProcess
public File getFileToProcess()
getRootFolder
public RootFolder getRootFolder()
isLastRequestInThisDir
public boolean isLastRequestInThisDir()
getScanStatus
public ImportStatus getScanStatus()
isPreviousExecutionFailed
public boolean isPreviousExecutionFailed()
setExecutionFailed
public void setExecutionFailed()
getDioName
public String getDioName()
setDestinationFile
public void setDestinationFile(File destinationFile)
getDestinationFile
public File getDestinationFile()
setImportStatus
public void setImportStatus(ImportStatus importStatus)
setAttribute
public void setAttribute(String key,
Object value)
getAttribute
public Object getAttribute(String key)
© 2009 Pramati Technologies - Dekoh - Portal for Developers