|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldType.TYPE | |
|---|---|
| org.nuiton.wikitty.entities | |
| org.nuiton.wikitty.query.conditions | Hierarchie
Condition
ContainerOperator les operateurs qui contiennent d'autre operateur
ContainerUnaryOperator ne contient qu'un fils
Not
Select
ContainerNaryOperator contient N fils, et doivent
explicitement etre ferme via un close dans
WikittyQueryMaker.close()
And
Or
TerminalOperator ni champs, ni valeur
True
False
TerminalUnaryOperator un champs seulement
Null
NotNull
TerminalBinaryOperator un champs et une valeur
Equals
Greater
GreaterOrEquals
Keyword binary car automatiquement sur tous les champs
Less
LessOrEquals
Like
NotEquals
TerminalTernaryOperator un champs, et deux valeur
Between
TerminalNaryOperator un champs et N valeurs, et doivent
explicitement etre ferme via un close dans
WikittyQueryMaker.close() si les
valeur ne sont pas passee au moment de la construction
ContainsAll
ContainsOne
ConditionValue les valeurs possibles pour un champs
ConditionValueString
Select
|
| Uses of FieldType.TYPE in org.nuiton.wikitty.entities |
|---|
| Fields in org.nuiton.wikitty.entities declared as FieldType.TYPE | |
|---|---|
protected FieldType.TYPE |
FieldFactory.type
|
protected FieldType.TYPE |
FieldType.type
|
| Methods in org.nuiton.wikitty.entities that return FieldType.TYPE | |
|---|---|
FieldType.TYPE |
FieldType.getType()
|
static FieldType.TYPE |
FieldType.TYPE.parse(String name)
convert string to TYPE, this method accept not trimed and not well cased string (difference with valueOf) |
static FieldType.TYPE |
FieldType.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FieldType.TYPE[] |
FieldType.TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.nuiton.wikitty.entities with parameters of type FieldType.TYPE | |
|---|---|
FieldFactory |
ExtensionFactory.addField(String name,
FieldType.TYPE fieldType)
|
FieldFactory |
FieldFactory.addField(String name,
FieldType.TYPE type)
|
void |
FieldType.setType(FieldType.TYPE type)
|
| Constructors in org.nuiton.wikitty.entities with parameters of type FieldType.TYPE | |
|---|---|
FieldFactory(ExtensionFactory parentFactory,
String fieldName,
FieldType.TYPE type)
|
|
FieldType(FieldType.TYPE type,
int lowerBound,
int upperBound)
|
|
| Uses of FieldType.TYPE in org.nuiton.wikitty.query.conditions |
|---|
| Constructors in org.nuiton.wikitty.query.conditions with parameters of type FieldType.TYPE | |
|---|---|
ElementField(String fieldName,
FieldType.TYPE type)
Cree un champs sur toutes les extensions ex: "*.name" en specifiant le type du champs ex: "*.birthday.DATE" |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||