com.evolveum.midpoint.model.filter
Class EmptyFilter
java.lang.Object
com.evolveum.midpoint.model.filter.AbstractFilter
com.evolveum.midpoint.model.filter.EmptyFilter
- All Implemented Interfaces:
- Filter
public class EmptyFilter
- extends AbstractFilter
Empty filter. It does not transform the value at all. It only logs it. Can
be used in tests and for diagnostics.
- Author:
- Igor Farinic, Radovan Semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyFilter
public EmptyFilter()
apply
public <T> PrismPropertyValue<T> apply(PrismPropertyValue<T> value)
Copyright © 2013 evolveum. All Rights Reserved.