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