Uses of Class
io.vertigo.studio.impl.source.dsl.raw.DslRaw
-
-
Uses of DslRaw in io.vertigo.studio.impl.source.dsl.entity
Methods in io.vertigo.studio.impl.source.dsl.entity that return types with arguments of type DslRaw Modifier and Type Method Description default List<DslRaw>DslGrammar. getRootRaws()Examples : a grammar is defined from atoms (string...) -
Uses of DslRaw in io.vertigo.studio.impl.source.dsl.raw
Methods in io.vertigo.studio.impl.source.dsl.raw that return DslRaw Modifier and Type Method Description DslRawDslRawBuilder. build()DslRawDslRawRepository. getRaw(DslRawKey rawKey)Récupération d'une définition par sa clé -Soit la clé n'existe pas -Soit la clé existe mais sans aucune définition -Soit la clé raméne une définition.Methods in io.vertigo.studio.impl.source.dsl.raw that return types with arguments of type DslRaw Modifier and Type Method Description List<DslRaw>DslRaw. getAllSubRaws()List<DslRaw>DslRaw. getSubRaws(String fieldName)Récupération de la liste des definitions dont est composée la définition principale.default List<DslRaw>DslSketchFactory. onNewRaw(DslRaw raw)Ajout d'une définition.Methods in io.vertigo.studio.impl.source.dsl.raw with parameters of type DslRaw Modifier and Type Method Description voidDslRawRepository. addPartialSketch(DslRaw partial)adds a partial sketch.voidDslRawRepository. addRaw(DslRaw raw)Adds a sketch.DslRawBuilderDslRawBuilder. addSubRaw(String fieldName, DslRaw subRaw)Ajoute une définition au champ défini par fieldName.List<Sketch>DslSketchFactory. createSketches(Notebook notebook, DslRaw raw)Create a definition from a dynamic definition in a context defined by definitionSpace (preexisting definitions).DslRawBuilderDslRawBuilder. merge(DslRaw raw)default List<DslRaw>DslSketchFactory. onNewRaw(DslRaw raw)Ajout d'une définition. -
Uses of DslRaw in io.vertigo.studio.plugins.source.vertigo.factories
Methods in io.vertigo.studio.plugins.source.vertigo.factories that return types with arguments of type DslRaw Modifier and Type Method Description List<DslRaw>DynamoSketchFactory. onNewRaw(DslRaw dslDefinition)Ajout d'une définition.Methods in io.vertigo.studio.plugins.source.vertigo.factories with parameters of type DslRaw 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).List<DslRaw>DynamoSketchFactory. onNewRaw(DslRaw dslDefinition)Ajout d'une définition. -
Uses of DslRaw in io.vertigo.studio.plugins.source.vertigo.factories.domain
Methods in io.vertigo.studio.plugins.source.vertigo.factories.domain that return types with arguments of type DslRaw Modifier and Type Method Description List<DslRaw>DomainGrammar. getRootRaws()List<DslRaw>DomainSketchFactory. onNewRaw(DslRaw dslDefinition)Ajout d'une définition.Methods in io.vertigo.studio.plugins.source.vertigo.factories.domain with parameters of type DslRaw 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).List<DslRaw>DomainSketchFactory. onNewRaw(DslRaw dslDefinition)Ajout d'une définition. -
Uses of DslRaw in io.vertigo.studio.plugins.source.vertigo.factories.file
Methods in io.vertigo.studio.plugins.source.vertigo.factories.file with parameters of type DslRaw 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 DslRaw in io.vertigo.studio.plugins.source.vertigo.factories.search
Methods in io.vertigo.studio.plugins.source.vertigo.factories.search with parameters of type DslRaw 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 DslRaw in io.vertigo.studio.plugins.source.vertigo.factories.task
Methods in io.vertigo.studio.plugins.source.vertigo.factories.task with parameters of type DslRaw 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 DslRaw in io.vertigo.studio.plugins.source.vertigo.loaders.kpr.raw
Methods in io.vertigo.studio.plugins.source.vertigo.loaders.kpr.raw that return DslRaw Modifier and Type Method Description DslRawDslRawEntry. getRaw()Constructors in io.vertigo.studio.plugins.source.vertigo.loaders.kpr.raw with parameters of type DslRaw Constructor Description DslRawEntry(String fieldName, DslRaw raw)Constructor. -
Uses of DslRaw in io.vertigo.studio.plugins.source.vertigo.loaders.kpr.rules
Methods in io.vertigo.studio.plugins.source.vertigo.loaders.kpr.rules that return DslRaw Modifier and Type Method Description protected DslRawDslRawRule. handle(io.vertigo.commons.peg.PegChoice parsing)
-