|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MetadataTypeFilter
A filter interface for determining if a metadata type should be processed. An example of usage may be determining if child types for a node traversed should be filtered or not. If the method returns false then it's children of that type will not be transformed or sourced.
| Field Summary | |
|---|---|
static MetadataTypeFilter |
OPEN_FILTER
Open filer which will accept all types. |
static MetadataTypeFilter |
SEARCH_FILTER
Filter that accepts only types that are valid for search metadata. |
| Method Summary | |
|---|---|
boolean |
accept(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
This method is called by a source to determine if a node's children of a given type should be filtered out of the transformation or not. |
| Field Detail |
|---|
static final MetadataTypeFilter OPEN_FILTER
static final MetadataTypeFilter SEARCH_FILTER
| Method Detail |
|---|
boolean accept(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
type - the metadata type being queried.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||