com.silverpeas.gallery.control
Class GalleryExporter
java.lang.Object
com.silverpeas.importExport.control.AbstractExportProcess
com.silverpeas.gallery.control.GalleryExporter
public class GalleryExporter
- extends com.silverpeas.importExport.control.AbstractExportProcess
Field Summary |
static String |
EXPORT_ALBUM
Optional export parameter giving the album which contains media to be performed. |
static String |
EXPORT_FOR_USER
Expected export parameter giving the detail about the user that calls the export of media. |
static String |
EXPORT_PHOTOS
Optional export parameter giving the media identifiers (photo) to be performed. |
static String |
EXPORT_RESOLUTION
Expected export parameter giving the detail about the user that calls the export of media. |
Method Summary |
void |
exportAlbum(com.silverpeas.export.ImportExportDescriptor exportDescriptor,
com.silverpeas.importExport.report.ExportReport exportReport)
|
void |
exportPhotos(com.silverpeas.export.ImportExportDescriptor exportDescriptor,
List<Media> medias,
com.silverpeas.importExport.report.ExportReport exportReport)
|
Methods inherited from class com.silverpeas.importExport.control.AbstractExportProcess |
createExportDir, createZipFile, generateExportDirName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXPORT_FOR_USER
public static final String EXPORT_FOR_USER
- Expected export parameter giving the detail about the user that calls the export of media.
- See Also:
- Constant Field Values
EXPORT_RESOLUTION
public static final String EXPORT_RESOLUTION
- Expected export parameter giving the detail about the user that calls the export of media.
- See Also:
- Constant Field Values
EXPORT_ALBUM
public static final String EXPORT_ALBUM
- Optional export parameter giving the album which contains media to be performed.
- See Also:
- Constant Field Values
EXPORT_PHOTOS
public static final String EXPORT_PHOTOS
- Optional export parameter giving the media identifiers (photo) to be performed.
- See Also:
- Constant Field Values
GalleryExporter
public GalleryExporter()
exportAlbum
public void exportAlbum(com.silverpeas.export.ImportExportDescriptor exportDescriptor,
com.silverpeas.importExport.report.ExportReport exportReport)
throws com.silverpeas.export.ExportException
- Throws:
com.silverpeas.export.ExportException
exportPhotos
public void exportPhotos(com.silverpeas.export.ImportExportDescriptor exportDescriptor,
List<Media> medias,
com.silverpeas.importExport.report.ExportReport exportReport)
throws com.silverpeas.export.ExportException
- Throws:
com.silverpeas.export.ExportException
Copyright © 2016 Silverpeas. All Rights Reserved.