Class ValueTransformationTraceType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ValueTransformationTraceType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ValueTransformationTraceType extends TraceType implements Serializable, Cloneable, Containerable
Trace for transformation of a tuple of values.Java class for ValueTransformationTraceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueTransformationTraceType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceType"> <sequence> <element name="input" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NamedValueType" maxOccurs="unbounded" minOccurs="0"/> <element name="inputOrigin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="destination" type="{http://prism.evolveum.com/xml/ns/public/types-3}PlusMinusZeroType" minOccurs="0"/> <element name="conditionResult" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="output" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AnyValueType" maxOccurs="unbounded" minOccurs="0"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="localContextDescription" type="{http://www.w3.org/2001/XMLSchema}string" 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_COMMENT
static ItemName
F_CONDITION_RESULT
static ItemName
F_DESTINATION
static ItemName
F_INPUT
static ItemName
F_INPUT_ORIGIN
static ItemName
F_LOCAL_CONTEXT_DESCRIPTION
static ItemName
F_OUTPUT
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ValueTransformationTraceType()
ValueTransformationTraceType(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
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_INPUT
public static final ItemName F_INPUT
-
F_INPUT_ORIGIN
public static final ItemName F_INPUT_ORIGIN
-
F_DESTINATION
public static final ItemName F_DESTINATION
-
F_CONDITION_RESULT
public static final ItemName F_CONDITION_RESULT
-
F_OUTPUT
public static final ItemName F_OUTPUT
-
F_COMMENT
public static final ItemName F_COMMENT
-
F_LOCAL_CONTEXT_DESCRIPTION
public static final ItemName F_LOCAL_CONTEXT_DESCRIPTION
-
-
Constructor Detail
-
ValueTransformationTraceType
public ValueTransformationTraceType()
-
ValueTransformationTraceType
public ValueTransformationTraceType(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
-
getInput
public List<NamedValueType> getInput()
-
createInputList
public List<NamedValueType> createInputList()
-
getInputOrigin
public String getInputOrigin()
-
setInputOrigin
public void setInputOrigin(String value)
-
getDestination
public PlusMinusZeroType getDestination()
-
setDestination
public void setDestination(PlusMinusZeroType value)
-
isConditionResult
public Boolean isConditionResult()
-
setConditionResult
public void setConditionResult(Boolean value)
-
getOutput
public List<AnyValueType> getOutput()
-
createOutputList
public List<AnyValueType> createOutputList()
-
getComment
public String getComment()
-
setComment
public void setComment(String value)
-
getLocalContextDescription
public String getLocalContextDescription()
-
setLocalContextDescription
public void setLocalContextDescription(String value)
-
input
public ValueTransformationTraceType input(NamedValueType value)
-
beginInput
public NamedValueType beginInput()
-
inputOrigin
public ValueTransformationTraceType inputOrigin(String value)
-
destination
public ValueTransformationTraceType destination(PlusMinusZeroType value)
-
conditionResult
public ValueTransformationTraceType conditionResult(Boolean value)
-
output
public ValueTransformationTraceType output(AnyValueType value)
-
beginOutput
public AnyValueType beginOutput()
-
comment
public ValueTransformationTraceType comment(String value)
-
localContextDescription
public ValueTransformationTraceType localContextDescription(String value)
-
text
public ValueTransformationTraceType text(String value)
-
id
public ValueTransformationTraceType id(Long value)
-
clone
public ValueTransformationTraceType clone()
-
-