| Package | Description |
|---|---|
| org.atlasapi.criteria | |
| org.atlasapi.criteria.attribute | |
| org.atlasapi.criteria.operator |
| Modifier and Type | Method and Description |
|---|---|
Operator |
AttributeQuery.getOperator() |
| Constructor and Description |
|---|
AttributeQuery(Attribute<T> attribute,
Operator op,
Iterable<T> values) |
| Modifier and Type | Method and Description |
|---|---|
AttributeQuery<Boolean> |
BooleanValuedAttribute.createQuery(Operator op,
Iterable<Boolean> values) |
AttributeQuery<org.joda.time.DateTime> |
DateTimeValuedAttribute.createQuery(Operator op,
Iterable<org.joda.time.DateTime> values) |
AttributeQuery<Float> |
FloatValuedAttribute.createQuery(Operator op,
Iterable<Float> values) |
AttributeQuery<Id> |
IdAttribute.createQuery(Operator op,
Iterable<Id> values) |
AttributeQuery<Integer> |
IntegerValuedAttribute.createQuery(Operator op,
Iterable<Integer> values) |
AttributeQuery<String> |
StringValuedAttribute.createQuery(Operator op,
Iterable<String> values) |
AttributeQuery<T> |
QueryFactory.createQuery(Operator op,
Iterable<T> values) |
AttributeQuery<T> |
EnumValuedAttribute.createQuery(Operator op,
Iterable<T> values) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComparableOperator |
interface |
DateTimeOperator |
interface |
EqualsOperator |
interface |
StringOperator |
| Modifier and Type | Class and Description |
|---|---|
static class |
Operators.After |
static class |
Operators.Before |
static class |
Operators.Beginning |
static class |
Operators.Equals |
static class |
Operators.GreaterThan |
static class |
Operators.LessThan |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operators.lookup(String name) |
Copyright © 2014. All rights reserved.