|
||||||||||
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.PatternFilter
public class PatternFilter
Pattern-based filter. Can replace portions of input matched by patterns with a static values. Works only on strings now.
Field Summary | |
---|---|
static javax.xml.namespace.QName |
ELEMENT_PATTERN
|
static javax.xml.namespace.QName |
ELEMENT_REPLACE
|
static javax.xml.namespace.QName |
ELEMENT_REPLACEMENT
|
Constructor Summary | |
---|---|
PatternFilter()
|
Method Summary | ||
---|---|---|
|
apply(PropertyValue<T> propertyValue)
|
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 |
Field Detail |
---|
public static final javax.xml.namespace.QName ELEMENT_REPLACE
public static final javax.xml.namespace.QName ELEMENT_PATTERN
public static final javax.xml.namespace.QName ELEMENT_REPLACEMENT
Constructor Detail |
---|
public PatternFilter()
Method Detail |
---|
public <T> PropertyValue<T> apply(PropertyValue<T> propertyValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |