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 tranformate 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
 org.w3c.dom.Node apply(org.w3c.dom.Node node)
           
 
Methods inherited from class com.evolveum.midpoint.model.filter.AbstractFilter
createReturnNode, getParameters, getValue, 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 org.w3c.dom.Node apply(org.w3c.dom.Node node)


Copyright © 2011 evolveum. All Rights Reserved.