| Constructor and Description |
|---|
AttributesEqualFilter(Record object,
Collection<String> fieldNames) |
AttributesEqualFilter(Record object,
String... fieldNames) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Record object)
Check that the object matches the filter, returning true if matched, false
otherwise.
|
static boolean |
accept(Record object1,
Record object2,
boolean nullEqualsEmptyString,
Collection<String> fieldNames) |
static boolean |
accept(Record object1,
Record object2,
boolean nullEqualsEmptyString,
String... fieldNames) |
static boolean |
accept(Record object1,
Record object2,
String... fieldNames) |
boolean |
isNullEqualsEmptyString() |
void |
setNullEqualsEmptyString(boolean nullEqualsEmptyString) |
String |
toString() |
public AttributesEqualFilter(Record object, Collection<String> fieldNames)
public static boolean accept(Record object1, Record object2, boolean nullEqualsEmptyString, Collection<String> fieldNames)
public static boolean accept(Record object1, Record object2, boolean nullEqualsEmptyString, String... fieldNames)
public boolean accept(Record object)
Filterpublic boolean isNullEqualsEmptyString()
public void setNullEqualsEmptyString(boolean nullEqualsEmptyString)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.