Class UploadNotesTask


  • public class UploadNotesTask
    extends java.lang.Object
    Class for uploading note changes to the server
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private NoteData noteData  
    • Constructor Summary

      Constructors 
      Constructor Description
      UploadNotesTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void uploadNotes​(NoteData noteData, ProgressMonitor progressMonitor)
      Upload notes with modifications to the server
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • uploadNotes

        public void uploadNotes​(NoteData noteData,
                                ProgressMonitor progressMonitor)
        Upload notes with modifications to the server
        Parameters:
        noteData - Note dataset with changes to upload
        progressMonitor - progress monitor for user feedback