Package | Description |
---|---|
de.espirit.or.query |
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeConstraint
The base class for all
constraints which define an attribute based filter. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConstraint
The base class for all implementations of
Constraint which define an attribute based filter. |
class |
And
Interface to combine different sub constraints with
and |
class |
Compare
The base class of all compare constraints.
|
class |
ComposedConstraint
The base class of all composed constraints.
|
class |
Equal
Constraint to check if belonging attribute is equal to a specific value.
|
class |
GreaterThan
Constraint to check if belonging attribute is greater than a specific value.
|
class |
GreaterThanEqual
Constraint to compare if belonging attribute is greater than or equals to a specific value.
|
class |
In
Constraint representing the IN operator.
|
class |
IsNotNull
Constraint to check if belonging attribute is not
null |
class |
IsNull
Constraint to check if belonging attribute is
null |
class |
LessThan
Constraint to compare if belonging attribute is less than a specific value.
|
class |
LessThanEqual
Constraint to compare if belonging attribute is less than or equasl to a specific value.
|
class |
Like
Constraint to compare the belonging attribute value by matching against the pattern specified by value.
|
class |
NotEqual
Constraint to compare if belonging attribute is
not equal to a specific value. |
class |
Or
Interface to combine different sub constraints with
or |
Modifier and Type | Method and Description |
---|---|
Constraint |
Select.getConstraint()
Return the constraint defined by this select.
|
Modifier and Type | Method and Description |
---|---|
List<Constraint> |
ComposedConstraint.getConstraints()
Return an unmodifiable list of all sub contraints contained in this composed constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
ComposedConstraint.add(Constraint constraint)
Add a new sub constraint to this composed constraint.
|
void |
Select.setConstraint(Constraint constraint)
Set the select constraint to
constraint . |
Constructor and Description |
---|
And(Constraint constraint)
Creates an And with the given sub constraint.
|
And(Constraint constraint1,
Constraint constraint2)
Creates an And combining the given constraints.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500