| Package | Description |
|---|---|
| org.nuiton.wikitty.search | |
| org.nuiton.wikitty.search.operators |
| Modifier and Type | Method and Description |
|---|---|
protected static Element |
Search.elt(String element)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Restriction |
RestrictionHelper.between(Element element,
String min,
String max)
Deprecated.
|
static Restriction |
RestrictionHelper.contains(Element element,
List<String> values)
Deprecated.
|
static Restriction |
RestrictionHelper.contains(Element element,
String value1,
String... otherValues)
Deprecated.
|
static Restriction |
RestrictionHelper.end(Element element,
String value)
Deprecated.
|
static Restriction |
RestrictionHelper.eq(Element element,
String value)
Deprecated.
|
static Restriction |
RestrictionHelper.great(Element element,
String value)
Deprecated.
|
static Restriction |
RestrictionHelper.greatEq(Element element,
String value)
Deprecated.
|
static Restriction |
RestrictionHelper.in(Element element,
List<String> values)
Deprecated.
|
static Restriction |
RestrictionHelper.in(Element element,
String value1,
String... otherValues)
Deprecated.
|
static Restriction |
RestrictionHelper.less(Element element,
String value)
Deprecated.
|
static Restriction |
RestrictionHelper.lessEq(Element element,
String value)
Deprecated.
|
static Restriction |
RestrictionHelper.like(Element element,
String value,
Like.SearchAs searchAs)
Deprecated.
|
static Restriction |
RestrictionHelper.neq(Element element,
String value)
Deprecated.
|
static Restriction |
RestrictionHelper.start(Element element,
String value)
Deprecated.
|
static Restriction |
RestrictionHelper.unlike(Element element,
String value,
Like.SearchAs searchAs)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Element |
Between.element
Deprecated.
|
protected Element |
BinaryOperator.element
Deprecated.
|
protected Element |
In.element
Deprecated.
|
protected Element |
AssociatedRestriction.element
Deprecated.
|
protected Element |
Contains.element
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
Between.getElement()
Deprecated.
Return element
|
Element |
BinaryOperator.getElement()
Deprecated.
Return element
|
Element |
In.getElement()
Deprecated.
Return element
|
Element |
AssociatedRestriction.getElement()
Deprecated.
|
Element |
Contains.getElement()
Deprecated.
Return element
|
| Modifier and Type | Method and Description |
|---|---|
void |
Between.setElement(Element element)
Deprecated.
Set a value to parameter element.
|
void |
BinaryOperator.setElement(Element element)
Deprecated.
Set a value to parameter element.
|
void |
In.setElement(Element element)
Deprecated.
Set a value to parameter element.
|
void |
AssociatedRestriction.setElement(Element element)
Deprecated.
|
void |
Contains.setElement(Element element)
Deprecated.
Set a value to parameter element.
|
| Constructor and Description |
|---|
AssociatedRestriction(Element element,
Restriction restriction)
Deprecated.
|
Between(Element element,
String min,
String max)
Deprecated.
Constructor with all parameters initialized
|
BinaryOperator(Element element,
String value)
Deprecated.
Constructor with all parameters initialized
|
Contains(Element element,
List<String> value)
Deprecated.
Constructor with all parameters initialized
|
In(Element element,
List<String> value)
Deprecated.
Constructor with all parameters initialized
|
Copyright © 2009–2015 CodeLutin. All rights reserved.