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