Class ActivityTracingDefinitionType

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

    public class ActivityTracingDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Definition for tracing execution of an iterative activity. Currently used also for tracing handling of asynchronous updates. (Although not all its features are used there!)

    Java class for ActivityTracingDefinitionType complex type.

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

     <complexType name="ActivityTracingDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="interval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="beforeItemCondition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}BeforeItemConditionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="afterItemCondition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AfterItemConditionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="tracingProfile" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingProfileType" minOccurs="0"/>
             <element name="tracingPoint" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingRootType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form