Class ProfilingConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ProfilingConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    A configuration for profiling features of midPoint.

    Java class for ProfilingConfigurationType complex type.

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

     <complexType name="ProfilingConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="requestFilter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="performanceStatistics" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="dumpInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="model" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="repository" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="provisioning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="ucf" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="synchronizationService" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="taskManager" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="workflow" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form