lt

public static Filter lt(String fieldPath, Object value)

Creates a new "less than" Filter.

See Comparison types section for the supported types description.

Return

a new instance of Filter

Parameters

fieldPath

the field path or the entity column name for entity filters

value

the requested value


public static Filter lt(EntityColumn column, Object value)

Creates a new "less than" Filter.

For the supported types description, see Comparison types section.

Return

a new instance of Filter

Parameters

column

the entity column to filter by

value

the requested value


public static Filter lt(EntityStateField field, Object value)

Creates a new "less than" Filter.

For the supported types description, see Comparison types section.

Return

a new instance of Filter

Parameters

field

the entity state field to filter by

value

the requested value


public static Filter lt(EventMessageField field, Object value)

Creates a new "less than" Filter.

For the supported types description, see Comparison types section.

Return

a new instance of Filter

Parameters

field

the event message field to filter by

value

the requested value


public static Filter lt(EventContextField field, Object value)

Creates a new "less than" Filter.

The field path in the filter will be automatically prepended with "context." to enable filtering by event context.

For the supported types description, see Comparison types section.

Return

a new instance of Filter

Parameters

field

the event context field to filter by

value

the requested value