public static final class TypedValueQuery.TypedValueBuilder.FilterOpLiteral
extends java.lang.Object
This class is available as a preview of functionality that will be added to the supported public API in a future release. While it is in the preview phase, it is subject to change or removal without deprecation or notice. Although notice of change is not guaranteed, we will try to let developers know of major changes through announcements in release notes.
This class encapsulates the available filters and allows to specify an specific value to filter by.
Constructor and Description |
---|
FilterOpLiteral() |
Modifier and Type | Method and Description |
---|---|
static Criteria |
between(java.lang.String c,
TypedValue a,
TypedValue b) |
static Filter<TypedValue> |
endsWith(java.lang.String c,
TypedValue suffix) |
static Filter<TypedValue> |
eq(java.lang.String c,
TypedValue v) |
static Filter<TypedValue> |
equal(java.lang.String c,
TypedValue v) |
static Filter<TypedValue> |
filter(java.lang.String c,
FilterOperator fo,
TypedValue v) |
static Filter<TypedValue> |
greaterThan(java.lang.String c,
TypedValue v) |
static Filter<TypedValue> |
greaterThanOrEqual(java.lang.String c,
TypedValue v) |
static Filter<TypedValue> |
gt(java.lang.String c,
TypedValue v) |
static Filter<TypedValue> |
gte(java.lang.String c,
TypedValue v) |
static Filter<TypedValue> |
in(java.lang.String c,
TypedValue value) |
static Filter<TypedValue> |
includes(java.lang.String c,
TypedValue infix) |
static Filter<TypedValue> |
isNotNull(java.lang.String c) |
static Filter<TypedValue> |
isNull(java.lang.String c) |
static Filter<TypedValue> |
lessThan(java.lang.String c,
TypedValue v) |
static Filter<TypedValue> |
lessThanOrEqual(java.lang.String c,
TypedValue v) |
static Filter<TypedValue> |
lt(java.lang.String c,
TypedValue v) |
static Filter<TypedValue> |
lte(java.lang.String c,
TypedValue v) |
static Filter<TypedValue> |
neq(java.lang.String c,
TypedValue v) |
static Filter<TypedValue> |
newFilter(java.lang.String c,
FilterOperator fo,
TypedValue v) |
static Filter<TypedValue> |
notEndsWith(java.lang.String c,
TypedValue sufix) |
static Filter<TypedValue> |
notEquals(java.lang.String c,
TypedValue v) |
static Filter<TypedValue> |
notIn(java.lang.String c,
TypedValue value) |
static Filter<TypedValue> |
notIncludes(java.lang.String c,
TypedValue infix) |
static Filter<TypedValue> |
notNull(java.lang.String c) |
static Filter<TypedValue> |
notStartsWith(java.lang.String c,
TypedValue prefix) |
static Filter<TypedValue> |
startsWith(java.lang.String c,
TypedValue prefix) |
public static Filter<TypedValue> newFilter(java.lang.String c, FilterOperator fo, TypedValue v)
public static Filter<TypedValue> filter(java.lang.String c, FilterOperator fo, TypedValue v)
public static Filter<TypedValue> equal(java.lang.String c, TypedValue v)
public static Filter<TypedValue> eq(java.lang.String c, TypedValue v)
public static Filter<TypedValue> isNull(java.lang.String c)
public static Filter<TypedValue> isNotNull(java.lang.String c)
public static Filter<TypedValue> startsWith(java.lang.String c, TypedValue prefix)
public static Filter<TypedValue> endsWith(java.lang.String c, TypedValue suffix)
public static Filter<TypedValue> includes(java.lang.String c, TypedValue infix)
public static Filter<TypedValue> in(java.lang.String c, TypedValue value)
public static Filter<TypedValue> notEquals(java.lang.String c, TypedValue v)
public static Filter<TypedValue> neq(java.lang.String c, TypedValue v)
public static Filter<TypedValue> notNull(java.lang.String c)
public static Filter<TypedValue> notStartsWith(java.lang.String c, TypedValue prefix)
public static Filter<TypedValue> notEndsWith(java.lang.String c, TypedValue sufix)
public static Filter<TypedValue> notIncludes(java.lang.String c, TypedValue infix)
public static Filter<TypedValue> notIn(java.lang.String c, TypedValue value)
public static Criteria between(java.lang.String c, TypedValue a, TypedValue b)
public static Filter<TypedValue> greaterThan(java.lang.String c, TypedValue v)
public static Filter<TypedValue> gt(java.lang.String c, TypedValue v)
public static Filter<TypedValue> greaterThanOrEqual(java.lang.String c, TypedValue v)
public static Filter<TypedValue> gte(java.lang.String c, TypedValue v)
public static Filter<TypedValue> lessThan(java.lang.String c, TypedValue v)
public static Filter<TypedValue> lt(java.lang.String c, TypedValue v)
public static Filter<TypedValue> lessThanOrEqual(java.lang.String c, TypedValue v)
public static Filter<TypedValue> lte(java.lang.String c, TypedValue v)
Copyright © 2003-2023 Appian Corporation. All Rights Reserved.