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