Class AbstractExecuteActionExpressionType
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.AbstractExecuteActionExpressionType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
- Direct Known Subclasses:
EvaluateExpressionActionExpressionType
,ExecuteScriptActionExpressionType
Statically-typed "execute-script" or "evaluate-expression" action.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
protected Boolean
protected QName
protected QName
protected Boolean
Fields inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
F_PARAMETER, F_TYPE, parameter, type
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
boolean
equals
(Object other, StructuredEqualsStrategy strategy) forWholeInput
(Boolean value) int
hashCode
(StructuredHashCodeStrategy strategy) isQuiet()
outputItemName
(QName value) outputTypeName
(QName value) void
setForWholeInput
(Boolean value) void
setOutputItemName
(QName value) void
setOutputTypeName
(QName value) void
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
-
outputItemName
-
outputTypeName
-
forWholeInput
-
quiet
-
COMPLEX_TYPE
-
F_OUTPUT_ITEM_NAME
-
F_OUTPUT_TYPE_NAME
-
F_FOR_WHOLE_INPUT
-
F_QUIET
-
-
Constructor Details
-
AbstractExecuteActionExpressionType
public AbstractExecuteActionExpressionType() -
AbstractExecuteActionExpressionType
-
-
Method Details
-
getOutputItemName
-
setOutputItemName
-
getOutputTypeName
-
setOutputTypeName
-
isForWholeInput
-
setForWholeInput
-
isQuiet
-
setQuiet
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classActionExpressionType
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classActionExpressionType
-
outputItemName
-
outputTypeName
-
forWholeInput
-
quiet
-
type
- Overrides:
type
in classActionExpressionType
-
parameter
- Overrides:
parameter
in classActionExpressionType
-
beginParameter
- Overrides:
beginParameter
in classActionExpressionType
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classActionExpressionType
-
clone
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classActionExpressionType
-