Uses of Interface
io.vertigo.studio.notebook.Sketch
- 
- 
Uses of Sketch in io.vertigo.studio.impl.sourceMethods in io.vertigo.studio.impl.source that return types with arguments of type Sketch Modifier and Type Method Description Stream<? extends Sketch>SourceReaderPlugin. parseResources(List<Source> resources, Notebook notebook)
- 
Uses of Sketch in io.vertigo.studio.impl.source.dsl.rawMethods in io.vertigo.studio.impl.source.dsl.raw that return types with arguments of type Sketch 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 Sketch in io.vertigo.studio.notebookClasses in io.vertigo.studio.notebook that implement Sketch Modifier and Type Class Description classAbstractSketchMethods in io.vertigo.studio.notebook with type parameters of type Sketch Modifier and Type Method Description <S extends Sketch>
 List<S>Notebook. getAll(Class<S> clazz)<D extends Sketch>
 DNotebook. resolve(String name, Class<D> clazz)Methods in io.vertigo.studio.notebook that return types with arguments of type Sketch Modifier and Type Method Description Set<Class<? extends Sketch>>Notebook. getAllTypes()Methods in io.vertigo.studio.notebook with parameters of type Sketch Modifier and Type Method Description voidNotebook. register(Sketch sketch)Registers a new Sketch.
- 
Uses of Sketch in io.vertigo.studio.notebook.authorizationClasses in io.vertigo.studio.notebook.authorization that implement Sketch Modifier and Type Class Description classSecuredFeatureSketchUne authorization est un droit sur une fonction de l'application.
- 
Uses of Sketch in io.vertigo.studio.notebook.domainClasses in io.vertigo.studio.notebook.domain that implement Sketch Modifier and Type Class Description classDomainSketchA domain exists to enrich the primitive datatypes, giving them super powers.classDtSketchThe DtSketch class defines the sketch of data.
- 
Uses of Sketch in io.vertigo.studio.notebook.domain.associationClasses in io.vertigo.studio.notebook.domain.association that implement Sketch Modifier and Type Class Description classAssociationNNSketchDéfinition d'une association NN.classAssociationSimpleSketchThis class defines a simple association : 1-1 or 1-n.classAssociationSketchDécrit une association entre deux objets (A et B) L'association permet de décrire d'un point de vue conceptuel : - les cardinalités, (notnull ; multiplicity ) - les roles, - la navigation, - les deux types d'objets ou DtDefinition ou classes mises en oeuvre.
- 
Uses of Sketch in io.vertigo.studio.notebook.domain.masterdataClasses in io.vertigo.studio.notebook.domain.masterdata that implement Sketch Modifier and Type Class Description classStaticMasterDataSketchA raw masterdata values is just a map of key/value pairs : -key : the name of the masterdata name -value: a map of all the values. each value is identified by a name
- 
Uses of Sketch in io.vertigo.studio.notebook.fileClasses in io.vertigo.studio.notebook.file that implement Sketch Modifier and Type Class Description classFileInfoSketchDéfinition d'un FileInfo.
- 
Uses of Sketch in io.vertigo.studio.notebook.searchClasses in io.vertigo.studio.notebook.search that implement Sketch Modifier and Type Class Description classFacetedQuerySketchDéfinition des requêtes d'accès à l'index de recherche.classFacetSketchDéfinition de Facette.classSearchIndexSketchDéfinition de l'index de recherche.
- 
Uses of Sketch in io.vertigo.studio.notebook.taskClasses in io.vertigo.studio.notebook.task that implement Sketch Modifier and Type Class Description classTaskSketchThis class defines a task and its attributes.
- 
Uses of Sketch in io.vertigo.studio.notebook.webservicesClasses in io.vertigo.studio.notebook.webservices that implement Sketch Modifier and Type Class Description classWebServiceSketchWeb service Sketch.
- 
Uses of Sketch in io.vertigo.studio.plugins.source.vertigoMethods in io.vertigo.studio.plugins.source.vertigo that return types with arguments of type Sketch Modifier and Type Method Description Stream<Sketch>JsonStaticMasterDataSourceReaderPlugin. parseResources(List<Source> sources, Notebook notebook)Stream<Sketch>StudioSourceReaderPlugin. parseResources(List<Source> sources, Notebook notebook)
- 
Uses of Sketch in io.vertigo.studio.plugins.source.vertigo.factoriesMethods in io.vertigo.studio.plugins.source.vertigo.factories that return types with arguments of type Sketch 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 Sketch in io.vertigo.studio.plugins.source.vertigo.factories.domainMethods in io.vertigo.studio.plugins.source.vertigo.factories.domain that return types with arguments of type Sketch 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 Sketch in io.vertigo.studio.plugins.source.vertigo.factories.fileMethods in io.vertigo.studio.plugins.source.vertigo.factories.file that return types with arguments of type Sketch 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 Sketch in io.vertigo.studio.plugins.source.vertigo.factories.searchMethods in io.vertigo.studio.plugins.source.vertigo.factories.search that return types with arguments of type Sketch 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 Sketch in io.vertigo.studio.plugins.source.vertigo.factories.taskMethods in io.vertigo.studio.plugins.source.vertigo.factories.task that return types with arguments of type Sketch 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).
 
-