Package org.exoplatform.wiki.service
Class NotesExportService
java.lang.Object
org.exoplatform.wiki.service.NotesExportService
- All Implemented Interfaces:
org.picocontainer.Startable
-
Constructor Summary
ConstructorsConstructorDescriptionNotesExportService(NoteService noteService, WikiService wikiService, org.exoplatform.social.common.service.HTMLUploadImageProcessor htmlUploadImageProcessor) -
Method Summary
Modifier and TypeMethodDescriptionvoidcancelExportNotes(int exportId) static voidbyte[]getExportedNotes(int exportId) getExportRessourceById(int id) getStatus(int exportId) voidremoveExportResource(int exportId) voidstart()voidstartExportNotes(int exportId, String[] notesToExportIds, boolean exportAll, org.exoplatform.services.security.Identity identity) voidstop()
-
Constructor Details
-
NotesExportService
public NotesExportService(NoteService noteService, WikiService wikiService, org.exoplatform.social.common.service.HTMLUploadImageProcessor htmlUploadImageProcessor)
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceorg.picocontainer.Startable
-
stop
public void stop()- Specified by:
stopin interfaceorg.picocontainer.Startable
-
cleanUp
- Throws:
IOException
-
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) -
getExportedNotes
- Throws:
IOException
-
getStatus
-
getExportRessourceById
-