Uses of Class
io.vertigo.studio.notebook.Notebook
-
-
Uses of Notebook in io.vertigo.studio.generator
Methods in io.vertigo.studio.generator with parameters of type Notebook Modifier and Type Method Description GeneratorResultGeneratorManager. generate(Notebook notebook, GeneratorConfig generatorConfig)Generates the files. -
Uses of Notebook in io.vertigo.studio.impl.generator
Methods in io.vertigo.studio.impl.generator with parameters of type Notebook Modifier and Type Method Description GeneratorResultGeneratorManagerImpl. generate(Notebook notebook, GeneratorConfig generatorConfig)Generates the files.voidGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.impl.notebook
Methods in io.vertigo.studio.impl.notebook that return Notebook Modifier and Type Method Description NotebookNotebookManagerImpl. fromJson(String json)Methods in io.vertigo.studio.impl.notebook with parameters of type Notebook Modifier and Type Method Description StringNotebookManagerImpl. toJson(Notebook notebook) -
Uses of Notebook in io.vertigo.studio.impl.source
Methods in io.vertigo.studio.impl.source that return Notebook Modifier and Type Method Description NotebookSourceManagerImpl. read(List<Source> resources)Methods in io.vertigo.studio.impl.source with parameters of type Notebook Modifier and Type Method Description Stream<? extends Sketch>SourceReaderPlugin. parseResources(List<Source> resources, Notebook notebook) -
Uses of Notebook in io.vertigo.studio.impl.source.dsl.raw
Methods in io.vertigo.studio.impl.source.dsl.raw with parameters of type Notebook Modifier and Type Method Description List<Sketch>DslSketchFactory. createSketches(Notebook notebook, DslRaw raw)Create a definition from a dynamic definition in a context defined by definitionSpace (preexisting definitions).Stream<Sketch>DslRawRepository. solve(Notebook notebook)Résolution des références de définitions. -
Uses of Notebook in io.vertigo.studio.notebook
Methods in io.vertigo.studio.notebook that return Notebook Modifier and Type Method Description NotebookNotebookManager. fromJson(String json)Loads a notebook from json.Methods in io.vertigo.studio.notebook with parameters of type Notebook Modifier and Type Method Description StringNotebookManager. toJson(Notebook notebook)Renders a notebook as json, so it can be shared, compared, stored and more ! -
Uses of Notebook in io.vertigo.studio.plugins.generator.mermaid
Methods in io.vertigo.studio.plugins.generator.mermaid with parameters of type Notebook Modifier and Type Method Description voidMermaidGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.plugins.generator.vertigo.authorization
Methods in io.vertigo.studio.plugins.generator.vertigo.authorization with parameters of type Notebook Modifier and Type Method Description voidAuthorizationGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.plugins.generator.vertigo.domain.java
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.java with parameters of type Notebook Modifier and Type Method Description voidDomainGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.plugins.generator.vertigo.domain.js
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.js with parameters of type Notebook Modifier and Type Method Description voidJSGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.plugins.generator.vertigo.domain.ksp
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.ksp with parameters of type Notebook Modifier and Type Method Description voidKspGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.plugins.generator.vertigo.domain.sql
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.sql with parameters of type Notebook Modifier and Type Method Description voidSqlGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.plugins.generator.vertigo.domain.ts
Methods in io.vertigo.studio.plugins.generator.vertigo.domain.ts with parameters of type Notebook Modifier and Type Method Description voidTSGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.plugins.generator.vertigo.file
Methods in io.vertigo.studio.plugins.generator.vertigo.file with parameters of type Notebook Modifier and Type Method Description voidFileInfoGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.plugins.generator.vertigo.search
Methods in io.vertigo.studio.plugins.generator.vertigo.search with parameters of type Notebook Modifier and Type Method Description voidSearchGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.plugins.generator.vertigo.task
Methods in io.vertigo.studio.plugins.generator.vertigo.task with parameters of type Notebook Modifier and Type Method Description voidTaskGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.plugins.generator.vertigo.task.test
Methods in io.vertigo.studio.plugins.generator.vertigo.task.test with parameters of type Notebook Modifier and Type Method Description voidTaskTestGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.plugins.generator.vertigo.util
Methods in io.vertigo.studio.plugins.generator.vertigo.util with parameters of type Notebook Modifier and Type Method Description static Function<String,String>DomainUtil. createClassNameFromDtFunction(Notebook notebook)static Map<String,Collection<DtSketch>>DomainUtil. getDtSketchCollectionMap(Notebook notebook)static Collection<DtSketch>DomainUtil. getDtSketchs(Notebook notebook)static Collection<AssociationNNSketch>DomainUtil. getNNAssociations(Notebook notebook)static Collection<AssociationSimpleSketch>DomainUtil. getSimpleAssociations(Notebook notebook) -
Uses of Notebook in io.vertigo.studio.plugins.generator.vertigo.webservice
Methods in io.vertigo.studio.plugins.generator.vertigo.webservice with parameters of type Notebook Modifier and Type Method Description voidWsTsGeneratorPlugin. generate(Notebook notebook, GeneratorConfig generatorConfig, GeneratorResultBuilder generatorResultBuilder)Génération d'un fichier à partir d'une source et de paramètres. -
Uses of Notebook in io.vertigo.studio.plugins.source.vertigo
Methods in io.vertigo.studio.plugins.source.vertigo with parameters of type Notebook Modifier and Type Method Description Stream<SecuredFeatureSketch>AccountJsonSecuritySourceReaderPlugin. parseResources(List<Source> sources, Notebook notebook)Stream<Sketch>JsonStaticMasterDataSourceReaderPlugin. parseResources(List<Source> sources, Notebook notebook)Stream<Sketch>StudioSourceReaderPlugin. parseResources(List<Source> sources, Notebook notebook)Stream<WebServiceSketch>VegaWebServicesSourceReaderPlugin. parseResources(List<Source> sources, Notebook notebook) -
Uses of Notebook in io.vertigo.studio.plugins.source.vertigo.factories
Methods in io.vertigo.studio.plugins.source.vertigo.factories with parameters of type Notebook Modifier and Type Method Description List<Sketch>DynamoSketchFactory. createSketches(Notebook notebook, DslRaw raw)Create a definition from a dynamic definition in a context defined by definitionSpace (preexisting definitions). -
Uses of Notebook in io.vertigo.studio.plugins.source.vertigo.factories.domain
Methods in io.vertigo.studio.plugins.source.vertigo.factories.domain with parameters of type Notebook Modifier and Type Method Description List<Sketch>DomainSketchFactory. createSketches(Notebook notebook, DslRaw raw)Create a definition from a dynamic definition in a context defined by definitionSpace (preexisting definitions). -
Uses of Notebook in io.vertigo.studio.plugins.source.vertigo.factories.file
Methods in io.vertigo.studio.plugins.source.vertigo.factories.file with parameters of type Notebook Modifier and Type Method Description List<Sketch>FileSketchFactory. createSketches(Notebook notebook, DslRaw raw)Create a definition from a dynamic definition in a context defined by definitionSpace (preexisting definitions). -
Uses of Notebook in io.vertigo.studio.plugins.source.vertigo.factories.search
Methods in io.vertigo.studio.plugins.source.vertigo.factories.search with parameters of type Notebook Modifier and Type Method Description List<Sketch>SearchSketchFactory. createSketches(Notebook notebook, DslRaw raw)Create a definition from a dynamic definition in a context defined by definitionSpace (preexisting definitions). -
Uses of Notebook in io.vertigo.studio.plugins.source.vertigo.factories.task
Methods in io.vertigo.studio.plugins.source.vertigo.factories.task with parameters of type Notebook Modifier and Type Method Description List<Sketch>TaskSketchFactory. createSketches(Notebook notebook, DslRaw raw)Create a definition from a dynamic definition in a context defined by definitionSpace (preexisting definitions). -
Uses of Notebook in io.vertigo.studio.source
Methods in io.vertigo.studio.source that return Notebook Modifier and Type Method Description NotebookSourceManager. read(List<Source> sources)
-