| Package | Description |
|---|---|
| org.atlasapi.criteria | |
| org.atlasapi.criteria.attribute |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanAttributeQuery |
class |
DateTimeAttributeQuery |
class |
EnumAttributeQuery<T extends Enum<T>> |
class |
FloatAttributeQuery |
class |
IdAttributeQuery |
class |
IntegerAttributeQuery |
class |
StringAttributeQuery |
| Modifier and Type | Method and Description |
|---|---|
AttributeQuery<?> |
QueryNode.TerminalNode.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.ImmutableSet<AttributeQuery<?>> |
AttributeQuerySet.delegate() |
| Modifier and Type | Method and Description |
|---|---|
abstract QueryNode |
QueryNode.add(AttributeQuery<?> query,
List<String> path,
int pathPos) |
QueryNode |
QueryNode.TerminalNode.add(AttributeQuery<?> query,
List<String> path,
int pathPos) |
QueryNode |
QueryNode.IntermediateNode.add(AttributeQuery<?> query,
List<String> path,
int pathPos) |
AttributeQuerySet |
AttributeQuerySet.copyWith(AttributeQuery<?> query) |
| Constructor and Description |
|---|
QueryNode.TerminalNode(List<String> pathSegments,
AttributeQuery<?> query) |
| Constructor and Description |
|---|
AttributeQuerySet(Iterable<? extends AttributeQuery<?>> queries) |
| 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) |
Copyright © 2014. All rights reserved.