Class AssignActionExpressionType
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.AbstractActionExpressionType
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:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
Statically-typed "assign" action. Its parameters differ significantly from the
parameters of dynamically-type assign action, because the latter ones were not
designed well.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QName
protected List<ConstructionType>
static final ItemName
static final ItemName
static final ItemName
protected List<ObjectReferenceType>
protected List<ObjectReferenceType>
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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
construction
(ConstructionType value) boolean
equals
(Object other, StructuredEqualsStrategy strategy) int
hashCode
(StructuredHashCodeStrategy strategy) resourceRef
(ObjectReferenceType value) resourceRef
(String oid, QName type) resourceRef
(String oid, QName type, QName relation) targetRef
(ObjectReferenceType 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
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
targetRef
-
resourceRef
-
construction
-
COMPLEX_TYPE
-
F_TARGET_REF
-
F_RESOURCE_REF
-
F_CONSTRUCTION
-
-
Constructor Details
-
AssignActionExpressionType
public AssignActionExpressionType() -
AssignActionExpressionType
-
-
Method Details
-
getTargetRef
-
getResourceRef
-
getConstruction
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classAbstractExecutionActionExpressionType
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classAbstractExecutionActionExpressionType
-
targetRef
-
targetRef
-
targetRef
-
beginTargetRef
-
resourceRef
-
resourceRef
-
resourceRef
-
beginResourceRef
-
construction
-
beginConstruction
-
executeOptions
- Overrides:
executeOptions
in classAbstractExecutionActionExpressionType
-
beginExecuteOptions
- Overrides:
beginExecuteOptions
in classAbstractExecutionActionExpressionType
-
dryRun
- Overrides:
dryRun
in classAbstractExecutionActionExpressionType
-
type
- Overrides:
type
in classAbstractExecutionActionExpressionType
-
parameter
- Overrides:
parameter
in classAbstractExecutionActionExpressionType
-
beginParameter
- Overrides:
beginParameter
in classAbstractExecutionActionExpressionType
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAbstractExecutionActionExpressionType
-
clone
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classAbstractExecutionActionExpressionType
-