Uses of Class
com.attivio.sdk.search.query.FieldExpressionQuery
-
Packages that use FieldExpressionQuery Package Description com.attivio.sdk.search.query com.attivio.util.parser com.attivio.util.serialization.query -
-
Uses of FieldExpressionQuery in com.attivio.sdk.search.query
Methods in com.attivio.sdk.search.query that return FieldExpressionQuery Modifier and Type Method Description FieldExpressionQuery
FieldExpressionQuery. clone()
Returns a deep copy of this Query instance. -
Uses of FieldExpressionQuery in com.attivio.util.parser
Methods in com.attivio.util.parser that return FieldExpressionQuery Modifier and Type Method Description FieldExpressionQuery
QueryOperators.WhereOperator. parse(QueryParsers parser, ScopeTerm scope, StringParser reader)
FieldExpressionQuery
QueryOperators.WhereOperator. parseNoArgs(QueryParsers parser, ScopeTerm scope)
-
Uses of FieldExpressionQuery in com.attivio.util.serialization.query
Methods in com.attivio.util.serialization.query that return FieldExpressionQuery Modifier and Type Method Description FieldExpressionQuery
FieldExpressionQueryConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-