Class AssignActionExpressionType
- 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.AssignActionExpressionType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class AssignActionExpressionType extends AbstractExecutionActionExpressionType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Statically-typed "assign" action. Its parameters differ significantly from the parameters of dynamically-type assign action, because the latter ones were not designed well.Java class for AssignActionExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssignActionExpressionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}AbstractExecutionActionExpressionType"> <sequence> <element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="construction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ConstructionType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected List<ConstructionType>
construction
static ItemName
F_CONSTRUCTION
static ItemName
F_RESOURCE_REF
static ItemName
F_TARGET_REF
protected List<ObjectReferenceType>
resourceRef
protected List<ObjectReferenceType>
targetRef
-
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 AssignActionExpressionType()
Creates a newAssignActionExpressionType
instance.AssignActionExpressionType(AssignActionExpressionType o)
Creates a newAssignActionExpressionType
instance by deeply copying a givenAssignActionExpressionType
instance.
-
Method Summary
-
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
-
targetRef
protected List<ObjectReferenceType> targetRef
-
resourceRef
protected List<ObjectReferenceType> resourceRef
-
construction
protected List<ConstructionType> construction
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_TARGET_REF
public static final ItemName F_TARGET_REF
-
F_RESOURCE_REF
public static final ItemName F_RESOURCE_REF
-
F_CONSTRUCTION
public static final ItemName F_CONSTRUCTION
-
-
Constructor Detail
-
AssignActionExpressionType
public AssignActionExpressionType()
Creates a newAssignActionExpressionType
instance.
-
AssignActionExpressionType
public AssignActionExpressionType(AssignActionExpressionType o)
Creates a newAssignActionExpressionType
instance by deeply copying a givenAssignActionExpressionType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getTargetRef
public List<ObjectReferenceType> getTargetRef()
Gets the value of the targetRef property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the targetRef property.For example, to add a new item, do as follows:
getTargetRef().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectReferenceType
-
getResourceRef
public List<ObjectReferenceType> getResourceRef()
Gets the value of the resourceRef property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the resourceRef property.For example, to add a new item, do as follows:
getResourceRef().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectReferenceType
-
getConstruction
public List<ConstructionType> getConstruction()
Gets the value of the construction property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the construction property.For example, to add a new item, do as follows:
getConstruction().add(newItem);
Objects of the following type(s) are allowed in the list
ConstructionType
-
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
-
targetRef
public AssignActionExpressionType targetRef(ObjectReferenceType value)
-
targetRef
public AssignActionExpressionType targetRef(String oid, QName type)
-
targetRef
public AssignActionExpressionType targetRef(String oid, QName type, QName relation)
-
beginTargetRef
public ObjectReferenceType beginTargetRef()
-
resourceRef
public AssignActionExpressionType resourceRef(ObjectReferenceType value)
-
resourceRef
public AssignActionExpressionType resourceRef(String oid, QName type)
-
resourceRef
public AssignActionExpressionType resourceRef(String oid, QName type, QName relation)
-
beginResourceRef
public ObjectReferenceType beginResourceRef()
-
construction
public AssignActionExpressionType construction(ConstructionType value)
-
beginConstruction
public ConstructionType beginConstruction()
-
executeOptions
public AssignActionExpressionType executeOptions(ModelExecuteOptionsType value)
- Overrides:
executeOptions
in classAbstractExecutionActionExpressionType
-
beginExecuteOptions
public ModelExecuteOptionsType beginExecuteOptions()
- Overrides:
beginExecuteOptions
in classAbstractExecutionActionExpressionType
-
dryRun
public AssignActionExpressionType dryRun(Boolean value)
- Overrides:
dryRun
in classAbstractExecutionActionExpressionType
-
type
public AssignActionExpressionType type(String value)
- Overrides:
type
in classAbstractExecutionActionExpressionType
-
parameter
public AssignActionExpressionType 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 AssignActionExpressionType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classAbstractExecutionActionExpressionType
- Returns:
- A deep copy of this object.
-
-