Class AbstractActionExpressionType
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.AbstractActionExpressionType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
- Direct Known Subclasses:
ActionExpressionType,SearchExpressionType
Either traditional "dynamic" action (add, modify, ...), or a search, that is considered to be an action since 4.8.
The search cannot be a dynamic action because of the conflict on the "type" property.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) inthashCode(StructuredHashCodeStrategy strategy) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
COMPLEX_TYPE
-
-
Constructor Details
-
AbstractActionExpressionType
public AbstractActionExpressionType() -
AbstractActionExpressionType
-
-
Method Details
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classScriptingExpressionType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classScriptingExpressionType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classScriptingExpressionType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classScriptingExpressionType
-