public abstract class EntityFilter<E> extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
PREFILTER_EXCLUDE |
static int |
PREFILTER_FILTER |
static int |
PREFILTER_INCLUDE |
| Constructor and Description |
|---|
EntityFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
matches(E e) |
int |
preFilter(int id,
HashMap<String,Object> metaData)
filter based just on ID and metadata (metadata not supported yet!! will always be 'null', currently)
|
public static final int PREFILTER_EXCLUDE
public static final int PREFILTER_INCLUDE
public static final int PREFILTER_FILTER
public int preFilter(int id,
HashMap<String,Object> metaData)
id - metaData - public abstract boolean matches(E e)
Copyright © 2023. All rights reserved.