Class ClockworkTraceType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable
    Direct Known Subclasses:
    ClockworkClickTraceType, ClockworkRunTraceType, FocusLoadedTraceType, FullShadowLoadedTraceType, ProjectorComponentTraceType, ProjectorRunTraceType

    public class ClockworkTraceType
    extends TraceType
    implements Serializable, Cloneable, Containerable
    Abstract trace for clockwork events. It contains outputLensContext but usually only minimal information is there (e.g. state and waves).

    Java class for ClockworkTraceType complex type.

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

     <complexType name="ClockworkTraceType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceType">
           <sequence>
             <element name="inputLensContext" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensContextType" minOccurs="0"/>
             <element name="outputLensContext" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensContextType" minOccurs="0"/>
             <element name="inputLensContextText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="outputLensContextText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form