Uses of Class
io.vertigo.studio.impl.source.dsl.raw.DslRawKey
Packages that use DslRawKey
Package
Description
-
Uses of DslRawKey in io.vertigo.studio.impl.source.dsl.raw
Methods in io.vertigo.studio.impl.source.dsl.raw that return DslRawKeyModifier and TypeMethodDescriptionDslRaw.getKey()DslRaw.getRawKeyByFieldName(String fieldName) Uniquement si il y a une et une seule référence pour ce champ.static DslRawKeyMethods in io.vertigo.studio.impl.source.dsl.raw that return types with arguments of type DslRawKeyModifier and TypeMethodDescriptionDslRaw.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 DslRawKeyModifier and TypeMethodDescriptionDslRawBuilder.addRawLink(String fieldName, DslRawKey fieldRawKey) static DslRawBuilderStatic method builder for defintions.booleanReturns true if a definition to which the specified name is mapped.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 DslRawKeyModifier and TypeMethodDescriptionDslRawBuilder.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 DslRawKeyConstructor parameters in io.vertigo.studio.plugins.source.vertigo.loaders.kpr.raw with type arguments of type DslRawKeyModifierConstructorDescriptionDslRawEntry(String fieldName, List<DslRawKey> sketchKeys) Constructor.