Class ActivityReportingDefinitionType

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

    public class ActivityReportingDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    How should the task report its various aspects?

    Java class for ActivityReportingDefinitionType complex type.

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

     <complexType name="ActivityReportingDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="logging" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityLoggingOptionsType" minOccurs="0"/>
             <element name="tracing" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityTracingDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="profiling" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityProfilingDefinitionType" minOccurs="0"/>
             <element name="reports" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityReportsDefinitionType" minOccurs="0"/>
             <element name="itemCounting" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityItemCountingDefinitionType" minOccurs="0"/>
             <element name="stateOverview" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivityStateOverviewMaintenanceDefinitionType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form