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 GeneratorResult
GeneratorManager. 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 GeneratorResult
GeneratorManagerImpl. generate(Notebook notebook, GeneratorConfig generatorConfig)
Generates the files.void
GeneratorPlugin. 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 Notebook
NotebookManagerImpl. fromJson(String json)
Methods in io.vertigo.studio.impl.notebook with parameters of type Notebook Modifier and Type Method Description String
NotebookManagerImpl. 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 Notebook
SourceManagerImpl. 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 Notebook
NotebookManager. fromJson(String json)
Loads a notebook from json.Methods in io.vertigo.studio.notebook with parameters of type Notebook Modifier and Type Method Description String
NotebookManager. 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 void
MermaidGeneratorPlugin. 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 void
AuthorizationGeneratorPlugin. 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 void
DomainGeneratorPlugin. 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 void
JSGeneratorPlugin. 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 void
KspGeneratorPlugin. 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 void
SqlGeneratorPlugin. 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 void
TSGeneratorPlugin. 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 void
FileInfoGeneratorPlugin. 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 void
SearchGeneratorPlugin. 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 void
TaskGeneratorPlugin. 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 void
TaskTestGeneratorPlugin. 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 void
WsTsGeneratorPlugin. 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 Notebook
SourceManager. read(List<Source> sources)
-