| Package | Description |
|---|---|
| org.nuiton.wikitty.search | |
| org.nuiton.wikitty.search.operators |
| Modifier and Type | Field and Description |
|---|---|
protected Restriction |
Criteria.restriction
Deprecated.
All restriction on fields.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Restriction> |
Search.restrictions
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Restriction |
RestrictionHelper.and(Restriction restriction1,
Restriction restriction2,
Restriction... otherRestrictions)
Deprecated.
|
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.
|
Restriction |
Criteria.getRestriction()
Deprecated.
|
protected Restriction |
Search.getRestrictions()
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.not(Restriction restriction)
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 | Method and Description |
|---|---|
static Restriction |
RestrictionHelper.and(Restriction restriction1,
Restriction restriction2,
Restriction... otherRestrictions)
Deprecated.
|
static Restriction |
RestrictionHelper.and(Restriction restriction1,
Restriction restriction2,
Restriction... otherRestrictions)
Deprecated.
|
static Restriction |
RestrictionHelper.not(Restriction restriction)
Deprecated.
|
static Or |
RestrictionHelper.or(Restriction restriction1,
Restriction restriction2,
Restriction... otherRestrictions)
Deprecated.
|
static Or |
RestrictionHelper.or(Restriction restriction1,
Restriction restriction2,
Restriction... otherRestrictions)
Deprecated.
|
void |
Criteria.setRestriction(Restriction restriction)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static And |
RestrictionHelper.and(List<Restriction> restrictions)
Deprecated.
|
static Or |
RestrictionHelper.or(List<Restriction> restrictions)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
And
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
AssociatedRestriction
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
Between
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
BinaryOperator
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
Contains
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
EndsWith
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
Equals
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
False
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
Greater
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
GreaterOrEqual
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
In
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
Keyword
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
Less
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
LessOrEqual
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
Like
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
Not
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
NotEquals
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
Null
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
Or
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
StartsWith
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
True
Deprecated.
since 3.3 use new query api
WikittyQuery |
class |
Unlike
Deprecated.
since 3.3 use new query api
WikittyQuery |
| Modifier and Type | Field and Description |
|---|---|
protected Restriction |
Not.restriction
Deprecated.
|
protected Restriction |
AssociatedRestriction.restriction
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Restriction> |
Or.restrictions
Deprecated.
|
protected List<Restriction> |
And.restrictions
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Restriction |
Not.getRestriction()
Deprecated.
Return restriction
|
Restriction |
AssociatedRestriction.getRestriction()
Deprecated.
|
protected Restriction |
SubSearch.getRestrictions()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Restriction> |
Or.getRestrictions()
Deprecated.
Return restrictions
|
List<Restriction> |
And.getRestrictions()
Deprecated.
Return restrictions
|
| Modifier and Type | Method and Description |
|---|---|
void |
Not.setRestriction(Restriction restriction)
Deprecated.
Set a value to parameter restriction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Or.setRestrictions(List<Restriction> restrictions)
Deprecated.
Set a value to parameter restrictions.
|
void |
And.setRestrictions(List<Restriction> restrictions)
Deprecated.
Set a value to parameter restrictions.
|
| Constructor and Description |
|---|
AssociatedRestriction(Element element,
Restriction restriction)
Deprecated.
|
Not(Restriction restriction)
Deprecated.
Constructor with all parameters initialized
|
| Constructor and Description |
|---|
And(List<Restriction> restrictions)
Deprecated.
Constructor with all parameters initialized
|
Or(List<Restriction> restrictions)
Deprecated.
Constructor with all parameters initialized
|
Copyright © 2009–2015 CodeLutin. All rights reserved.