liuxunorg commented on issue #3314: [ZEPPELIN-4019] Interpreter process get 
note from server
URL: https://github.com/apache/zeppelin/pull/3314#issuecomment-469007734
 
 
   @zjffdu , Ok!  
   Because I need to get all the paragraphs in the note, i modified it to 2 
interface functions.
   1. Get a list of paragraphIds from noteId
   ```
   public List<String> getParagraphList(String noteId)
   ```
   
   2. Get the paragraph script from paragraphId
   ```
   public String getParagraphText(String noteId, String paragraphId)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to