public class ExportProcess extends Object
Modifier and Type | Class and Description |
---|---|
class |
ExportProcess.PreparationTask |
class |
ExportProcess.TransportTask |
Constructor and Description |
---|
ExportProcess() |
Modifier and Type | Method and Description |
---|---|
protected com.openindex.openestate.impl.TransferImpl |
buildTransfer(Connection dbConnection,
ExportContext context,
ImmoToolTask.Callback callback) |
protected com.openindex.openestate.impl.TransferAgencyImpl |
buildTransferAgency(Connection dbConnection,
ExportContext context,
ImmoToolTask.Callback callback) |
protected com.openindex.openestate.impl.AgentContactImpl |
buildTransferAgencyContact(Connection dbConnection,
com.openindex.openestate.impl.db.DbContact contact,
ExportContext context,
ImmoToolTask.Callback callback) |
protected com.openindex.openestate.impl.EstateImpl |
buildTransferAgencyObject(Connection dbConnection,
ExportEntry entry,
ExportContext context,
ImmoToolTask.Callback callback) |
protected File |
compress(AbstractFormat.Compression c,
String archiveName,
File workDirectory) |
protected BufferedImage |
convertImage(BufferedImage img,
ExportContext context) |
protected BufferedImage |
convertImage(File imageFile,
ExportContext context) |
protected BufferedImage |
convertImage(InputStream imageInputStream,
ExportContext context) |
protected File |
doPrepare(com.openindex.openestate.impl.TransferImpl transfer,
ExportContext context,
ImmoToolTask.Callback callback) |
protected void |
doTransport(File exportFile,
ExportContext context,
ImmoToolTask.Callback callback) |
protected File |
getPreparedExportFile() |
protected void |
initWorkDir(File workDir) |
ExportProcess.PreparationTask |
prepare(ExportContext context) |
protected void |
setPreparedExportFile(File preparedExportFile) |
protected File |
storeAttachment(Connection dbConnection,
com.openindex.openestate.impl.EstateAttachmentImpl attachment,
File targetDir,
ExportContext context) |
ExportProcess.TransportTask |
transport(ExportContext context) |
protected com.openindex.openestate.impl.TransferImpl buildTransfer(Connection dbConnection, ExportContext context, ImmoToolTask.Callback callback) throws IOException, SQLException
IOException
SQLException
protected com.openindex.openestate.impl.TransferAgencyImpl buildTransferAgency(Connection dbConnection, ExportContext context, ImmoToolTask.Callback callback) throws IOException, SQLException
IOException
SQLException
protected com.openindex.openestate.impl.AgentContactImpl buildTransferAgencyContact(Connection dbConnection, com.openindex.openestate.impl.db.DbContact contact, ExportContext context, ImmoToolTask.Callback callback) throws IOException, SQLException
IOException
SQLException
protected com.openindex.openestate.impl.EstateImpl buildTransferAgencyObject(Connection dbConnection, ExportEntry entry, ExportContext context, ImmoToolTask.Callback callback) throws IOException, SQLException, AbstractFormat.NotExportableException
protected final BufferedImage convertImage(File imageFile, ExportContext context) throws IOException
IOException
protected final BufferedImage convertImage(InputStream imageInputStream, ExportContext context) throws IOException
IOException
protected BufferedImage convertImage(BufferedImage img, ExportContext context) throws IOException
IOException
protected File compress(AbstractFormat.Compression c, String archiveName, File workDirectory) throws IOException
IOException
protected File doPrepare(com.openindex.openestate.impl.TransferImpl transfer, ExportContext context, ImmoToolTask.Callback callback) throws IOException, SQLException, CancellationException
protected void doTransport(File exportFile, ExportContext context, ImmoToolTask.Callback callback) throws IOException, SQLException, CancellationException
protected File getPreparedExportFile()
protected void initWorkDir(File workDir) throws IOException
IOException
public final ExportProcess.PreparationTask prepare(ExportContext context)
protected void setPreparedExportFile(File preparedExportFile)
protected File storeAttachment(Connection dbConnection, com.openindex.openestate.impl.EstateAttachmentImpl attachment, File targetDir, ExportContext context) throws SQLException, IOException
SQLException
IOException
public final ExportProcess.TransportTask transport(ExportContext context)
Copyright © 2015 OpenEstate. All rights reserved.