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 classSecuredFeatureSketchUne 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 classDomainSketchA domain exists to enrich the primitive datatypes, giving them super powers.classDtSketchThe 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 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 AbstractSketch in io.vertigo.studio.notebook.domain.masterdata
Subclasses of AbstractSketch in io.vertigo.studio.notebook.domain.masterdata 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 AbstractSketch in io.vertigo.studio.notebook.file
Subclasses of AbstractSketch in io.vertigo.studio.notebook.file Modifier and Type Class Description classFileInfoSketchDé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 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 AbstractSketch in io.vertigo.studio.notebook.task
Subclasses of AbstractSketch in io.vertigo.studio.notebook.task Modifier and Type Class Description classTaskSketchThis 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 classWebServiceSketchWeb service Sketch.
-