Class NotesExportService

  • All Implemented Interfaces:
    org.picocontainer.Startable

    public class NotesExportService
    extends Object
    implements org.picocontainer.Startable
    • Constructor Detail

      • NotesExportService

        public NotesExportService​(NoteService noteService,
                                  WikiService wikiService,
                                  org.exoplatform.social.common.service.HTMLUploadImageProcessor htmlUploadImageProcessor)
    • Method Detail

      • start

        public void start()
        Specified by:
        start in interface org.picocontainer.Startable
      • stop

        public void stop()
        Specified by:
        stop in interface org.picocontainer.Startable
      • startExportNotes

        public void startExportNotes​(int exportId,
                                     String[] notesToExportIds,
                                     boolean exportAll,
                                     org.exoplatform.services.security.Identity identity)
                              throws Exception
        Throws:
        Exception
      • cancelExportNotes

        public void cancelExportNotes​(int exportId)
      • removeExportResource

        public void removeExportResource​(int exportId)
      • getExportRessourceById

        public ExportResource getExportRessourceById​(int id)