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
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNameprotected List<ItemPathType>protected List<ItemPathType> -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getKeep()inthashCode(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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classScriptingExpressionType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classScriptingExpressionType
-
keep
-
remove
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classScriptingExpressionType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classScriptingExpressionType
-