Class Filter

java.lang.Object
es.situm.sdk.utils.filter.Filter

public class Filter extends Object
Deprecated.
Use a for with an if to filter the collection
Filter a collection of Filterable objects, by name|value of their custom fields.

The filter just stores getFilterMode() and getKeyValueFilters(). You can instance a filter, specifying how to filter, and reuse it to filter multiple collections.

See Also: