com.evolveum.midpoint.model.filter
Class EmptyFilter

java.lang.Object
  extended by com.evolveum.midpoint.model.filter.AbstractFilter
      extended by 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

Constructor Summary
EmptyFilter()
           
 
Method Summary
<T> PrismPropertyValue<T>
apply(PrismPropertyValue<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

EmptyFilter

public EmptyFilter()
Method Detail

apply

public <T> PrismPropertyValue<T> apply(PrismPropertyValue<T> value)


Copyright © 2013 evolveum. All Rights Reserved.