le

public static Filter le(String fieldPath, Object value)

Creates a new "less or equal" Filter.

See Comparison types section for the supported types description.

Return

new instance of Filter

Parameters

fieldPath

the field path or the entity column name for entity filters

value

the requested value


public static Filter le(EntityColumn column, Object value)

Creates a new "less or equal" Filter.

See Comparison types section for the supported types description.

Return

a new instance of Filter

Parameters

column

the entity column to filter by

value

the requested value


public static Filter le(EntityStateField field, Object value)

Creates a new "less or equal" Filter.

See Comparison types section for the supported types description.

Return

a new instance of Filter

Parameters

field

the entity state field to filter by

value

the requested value


public static Filter le(EventMessageField field, Object value)

Creates a new "less or equal" Filter.

See Comparison types section for the supported types description.

Return

a new instance of Filter

Parameters

field

the event message field to filter by

value

the requested value


public static Filter le(EventContextField field, Object value)

Creates a new "less or equal" Filter.

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

See Comparison types section for the supported types description.

Return

a new instance of Filter

Parameters

field

the event context field to filter by

value

the requested value