Uses of Class
io.vertigo.studio.notebook.SkecthPrefix
-
-
Uses of SkecthPrefix in io.vertigo.studio.notebook.authorization
Classes in io.vertigo.studio.notebook.authorization with annotations of type SkecthPrefix Modifier and Type Class Description class
SecuredFeatureSketch
Une authorization est un droit sur une fonction de l'application. -
Uses of SkecthPrefix in io.vertigo.studio.notebook.domain
Classes in io.vertigo.studio.notebook.domain with annotations of type SkecthPrefix 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 SkecthPrefix in io.vertigo.studio.notebook.domain.association
Classes in io.vertigo.studio.notebook.domain.association with annotations of type SkecthPrefix 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. -
Uses of SkecthPrefix in io.vertigo.studio.notebook.domain.masterdata
Classes in io.vertigo.studio.notebook.domain.masterdata with annotations of type SkecthPrefix 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 SkecthPrefix in io.vertigo.studio.notebook.file
Classes in io.vertigo.studio.notebook.file with annotations of type SkecthPrefix Modifier and Type Class Description class
FileInfoSketch
Définition d'un FileInfo. -
Uses of SkecthPrefix in io.vertigo.studio.notebook.search
Classes in io.vertigo.studio.notebook.search with annotations of type SkecthPrefix 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 SkecthPrefix in io.vertigo.studio.notebook.task
Classes in io.vertigo.studio.notebook.task with annotations of type SkecthPrefix Modifier and Type Class Description class
TaskSketch
This class defines a task and its attributes. -
Uses of SkecthPrefix in io.vertigo.studio.notebook.webservices
Classes in io.vertigo.studio.notebook.webservices with annotations of type SkecthPrefix Modifier and Type Class Description class
WebServiceSketch
Web service Sketch.
-