|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Restriction | |
|---|---|
| org.nuiton.wikitty.search | |
| org.nuiton.wikitty.search.operators | |
| Uses of Restriction in org.nuiton.wikitty.search |
|---|
| Fields in org.nuiton.wikitty.search declared as Restriction | |
|---|---|
protected Restriction |
Criteria.restriction
Deprecated. All restriction on fields. |
| Fields in org.nuiton.wikitty.search with type parameters of type Restriction | |
|---|---|
protected List<Restriction> |
Search.restrictions
Deprecated. |
| Methods in org.nuiton.wikitty.search that return Restriction | |
|---|---|
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. |
| Methods in org.nuiton.wikitty.search with parameters of type Restriction | |
|---|---|
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. |
| Method parameters in org.nuiton.wikitty.search with type arguments of type Restriction | |
|---|---|
static And |
RestrictionHelper.and(List<Restriction> restrictions)
Deprecated. |
static Or |
RestrictionHelper.or(List<Restriction> restrictions)
Deprecated. |
| Uses of Restriction in org.nuiton.wikitty.search.operators |
|---|
| Subclasses of Restriction in org.nuiton.wikitty.search.operators | |
|---|---|
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 |
| Fields in org.nuiton.wikitty.search.operators declared as Restriction | |
|---|---|
protected Restriction |
AssociatedRestriction.restriction
Deprecated. |
protected Restriction |
Not.restriction
Deprecated. |
| Fields in org.nuiton.wikitty.search.operators with type parameters of type Restriction | |
|---|---|
protected List<Restriction> |
And.restrictions
Deprecated. |
protected List<Restriction> |
Or.restrictions
Deprecated. |
| Methods in org.nuiton.wikitty.search.operators that return Restriction | |
|---|---|
Restriction |
AssociatedRestriction.getRestriction()
Deprecated. |
Restriction |
Not.getRestriction()
Deprecated. Return restriction |
protected Restriction |
SubSearch.getRestrictions()
Deprecated. |
| Methods in org.nuiton.wikitty.search.operators that return types with arguments of type Restriction | |
|---|---|
List<Restriction> |
And.getRestrictions()
Deprecated. Return restrictions |
List<Restriction> |
Or.getRestrictions()
Deprecated. Return restrictions |
| Methods in org.nuiton.wikitty.search.operators with parameters of type Restriction | |
|---|---|
void |
Not.setRestriction(Restriction restriction)
Deprecated. Set a value to parameter restriction. |
| Method parameters in org.nuiton.wikitty.search.operators with type arguments of type Restriction | |
|---|---|
void |
And.setRestrictions(List<Restriction> restrictions)
Deprecated. Set a value to parameter restrictions. |
void |
Or.setRestrictions(List<Restriction> restrictions)
Deprecated. Set a value to parameter restrictions. |
| Constructors in org.nuiton.wikitty.search.operators with parameters of type Restriction | |
|---|---|
AssociatedRestriction(Element element,
Restriction restriction)
Deprecated. |
|
Not(Restriction restriction)
Deprecated. Constructor with all parameters initialized |
|
| Constructor parameters in org.nuiton.wikitty.search.operators with type arguments of type Restriction | |
|---|---|
And(List<Restriction> restrictions)
Deprecated. Constructor with all parameters initialized |
|
Or(List<Restriction> restrictions)
Deprecated. Constructor with all parameters initialized |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||