Class PrismConfigurationType

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

    public class PrismConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Prism specific configuration, mainly for performance optimizations and tunning

    Java class for PrismConfigurationType complex type.

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

     <complexType name="PrismConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="useSerializationProxies" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="indexPropertyValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="propertyValuesIndexThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_USE_SERIALIZATION_PROXIES

        public static final ItemName F_USE_SERIALIZATION_PROXIES
      • F_INDEX_PROPERTY_VALUES

        public static final ItemName F_INDEX_PROPERTY_VALUES
      • F_PROPERTY_VALUES_INDEX_THRESHOLD

        public static final ItemName F_PROPERTY_VALUES_INDEX_THRESHOLD
    • Constructor Detail

      • PrismConfigurationType

        public PrismConfigurationType()
      • PrismConfigurationType

        public PrismConfigurationType​(PrismContext prismContext)