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
Keeps/removes selected items from the input value.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
protected List<ItemPathType>
protected List<ItemPathType>
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
boolean
equals
(Object other, StructuredEqualsStrategy strategy) getKeep()
int
hashCode
(StructuredHashCodeStrategy strategy) keep
(ItemPathType value) remove
(ItemPathType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
keep
-
remove
-
COMPLEX_TYPE
-
F_KEEP
-
F_REMOVE
-
-
Constructor Details
-
FilterContentExpressionType
public FilterContentExpressionType() -
FilterContentExpressionType
-
-
Method Details
-
getKeep
-
getRemove
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classScriptingExpressionType
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classScriptingExpressionType
-
keep
-
remove
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classScriptingExpressionType
-
clone
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classScriptingExpressionType
-