gt

public static Filter gt(String fieldPath, Object value)

Creates a new "greater than" Filter.

For the supported types description, see Comparison types section.

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 gt(EntityColumn column, Object value)

Creates a new "greater 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 gt(EntityStateField field, Object value)

Creates a new "greater 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 gt(EventMessageField field, Object value)

Creates a new "greater 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 gt(EventContextField field, Object value)

Creates a new "greater 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