| Modifier and Type | Method and Description |
|---|---|
Set<EntityProperty> |
Entity.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Entity.isNotNull(EntityProperty property) |
EntityBuilder |
EntityBuilder.withProperty(EntityProperty property,
boolean notNull)
Ajout d'une propriété.
|
| Modifier and Type | Method and Description |
|---|---|
Set<EntityProperty> |
DynamicDefinition.getProperties()
Set des propriétés gérées.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DynamicDefinition.getPropertyValue(EntityProperty property)
Retourne la valeur d'une (méta) propriété liée au domaine, champ, dtDéfinition...
|
DynamicDefinitionBuilder |
DynamicDefinitionBuilder.withPropertyValue(EntityProperty property,
Object value) |
| Modifier and Type | Field and Description |
|---|---|
static EntityProperty |
KspProperty.ARGS
Arguments initialisant la classe précédante.
|
static EntityProperty |
KspProperty.CLASS_NAME
Nom de la classe java implémentant un concept tel que formatter, constraint...
|
static EntityProperty |
KspProperty.DISPLAY_FIELD
Champ qui porte l'affichage par défaut.
|
static EntityProperty |
KspProperty.DYNAMIC
Le DT est-il représentée par un bean ou de maniére générique(dynamique)
|
static EntityProperty |
KspProperty.EXPRESSION
Expression du champ computed.
|
static EntityProperty |
KspProperty.FK_FIELD_NAME
Nom du champ représentant la clé étrangére dans une association simple (non NN).
|
static EntityProperty |
KspProperty.IN_OUT
Type in ou out d'un attribut de tache.
|
static EntityProperty |
KspProperty.INDEX_TYPE
Propriété standard : Type de l'index.
|
static EntityProperty |
KspProperty.LABEL
Propriété standard : libellé du champ, valeur String.
|
static EntityProperty |
KspProperty.LABEL_A
Label du noeud A dans une association.
|
static EntityProperty |
KspProperty.LABEL_B
Label du noeud B dans une association.
|
static EntityProperty |
KspProperty.MAX_LENGTH
Propriété standard : longueur max du champ, valeur Integer.
|
static EntityProperty |
KspProperty.MAX_VALUE
Propriété de contrainte : valeur maximum, Double.
|
static EntityProperty |
KspProperty.MIN_VALUE
Propriété de contrainte : valeur minimum, Double.
|
static EntityProperty |
KspProperty.MSG
Propriété standard : message d'erreur, valeur String.
|
static EntityProperty |
KspProperty.MULTIPLICITY_A
Cardinalité du noeud A dans une association : 1..* ou 0..* ou 1..1.
|
static EntityProperty |
KspProperty.MULTIPLICITY_B
Cardinalité du noeud B dans une association : 1..* ou 0..* ou 1..1.
|
static EntityProperty |
KspProperty.NAVIGABILITY_A
Navigabilité du noeud A dans une association.
|
static EntityProperty |
KspProperty.NAVIGABILITY_B
Navigabilité du noeud B dans une association.
|
static EntityProperty |
KspProperty.NOT_NULL
Propriété standard : champ obligatoire, valeur Boolean.
|
static EntityProperty |
KspProperty.PERSISTENT
Propriété liée au broker : La donnée est-elle gérée en mode write par le Broker.
|
static EntityProperty |
KspProperty.REGEX
Proriété Regex de type String.
|
static EntityProperty |
KspProperty.REQUEST
Requête ou plus générallement paramètre d'une tache.
|
static EntityProperty |
KspProperty.ROLE_A
Nom du réle du noeud A dans une association.
|
static EntityProperty |
KspProperty.ROLE_B
Nom du réle du noeud B dans une association.
|
static EntityProperty |
KspProperty.ROOT
Racine des éléments de cette définition.
|
static EntityProperty |
KspProperty.SORT_FIELD
Champ qui porte le trie par défaut.
|
static EntityProperty |
KspProperty.STORE_NAME
Nom du Store utilisé pour cette définition.
|
static EntityProperty |
KspProperty.STORE_TYPE
Type de données en base.
|
static EntityProperty |
KspProperty.TABLE_NAME
Nom de la table supportant l'association NN.
|
static EntityProperty |
KspProperty.TYPE
Propriété standard : Type des définitions.
|
static EntityProperty |
KspProperty.UNIT
Propriété standard : Unité de la valeur, valeur String.
|
| Modifier and Type | Method and Description |
|---|---|
EntityProperty |
DslPropertyEntry.getProperty() |
| Constructor and Description |
|---|
DslPropertyEntry(EntityProperty property,
String propertyValue)
Constructeur.
|
| Constructor and Description |
|---|
DslPropertyEntryRule(Set<EntityProperty> entityProperties)
|
| Modifier and Type | Method and Description |
|---|---|
protected static Boolean |
AbstractDynamicRegistryPlugin.getPropertyValueAsBoolean(DynamicDefinition xdefinition,
EntityProperty property)
Raccourci vers un accesseur typé du PropertyContainer.
|
protected static String |
AbstractDynamicRegistryPlugin.getPropertyValueAsString(DynamicDefinition xdefinition,
EntityProperty property)
Raccourci vers un accesseur typé du PropertyContainer.
|
Copyright © 2014. All Rights Reserved.