ge

public static Filter ge(String fieldPath, Object value)

Creates a new "greater or equal" 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 ge(EntityColumn column, Object value)

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

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

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

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