|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.tools.importexport.ExportManager
public class ExportManager
Implements the interface which defines methods for managing the export requests
Constructor Summary | |
---|---|
ExportManager()
|
Method Summary | |
---|---|
void |
cleanExportEnvironment()
Clean the export environment (close sessions and delete temporary files). |
void |
createExportArchive()
Creates the compress export file |
void |
exportObjects(java.util.List objIds)
Exports objects and creates the archive export file. |
void |
prepareExport(java.lang.String pathExpFold,
java.lang.String nameExpFile,
boolean expSubObj,
boolean expSnaps)
Prepare the environment for export. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportManager()
Method Detail |
---|
public void prepareExport(java.lang.String pathExpFold, java.lang.String nameExpFile, boolean expSubObj, boolean expSnaps) throws it.eng.spago.error.EMFUserError
prepareExport
in interface IExportManager
pathExpFold
- Path of the export foldernameExpFile
- the name to give to the exported fileexpSubObj
- Flag which tells if it's necessary to export subobjectsexpSnaps
- Flag which tells if it's necessary to export snapshots
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void exportObjects(java.util.List objIds) throws it.eng.spago.error.EMFUserError
exportObjects
in interface IExportManager
objIds
- the obj ids
it.eng.spago.error.EMFUserError
- the EMF user errorpublic void createExportArchive() throws it.eng.spago.error.EMFUserError
createExportArchive
in interface IExportManager
it.eng.spago.error.EMFUserError
public void cleanExportEnvironment()
cleanExportEnvironment
in interface IExportManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |