Class ValueTransformationTraceType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ValueTransformationTraceType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ValueTransformationTraceType extends TraceType
Trace for transformation of a tuple of values.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
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
static Producer<ValueTransformationTraceType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ValueTransformationTraceType()
ValueTransformationTraceType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
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
-
FACTORY
public static final Producer<ValueTransformationTraceType> FACTORY
-
-
Constructor Detail
-
ValueTransformationTraceType
public ValueTransformationTraceType()
-
ValueTransformationTraceType
@Deprecated public ValueTransformationTraceType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getInput
public List<NamedValueType> getInput()
-
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()
-
getComment
public String getComment()
-
setComment
public void setComment(String value)
-
getLocalContextDescription
public String getLocalContextDescription()
-
setLocalContextDescription
public void setLocalContextDescription(String value)
-
id
public ValueTransformationTraceType id(Long 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)
-
clone
public ValueTransformationTraceType clone()
-
-