@Deprecated public interface Query
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor queryVisitor)
Deprecated.
|
void |
addField(Field field)
Deprecated.
|
void |
addOrderField(Field orderByField)
Deprecated.
|
void |
addType(Type type)
Deprecated.
|
Direction |
getDirection()
Deprecated.
|
List<Field> |
getFields()
Deprecated.
|
Expression |
getFilterExpression()
Deprecated.
|
Expression |
getJoinExpression()
Deprecated.
|
int |
getLimit()
Deprecated.
|
int |
getOffset()
Deprecated.
|
List<Field> |
getOrderByFields()
Deprecated.
|
List<Type> |
getTypes()
Deprecated.
|
boolean |
hasDirection()
Deprecated.
|
void |
setDirection(Direction direction)
Deprecated.
|
void |
setFilterExpression(Expression filterExpression)
Deprecated.
|
void |
setJoinExpression(Expression joinExpression)
Deprecated.
|
void |
setLimit(int limit)
Deprecated.
|
void |
setOffset(int offset)
Deprecated.
|
void accept(QueryVisitor queryVisitor)
Direction getDirection()
Expression getFilterExpression()
Expression getJoinExpression()
int getLimit()
int getOffset()
void addType(Type type)
void addField(Field field)
void addOrderField(Field orderByField)
void setDirection(Direction direction)
void setFilterExpression(Expression filterExpression)
void setJoinExpression(Expression joinExpression)
void setLimit(int limit)
void setOffset(int offset)
boolean hasDirection()
Copyright © 2016 MuleSoft, Inc.. All rights reserved.