Class RecomputeActionExpressionType
- java.lang.Object
-
- 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.RecomputeActionExpressionType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class RecomputeActionExpressionType extends AbstractExecutionActionExpressionType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Statically-typed "recompute" action.Java class for RecomputeActionExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecomputeActionExpressionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}AbstractExecutionActionExpressionType"> <sequence> <element name="triggered" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TriggerCreationType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_TRIGGERED
protected TriggerCreationType
triggered
-
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 RecomputeActionExpressionType()
Creates a newRecomputeActionExpressionType
instance.RecomputeActionExpressionType(RecomputeActionExpressionType o)
Creates a newRecomputeActionExpressionType
instance by deeply copying a givenRecomputeActionExpressionType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ModelExecuteOptionsType
beginExecuteOptions()
ActionParameterValueType
beginParameter()
TriggerCreationType
beginTriggered()
RecomputeActionExpressionType
clone()
Creates and returns a deep copy of this object.RecomputeActionExpressionType
dryRun(Boolean value)
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
RecomputeActionExpressionType
executeOptions(ModelExecuteOptionsType value)
TriggerCreationType
getTriggered()
Gets the value of the triggered property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
RecomputeActionExpressionType
parameter(ActionParameterValueType value)
void
setTriggered(TriggerCreationType value)
Sets the value of the triggered property.String
toString()
Generates a String representation of the contents of this type.RecomputeActionExpressionType
triggered(TriggerCreationType value)
RecomputeActionExpressionType
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
-
triggered
protected TriggerCreationType triggered
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_TRIGGERED
public static final ItemName F_TRIGGERED
-
-
Constructor Detail
-
RecomputeActionExpressionType
public RecomputeActionExpressionType()
Creates a newRecomputeActionExpressionType
instance.
-
RecomputeActionExpressionType
public RecomputeActionExpressionType(RecomputeActionExpressionType o)
Creates a newRecomputeActionExpressionType
instance by deeply copying a givenRecomputeActionExpressionType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getTriggered
public TriggerCreationType getTriggered()
Gets the value of the triggered property.- Returns:
- possible object is
TriggerCreationType
-
setTriggered
public void setTriggered(TriggerCreationType value)
Sets the value of the triggered property.- Parameters:
value
- allowed object isTriggerCreationType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classAbstractExecutionActionExpressionType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in classAbstractExecutionActionExpressionType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractExecutionActionExpressionType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classAbstractExecutionActionExpressionType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractExecutionActionExpressionType
-
triggered
public RecomputeActionExpressionType triggered(TriggerCreationType value)
-
beginTriggered
public TriggerCreationType beginTriggered()
-
executeOptions
public RecomputeActionExpressionType executeOptions(ModelExecuteOptionsType value)
- Overrides:
executeOptions
in classAbstractExecutionActionExpressionType
-
beginExecuteOptions
public ModelExecuteOptionsType beginExecuteOptions()
- Overrides:
beginExecuteOptions
in classAbstractExecutionActionExpressionType
-
dryRun
public RecomputeActionExpressionType dryRun(Boolean value)
- Overrides:
dryRun
in classAbstractExecutionActionExpressionType
-
type
public RecomputeActionExpressionType type(String value)
- Overrides:
type
in classAbstractExecutionActionExpressionType
-
parameter
public RecomputeActionExpressionType 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 RecomputeActionExpressionType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classAbstractExecutionActionExpressionType
- Returns:
- A deep copy of this object.
-
-