Class MappingEvaluationTraceType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class MappingEvaluationTraceType
    extends TraceType
    implements Serializable, Cloneable, Containerable
    Trace for mapping evaluation operation. <p>Java class for MappingEvaluationTraceType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="MappingEvaluationTraceType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceType"&gt; &lt;sequence&gt; &lt;element name="mappingKind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingKindType" minOccurs="0"/&gt; &lt;element name="mapping" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractMappingType" minOccurs="0"/&gt; &lt;element name="containingObjectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="timeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="timeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="nextRecomputeTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="timeConstraintValid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="conditionResultOld" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="conditionResultNew" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="implicitSourcePath" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/&gt; &lt;element name="implicitTargetPath" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/&gt; &lt;element name="pushChangesRequested" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="source" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingSourceEvaluationTraceType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="deletedFromRange" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="output" type="{http://prism.evolveum.com/xml/ns/public/types-3}DeltaSetTripleType" minOccurs="0"/&gt; &lt;element name="pushChanges" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="textTrace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form