Uses of Class
io.vertigo.studio.notebook.AbstractSketch
-
-
Uses of AbstractSketch in io.vertigo.studio.notebook.authorization
Subclasses of AbstractSketch in io.vertigo.studio.notebook.authorization Modifier and Type Class Description class
SecuredFeatureSketch
Une authorization est un droit sur une fonction de l'application. -
Uses of AbstractSketch in io.vertigo.studio.notebook.domain
Subclasses of AbstractSketch in io.vertigo.studio.notebook.domain Modifier and Type Class Description class
DomainSketch
A domain exists to enrich the primitive datatypes, giving them super powers.class
DtSketch
The DtSketch class defines the sketch of data. -
Uses of AbstractSketch in io.vertigo.studio.notebook.domain.association
Subclasses of AbstractSketch in io.vertigo.studio.notebook.domain.association Modifier and Type Class Description class
AssociationNNSketch
Définition d'une association NN.class
AssociationSimpleSketch
This class defines a simple association : 1-1 or 1-n.class
AssociationSketch
Dé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 AbstractSketch in io.vertigo.studio.notebook.domain.masterdata
Subclasses of AbstractSketch in io.vertigo.studio.notebook.domain.masterdata Modifier and Type Class Description class
StaticMasterDataSketch
A 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 AbstractSketch in io.vertigo.studio.notebook.file
Subclasses of AbstractSketch in io.vertigo.studio.notebook.file Modifier and Type Class Description class
FileInfoSketch
Définition d'un FileInfo. -
Uses of AbstractSketch in io.vertigo.studio.notebook.search
Subclasses of AbstractSketch in io.vertigo.studio.notebook.search Modifier and Type Class Description class
FacetedQuerySketch
Définition des requêtes d'accès à l'index de recherche.class
FacetSketch
Définition de Facette.class
SearchIndexSketch
Définition de l'index de recherche. -
Uses of AbstractSketch in io.vertigo.studio.notebook.task
Subclasses of AbstractSketch in io.vertigo.studio.notebook.task Modifier and Type Class Description class
TaskSketch
This class defines a task and its attributes. -
Uses of AbstractSketch in io.vertigo.studio.notebook.webservices
Subclasses of AbstractSketch in io.vertigo.studio.notebook.webservices Modifier and Type Class Description class
WebServiceSketch
Web service Sketch.
-