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

public class AbstractActionExpressionType extends ScriptingExpressionType
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: