Class SearchBoxConfigurationType

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

    public class SearchBoxConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of the search box (the set of input fields that control definition of search query). <p>Java class for SearchBoxConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SearchBoxConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="defaultMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchBoxModeType" minOccurs="0"/&gt; &lt;element name="allowedMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchBoxModeType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="scopeConfiguration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ScopeSearchItemConfigurationType" minOccurs="0"/&gt; &lt;element name="objectTypeConfiguration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTypeSearchItemConfigurationType" minOccurs="0"/&gt; &lt;element name="relationConfiguration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RelationSearchItemConfigurationType" minOccurs="0"/&gt; &lt;element name="indirectConfiguration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}IndirectSearchItemConfigurationType" minOccurs="0"/&gt; &lt;element name="projectConfiguration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType" minOccurs="0"/&gt; &lt;element name="tenantConfiguration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType" minOccurs="0"/&gt; &lt;element name="defaultScope" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchBoxScopeType" minOccurs="0"/&gt; &lt;element name="defaultObjectType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/&gt; &lt;element name="searchItems" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchItemsType" minOccurs="0"/&gt; &lt;element name="allowToConfigureSearchItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form