You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/03/03 10:07:23 UTC

[GitHub] liuxunorg commented on issue #3314: [ZEPPELIN-4019] Interpreter process get note from server

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:
users@infra.apache.org


With regards,
Apache Git Services