Uses of Class
com.attivio.sdk.search.fields.BooleanExpression
-
Packages that use BooleanExpression Package Description com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
.com.attivio.util Contains utility classes and methods used across the Attivio code base. -
-
Uses of BooleanExpression in com.attivio.sdk.search.fields
Methods in com.attivio.sdk.search.fields that return BooleanExpression Modifier and Type Method Description BooleanExpression
BooleanExpression. clone()
protected BooleanExpression
BooleanExpression. clone(FieldExpression... x)
Create a new instance of this FieldExpression, with different arguments.BooleanExpression
BooleanExpression.Operator. create()
Create a newBooleanExpression
for this operator.BooleanExpression
BooleanExpression.Operator. parse(StringParser parser)
Parse aBooleanExpression
for this operator fromparser
.BooleanExpression
BooleanExpression.Operator. valueOf(FieldExpression... args)
Returns the enum constant of this type with the specified name.BooleanExpression
BooleanExpression.Operator. valueOf(java.util.List<FieldExpression> args)
Returns the enum constant of this type with the specified name. -
Uses of BooleanExpression in com.attivio.util
Methods in com.attivio.util that return BooleanExpression Modifier and Type Method Description BooleanExpression
FieldExpressionFactory. and(FieldExpression... args)
BooleanExpression
FieldExpressionFactory. not(FieldExpression... args)
BooleanExpression
FieldExpressionFactory. or(FieldExpression... args)
-