com.evolveum.midpoint.model.filter
Class PatternFilter
java.lang.Object
com.evolveum.midpoint.model.filter.AbstractFilter
com.evolveum.midpoint.model.filter.PatternFilter
- All Implemented Interfaces:
- Filter
public class PatternFilter
- extends AbstractFilter
Pattern-based filter. Can replace portions of input matched by patterns with
a static values. Works only on strings now.
- Author:
- Igor Farinic, Radovan Semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT_REPLACE
public static final QName ELEMENT_REPLACE
ELEMENT_PATTERN
public static final QName ELEMENT_PATTERN
ELEMENT_REPLACEMENT
public static final QName ELEMENT_REPLACEMENT
PatternFilter
public PatternFilter()
apply
public <T> PrismPropertyValue<T> apply(PrismPropertyValue<T> propertyValue)
Copyright © 2013 evolveum. All Rights Reserved.