Class GalleryExporter
java.lang.Object
org.silverpeas.core.importexport.control.AbstractExportProcess
org.silverpeas.components.gallery.control.GalleryExporter
@Service
public class GalleryExporter
extends org.silverpeas.core.importexport.control.AbstractExportProcess
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringOptional export parameter giving the album which contains media to be performed.static final StringExpected export parameter giving the detail about the user that calls the export of media.static final StringOptional export parameter giving the media identifiers (photo) to be performed.static final StringExpected export parameter giving the detail about the user that calls the export of media. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportAlbum(org.silverpeas.core.importexport.ImportExportDescriptor exportDescriptor, org.silverpeas.core.importexport.report.ExportReport exportReport) voidexportPhysicalMedias(org.silverpeas.core.importexport.ImportExportDescriptor exportDescriptor, List<Media> medias, org.silverpeas.core.importexport.report.ExportReport exportReport) Methods inherited from class org.silverpeas.core.importexport.control.AbstractExportProcess
createExportDir, createZipFile, generateExportDirName
-
Field Details
-
EXPORT_FOR_USER
Expected export parameter giving the detail about the user that calls the export of media.- See Also:
-
EXPORT_RESOLUTION
Expected export parameter giving the detail about the user that calls the export of media.- See Also:
-
EXPORT_ALBUM
Optional export parameter giving the album which contains media to be performed.- See Also:
-
EXPORT_PHOTOS
Optional export parameter giving the media identifiers (photo) to be performed.- See Also:
-
-
Constructor Details
-
GalleryExporter
public GalleryExporter()
-
-
Method Details
-
exportAlbum
public void exportAlbum(org.silverpeas.core.importexport.ImportExportDescriptor exportDescriptor, org.silverpeas.core.importexport.report.ExportReport exportReport) throws org.silverpeas.core.importexport.ExportException - Throws:
org.silverpeas.core.importexport.ExportException
-
exportPhysicalMedias
public void exportPhysicalMedias(org.silverpeas.core.importexport.ImportExportDescriptor exportDescriptor, List<Media> medias, org.silverpeas.core.importexport.report.ExportReport exportReport) throws org.silverpeas.core.importexport.ExportException - Throws:
org.silverpeas.core.importexport.ExportException
-