Uses of Class
com.attivio.sdk.search.query.phrase.PhraseNotIn
-
Packages that use PhraseNotIn Package Description com.attivio.sdk.search.query.phrase Contains all phrase operators.com.attivio.util.parser com.attivio.util.serialization.query.phrase -
-
Uses of PhraseNotIn in com.attivio.sdk.search.query.phrase
Methods in com.attivio.sdk.search.query.phrase that return PhraseNotIn Modifier and Type Method Description PhraseNotIn
PhraseNotIn. clone()
-
Uses of PhraseNotIn in com.attivio.util.parser
Methods in com.attivio.util.parser that return PhraseNotIn Modifier and Type Method Description PhraseNotIn
QueryOperators.NotInPhraseOperator. parse(QueryParsers parser, ScopeTerm scope, StringParser reader)
-
Uses of PhraseNotIn in com.attivio.util.serialization.query.phrase
Methods in com.attivio.util.serialization.query.phrase that return PhraseNotIn Modifier and Type Method Description PhraseNotIn
PhraseNotInConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-