Class RepositoryConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class RepositoryConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuring various aspects of the repository - in addition to those that are configured statically using config.xml file.

    Java class for RepositoryConfigurationType complex type.

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

     <complexType name="RepositoryConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="statistics" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RepositoryStatisticsReportingConfigurationType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form