eq

public static Filter eq(String fieldPath, Object value)

Creates a new equality Filter.

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

Creates a new equality Filter.

Return

a new instance of Filter

Parameters

column

the entity column to filter by

value

the requested value


public static Filter eq(EntityStateField field, Object value)

Creates a new equality Filter.

Return

a new instance of Filter

Parameters

field

the entity state field to filter by

value

the requested value


public static Filter eq(EventMessageField field, Object value)

Creates a new equality Filter.

Return

a new instance of Filter

Parameters

field

the event message field to filter by

value

the requested value


public static Filter eq(EventContextField field, Object value)

Creates a new equality Filter.

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

Return

a new instance of Filter

Parameters

field

the event context field to filter by

value

the requested value