Uses of Class
com.attivio.sdk.search.fields.Constant
-
Packages that use Constant 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 Constant in com.attivio.sdk.search.fields
Methods in com.attivio.sdk.search.fields that return Constant Modifier and Type Method Description static Constant
Constant. dateValue(StringParser parser)
static Constant
Constant. decimalValue(StringParser parser)
static Constant
Constant. doubleValue(StringParser parser)
static Constant
Constant. floatValue(StringParser parser)
Constant
QueryParameter. getDefaultValue()
Get the default value if the query parameter is not specified/available.static Constant
Constant. intValue(StringParser parser)
static Constant
Constant. longValue(StringParser parser)
static Constant
Constant. pointValue(StringParser parser)
static Constant
Constant. stringValue(StringParser parser)
static Constant
Constant. valueOf(java.lang.Object value)
Methods in com.attivio.sdk.search.fields with parameters of type Constant Modifier and Type Method Description void
QueryParameter. setDefaultValue(Constant value)
Set the default value if the query parameter is not specified/available.Constructors in com.attivio.sdk.search.fields with parameters of type Constant Constructor Description QueryParameter(java.lang.String name, Constant defaultValue)
Constructor -
Uses of Constant in com.attivio.util
Methods in com.attivio.util that return Constant Modifier and Type Method Description Constant
FieldExpressionFactory. constant(boolean value)
Constant
FieldExpressionFactory. constant(double value)
Constant
FieldExpressionFactory. constant(float value)
Constant
FieldExpressionFactory. constant(int value)
Constant
FieldExpressionFactory. constant(long value)
Constant
FieldExpressionFactory. constant(Point value)
Constant
FieldExpressionFactory. constant(java.lang.String value)
Constant
FieldExpressionFactory. constant(java.math.BigDecimal value)
Constant
FieldExpressionFactory. constant(java.util.Date value)
Constant
FieldExpressionFactory. date(java.lang.String value)
Constant
FieldExpressionFactory. decimal(java.lang.String value)
Constant
FieldExpressionFactory. decimal(java.math.BigDecimal value)
-