Uses of Class
io.vertigo.studio.impl.source.dsl.raw.DslRawKey
-
Packages that use DslRawKey Package Description io.vertigo.studio.impl.source.dsl.raw io.vertigo.studio.plugins.source.vertigo.loaders.kpr.raw -
-
Uses of DslRawKey in io.vertigo.studio.impl.source.dsl.raw
Methods in io.vertigo.studio.impl.source.dsl.raw that return DslRawKey Modifier and Type Method Description DslRawKey
DslRaw. getKey()
DslRawKey
DslRaw. getRawKeyByFieldName(String fieldName)
Uniquement si il y a une et une seule référence pour ce champ.static DslRawKey
DslRawKey. of(String name)
Methods in io.vertigo.studio.impl.source.dsl.raw that return types with arguments of type DslRawKey Modifier and Type Method Description List<DslRawKey>
DslRaw. getRawKeysByFieldName(String fieldName)
Permet de récupérer la liste des définitions d'un champ.Methods in io.vertigo.studio.impl.source.dsl.raw with parameters of type DslRawKey Modifier and Type Method Description DslRawBuilder
DslRawBuilder. addRawLink(String fieldName, DslRawKey fieldRawKey)
static DslRawBuilder
DslRaw. builder(DslRawKey rawKey, DslEntity entity)
Static method builder for defintions.boolean
DslRawRepository. contains(DslRawKey rawKey)
Returns true if a definition to which the specified name is mapped.DslRaw
DslRawRepository. 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.Method parameters in io.vertigo.studio.impl.source.dsl.raw with type arguments of type DslRawKey Modifier and Type Method Description DslRawBuilder
DslRawBuilder. addAllRawLinks(String fieldName, List<DslRawKey> rawKeys)
Ajoute une liste de définitions au champ défini par fieldName. -
Uses of DslRawKey in io.vertigo.studio.plugins.source.vertigo.loaders.kpr.raw
Methods in io.vertigo.studio.plugins.source.vertigo.loaders.kpr.raw that return types with arguments of type DslRawKey Modifier and Type Method Description List<DslRawKey>
DslRawEntry. getRawKeys()
Constructor parameters in io.vertigo.studio.plugins.source.vertigo.loaders.kpr.raw with type arguments of type DslRawKey Constructor Description DslRawEntry(String fieldName, List<DslRawKey> sketchKeys)
Constructor.
-