Class ModifyActionExpressionType
- 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.ActionExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.AbstractExecutionActionExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ModifyActionExpressionType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ModifyActionExpressionType extends AbstractExecutionActionExpressionType
Statically-typed "modify" action.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected ObjectDeltaType
delta
static ItemName
F_DELTA
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.AbstractExecutionActionExpressionType
dryRun, executeOptions, F_DRY_RUN, F_EXECUTE_OPTIONS
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
F_PARAMETER, F_TYPE, parameter, type
-
-
Constructor Summary
Constructors Constructor Description ModifyActionExpressionType()
ModifyActionExpressionType(ModifyActionExpressionType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ModelExecuteOptionsType
beginExecuteOptions()
ActionParameterValueType
beginParameter()
ModifyActionExpressionType
clone()
ModifyActionExpressionType
delta(ObjectDeltaType value)
ModifyActionExpressionType
dryRun(Boolean value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
ModifyActionExpressionType
executeOptions(ModelExecuteOptionsType value)
ObjectDeltaType
getDelta()
int
hashCode(StructuredHashCodeStrategy strategy)
ModifyActionExpressionType
parameter(ActionParameterValueType value)
void
setDelta(ObjectDeltaType value)
ModifyActionExpressionType
type(String value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.AbstractExecutionActionExpressionType
getExecuteOptions, isDryRun, setDryRun, setExecuteOptions
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
getParameter, getType, setType
-
-
-
-
Field Detail
-
delta
protected ObjectDeltaType delta
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DELTA
public static final ItemName F_DELTA
-
-
Constructor Detail
-
ModifyActionExpressionType
public ModifyActionExpressionType()
-
ModifyActionExpressionType
public ModifyActionExpressionType(ModifyActionExpressionType other)
-
-
Method Detail
-
getDelta
public ObjectDeltaType getDelta()
-
setDelta
public void setDelta(ObjectDeltaType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classAbstractExecutionActionExpressionType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classAbstractExecutionActionExpressionType
-
delta
public ModifyActionExpressionType delta(ObjectDeltaType value)
-
executeOptions
public ModifyActionExpressionType executeOptions(ModelExecuteOptionsType value)
- Overrides:
executeOptions
in classAbstractExecutionActionExpressionType
-
beginExecuteOptions
public ModelExecuteOptionsType beginExecuteOptions()
- Overrides:
beginExecuteOptions
in classAbstractExecutionActionExpressionType
-
dryRun
public ModifyActionExpressionType dryRun(Boolean value)
- Overrides:
dryRun
in classAbstractExecutionActionExpressionType
-
type
public ModifyActionExpressionType type(String value)
- Overrides:
type
in classAbstractExecutionActionExpressionType
-
parameter
public ModifyActionExpressionType parameter(ActionParameterValueType value)
- Overrides:
parameter
in classAbstractExecutionActionExpressionType
-
beginParameter
public ActionParameterValueType beginParameter()
- Overrides:
beginParameter
in classAbstractExecutionActionExpressionType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAbstractExecutionActionExpressionType
-
clone
public ModifyActionExpressionType clone()
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classAbstractExecutionActionExpressionType
-
-