Interface NotebookManager

All Superinterfaces:
io.vertigo.core.node.component.Component, io.vertigo.core.node.component.CoreComponent, io.vertigo.core.node.component.Manager
All Known Implementing Classes:
NotebookManagerImpl

public interface NotebookManager extends io.vertigo.core.node.component.Manager
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads a notebook from json.
    toJson(Notebook notebook)
    Renders a notebook as json, so it can be shared, compared, stored and more !
  • Method Details

    • toJson

      String toJson(Notebook notebook)
      Renders a notebook as json, so it can be shared, compared, stored and more !
      Parameters:
      notebook - the notebook
      Returns:
      notebook as json
    • fromJson

      Notebook fromJson(String json)
      Loads a notebook from json.
      Parameters:
      json - the notebook as json
      Returns:
      notebook