Class ScriptEvaluationTraceType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptEvaluationTraceType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ScriptEvaluationTraceType extends TraceType implements Serializable, Cloneable, Containerable
Trace for script evaluation operation.Java class for ScriptEvaluationTraceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScriptEvaluationTraceType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceType"> <sequence> <element name="scriptExpressionEvaluator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ScriptExpressionEvaluatorType" minOccurs="0"/> <element name="variable" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ScriptVariableEvaluationTraceType" maxOccurs="unbounded" minOccurs="0"/> <element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AnyValueType" maxOccurs="unbounded" 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_RESULT
static ItemName
F_SCRIPT_EXPRESSION_EVALUATOR
static ItemName
F_VARIABLE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ScriptEvaluationTraceType()
ScriptEvaluationTraceType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
createTextList, getId, getText, setId
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
ScriptEvaluationTraceType
public ScriptEvaluationTraceType()
-
ScriptEvaluationTraceType
public ScriptEvaluationTraceType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classTraceType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classTraceType
-
getScriptExpressionEvaluator
public ScriptExpressionEvaluatorType getScriptExpressionEvaluator()
-
setScriptExpressionEvaluator
public void setScriptExpressionEvaluator(ScriptExpressionEvaluatorType value)
-
getVariable
public List<ScriptVariableEvaluationTraceType> getVariable()
-
createVariableList
public List<ScriptVariableEvaluationTraceType> createVariableList()
-
getResult
public List<AnyValueType> getResult()
-
createResultList
public List<AnyValueType> createResultList()
-
scriptExpressionEvaluator
public ScriptEvaluationTraceType scriptExpressionEvaluator(ScriptExpressionEvaluatorType value)
-
beginScriptExpressionEvaluator
public ScriptExpressionEvaluatorType beginScriptExpressionEvaluator()
-
variable
public ScriptEvaluationTraceType variable(ScriptVariableEvaluationTraceType value)
-
beginVariable
public ScriptVariableEvaluationTraceType beginVariable()
-
result
public ScriptEvaluationTraceType result(AnyValueType value)
-
beginResult
public AnyValueType beginResult()
-
text
public ScriptEvaluationTraceType text(String value)
-
id
public ScriptEvaluationTraceType id(Long value)
-
clone
public ScriptEvaluationTraceType clone()
-
-