GroupBuilder<T,E> |
FilterBuilder.and(ValueExpr theLeft,
ValueExpr theRight) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(String theSubjVar,
String thePredVar,
String theObjVar) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(String theSubjVar,
String thePredVar,
Value theObj) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(String theSubjVar,
Value thePredVar,
String theObj) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(String theSubjVar,
Value thePred,
Value theObj) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(Value theSubjVar,
String thePredVar,
String theObj) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(Value theSubjVar,
Value thePredVar,
String theObj) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(Value theSubjVar,
Value thePredVar,
Value theObj) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(StatementPattern thePattern) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atom(StatementPattern... thePatterns) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.atoms(Set<StatementPattern> thePatterns) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.bound(String theVar) |
Deprecated.
|
GroupBuilder<T,E> |
UnionBuilder.closeUnion() |
Deprecated.
Close this union and return it's parent group builder.
|
GroupBuilder<T,E> |
FilterBuilder.eq(String theVar,
String theOtherVar) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.eq(String theVar,
Value theValue) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.filter(ValueExpr theExpr) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.filter(String theVar,
Compare.CompareOp theOp,
Value theValue) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.filter(ValueExpr theExpr) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.ge(String theVar,
String theOtherVar) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.ge(String theVar,
Value theValue) |
Deprecated.
|
GroupBuilder<T,QueryBuilder<T>> |
AbstractQueryBuilder.group() |
Deprecated.
Create a new sub-group of the query
|
GroupBuilder<T,E> |
GroupBuilder.group() |
Deprecated.
|
GroupBuilder<T,QueryBuilder<T>> |
QueryBuilder.group() |
Deprecated.
Create a new sub-group of the query
|
GroupBuilder<T,E> |
FilterBuilder.gt(String theVar,
String theOtherVar) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.gt(String theVar,
Value theValue) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.langMatches(ValueExpr theLeft,
ValueExpr theRight) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.le(String theVar,
String theOtherVar) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.le(String theVar,
Value theValue) |
Deprecated.
|
GroupBuilder<T,UnionBuilder<T,E>> |
UnionBuilder.left() |
Deprecated.
Return a builder for creating the left operand of the union
|
GroupBuilder<T,E> |
FilterBuilder.lt(String theVar,
String theOtherVar) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.lt(String theVar,
Value theValue) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.ne(String theVar,
String theOtherVar) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.ne(String theVar,
Value theValue) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.not(ValueExpr theExpr) |
Deprecated.
|
GroupBuilder<T,QueryBuilder<T>> |
AbstractQueryBuilder.optional() |
Deprecated.
Create an option sub-group
|
GroupBuilder<T,E> |
GroupBuilder.optional() |
Deprecated.
|
GroupBuilder<T,QueryBuilder<T>> |
QueryBuilder.optional() |
Deprecated.
Create an option sub-group
|
GroupBuilder<T,E> |
FilterBuilder.or(ValueExpr theLeft,
ValueExpr theRight) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.regex(ValueExpr theExpr,
String thePattern) |
Deprecated.
|
GroupBuilder<T,E> |
FilterBuilder.regex(ValueExpr theExpr,
String thePattern,
String theFlags) |
Deprecated.
|
GroupBuilder<T,UnionBuilder<T,E>> |
UnionBuilder.right() |
Deprecated.
Return a builder for creating the right operand of the union
|
GroupBuilder<T,E> |
FilterBuilder.sameTerm(ValueExpr theLeft,
ValueExpr theRight) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.setContext(String theContextVar) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.setContext(Value theContextValue) |
Deprecated.
|
GroupBuilder<T,E> |
GroupBuilder.setScope(StatementPattern.Scope theScope) |
Deprecated.
|