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
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected Booleanprotected QNameprotected QNameprotected BooleanFields 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 TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) forWholeInput(Boolean value) getQuiet()inthashCode(StructuredHashCodeStrategy strategy) isQuiet()outputItemName(QName value) outputTypeName(QName value) voidsetForWholeInput(Boolean value) voidsetOutputItemName(QName value) voidsetOutputTypeName(QName value) voidMethods inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
getParameter, getType, setTypeMethods 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
-
getForWholeInput
-
setForWholeInput
-
isQuiet
-
getQuiet
-
setQuiet
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classActionExpressionType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classActionExpressionType
-
outputItemName
-
outputTypeName
-
forWholeInput
-
quiet
-
type
- Overrides:
typein classActionExpressionType
-
parameter
- Overrides:
parameterin classActionExpressionType
-
beginParameter
- Overrides:
beginParameterin classActionExpressionType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classActionExpressionType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classActionExpressionType
-