Class InternalsConfigurationType

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

    public class InternalsConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Various internals configuration elements. <p>Java class for InternalsConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="InternalsConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="enableExperimentalCode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="maxModelClicks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="polyStringNormalizer" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringNormalizerConfigurationType" minOccurs="0"/&gt; &lt;element name="subresultStripThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="operationResultHandlingStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultHandlingStrategyType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="caching" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CachingConfigurationType" minOccurs="0"/&gt; &lt;element name="tracing" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingConfigurationType" minOccurs="0"/&gt; &lt;element name="repository" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RepositoryConfigurationType" minOccurs="0"/&gt; &lt;element name="focusConstraintsChecking" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ConstraintsCheckingStrategyType" minOccurs="0"/&gt; &lt;element name="projectionConstraintsChecking" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ConstraintsCheckingStrategyType" minOccurs="0"/&gt; &lt;element name="synchronizationSituationUpdating" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationUpdatingStrategyType" minOccurs="0"/&gt; &lt;element name="shadowMetadataRecording" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataRecordingStrategyType" minOccurs="0"/&gt; &lt;element name="operationExecutionRecording" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationExecutionRecordingStrategyType" minOccurs="0"/&gt; &lt;element name="memoryDiagnostics" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MemoryDiagnosticsConfigurationType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form