Class InternalsConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class InternalsConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Various internals configuration elements.

    Java class for InternalsConfigurationType complex type.

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

     <complexType name="InternalsConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="enableExperimentalCode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="maxModelClicks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="polyStringNormalizer" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringNormalizerConfigurationType" minOccurs="0"/>
             <element name="subresultStripThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="operationResultHandlingStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultHandlingStrategyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="caching" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CachingConfigurationType" minOccurs="0"/>
             <element name="tracing" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingConfigurationType" minOccurs="0"/>
             <element name="repository" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RepositoryConfigurationType" minOccurs="0"/>
             <element name="focusConstraintsChecking" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ConstraintsCheckingStrategyType" minOccurs="0"/>
             <element name="projectionConstraintsChecking" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ConstraintsCheckingStrategyType" minOccurs="0"/>
             <element name="synchronizationSituationUpdating" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationUpdatingStrategyType" minOccurs="0"/>
             <element name="shadowMetadataRecording" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataRecordingStrategyType" minOccurs="0"/>
             <element name="operationExecutionRecording" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationExecutionRecordingStrategyType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form