Class FilterContentExpressionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.FilterContentExpressionType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class FilterContentExpressionType extends ScriptingExpressionType
Keeps/removes selected items from the input value.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_KEEP
static ItemName
F_REMOVE
protected List<ItemPathType>
keep
protected List<ItemPathType>
remove
-
Constructor Summary
Constructors Constructor Description FilterContentExpressionType()
FilterContentExpressionType(FilterContentExpressionType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
FilterContentExpressionType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
List<ItemPathType>
getKeep()
List<ItemPathType>
getRemove()
int
hashCode(StructuredHashCodeStrategy strategy)
FilterContentExpressionType
keep(ItemPathType value)
FilterContentExpressionType
remove(ItemPathType value)
-
-
-
Field Detail
-
keep
protected List<ItemPathType> keep
-
remove
protected List<ItemPathType> remove
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_KEEP
public static final ItemName F_KEEP
-
F_REMOVE
public static final ItemName F_REMOVE
-
-
Constructor Detail
-
FilterContentExpressionType
public FilterContentExpressionType()
-
FilterContentExpressionType
public FilterContentExpressionType(FilterContentExpressionType other)
-
-
Method Detail
-
getKeep
public List<ItemPathType> getKeep()
-
getRemove
public List<ItemPathType> getRemove()
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classScriptingExpressionType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classScriptingExpressionType
-
keep
public FilterContentExpressionType keep(ItemPathType value)
-
remove
public FilterContentExpressionType remove(ItemPathType value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classScriptingExpressionType
-
clone
public FilterContentExpressionType clone()
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classScriptingExpressionType
-
-