|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.model.filter.AbstractFilter
com.evolveum.midpoint.model.filter.EmptyFilter
public class EmptyFilter
Empty filter. It does not transform the value at all. It only logs it. Can be used in tests and for diagnostics.
Constructor Summary | |
---|---|
EmptyFilter()
|
Method Summary | ||
---|---|---|
|
apply(PropertyValue<T> value)
|
Methods inherited from class com.evolveum.midpoint.model.filter.AbstractFilter |
---|
getParameters, getStringValue, setParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmptyFilter()
Method Detail |
---|
public <T> PropertyValue<T> apply(PropertyValue<T> value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |