Class ActionExpressionType
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
com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
- Direct Known Subclasses:
AbstractExecuteActionExpressionType
,AbstractExecutionActionExpressionType
,ApplyDefinitionActionExpressionType
,GenerateValueActionExpressionType
,LogActionExpressionType
,NotifyActionExpressionType
,PurgeSchemaActionExpressionType
,ResolveReferenceActionExpressionType
,ResumeTaskActionExpressionType
,TestResourceActionExpressionType
Executes a given action (add, modify, delete, enable, disable, assign, ...)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
boolean
equals
(Object other, StructuredEqualsStrategy strategy) getType()
int
hashCode
(StructuredHashCodeStrategy strategy) void
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
type
-
parameter
-
COMPLEX_TYPE
-
F_TYPE
-
F_PARAMETER
-
-
Constructor Details
-
ActionExpressionType
public ActionExpressionType() -
ActionExpressionType
-
-
Method Details
-
getType
-
setType
-
getParameter
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classAbstractActionExpressionType
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classAbstractActionExpressionType
-
type
-
parameter
-
beginParameter
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAbstractActionExpressionType
-
clone
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classAbstractActionExpressionType
-