public interface DataFilter extends Serializable
RepositoryNodeFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
DataFilter.FileBased
Additional interface that can be implemented by the
DataFilter
implementors to do low level filtering based on the file objects. |
Modifier and Type | Field and Description |
---|---|
static DataFilter |
ALL
Default filter that accepts everything.
|
static long |
serialVersionUID
Deprecated.
Only public by accident.
|
Modifier and Type | Method and Description |
---|---|
boolean |
acceptDataObject(DataObject obj)
Should the data object be displayed or not?
|
static final DataFilter ALL
@Deprecated static final long serialVersionUID
boolean acceptDataObject(DataObject obj)
obj
- the data objecttrue
if the object should be displayed,
false
otherwise