Class MappingEvaluationTraceType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class MappingEvaluationTraceType
    extends TraceType
    implements Serializable, Cloneable, Containerable
    Trace for mapping evaluation operation.

    Java class for MappingEvaluationTraceType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MappingEvaluationTraceType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceType">
           <sequence>
             <element name="mappingKind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingKindType" minOccurs="0"/>
             <element name="mapping" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingType" minOccurs="0"/>
             <element name="containingObjectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="timeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="timeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="nextRecomputeTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="timeConstraintValid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="conditionResultOld" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="conditionResultNew" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="implicitSourcePath" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/>
             <element name="implicitTargetPath" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/>
             <element name="source" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingSourceEvaluationTraceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="output" type="{http://prism.evolveum.com/xml/ns/public/types-3}DeltaSetTripleType" minOccurs="0"/>
             <element name="textTrace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form