Class AddActionExpressionType
- 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.AddActionExpressionType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class AddActionExpressionType extends AbstractExecutionActionExpressionType
Statically-typed "add" 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
-
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 AddActionExpressionType()
AddActionExpressionType(AddActionExpressionType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ModelExecuteOptionsType
beginExecuteOptions()
ActionParameterValueType
beginParameter()
AddActionExpressionType
clone()
AddActionExpressionType
dryRun(Boolean value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
AddActionExpressionType
executeOptions(ModelExecuteOptionsType value)
int
hashCode(StructuredHashCodeStrategy strategy)
AddActionExpressionType
parameter(ActionParameterValueType value)
AddActionExpressionType
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
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
AddActionExpressionType
public AddActionExpressionType()
-
AddActionExpressionType
public AddActionExpressionType(AddActionExpressionType other)
-
-
Method Detail
-
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
-
executeOptions
public AddActionExpressionType executeOptions(ModelExecuteOptionsType value)
- Overrides:
executeOptions
in classAbstractExecutionActionExpressionType
-
beginExecuteOptions
public ModelExecuteOptionsType beginExecuteOptions()
- Overrides:
beginExecuteOptions
in classAbstractExecutionActionExpressionType
-
dryRun
public AddActionExpressionType dryRun(Boolean value)
- Overrides:
dryRun
in classAbstractExecutionActionExpressionType
-
type
public AddActionExpressionType type(String value)
- Overrides:
type
in classAbstractExecutionActionExpressionType
-
parameter
public AddActionExpressionType 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 AddActionExpressionType clone()
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classAbstractExecutionActionExpressionType
-
-