Class ConditionalSearchFilterType

  • All Implemented Interfaces:
    Freezable, JaxbVisitable, DebugDumpable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class ConditionalSearchFilterType
    extends SearchFilterType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    A filter with an expression that denotes a necessary condition for the filter to be applied. <p>Java class for ConditionalSearchFilterType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ConditionalSearchFilterType"&gt; &lt;complexContent&gt; &lt;extension base="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType"&gt; &lt;sequence&gt; &lt;element name="condition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_CONDITION

        public static final ItemName F_CONDITION
    • Constructor Detail

      • ConditionalSearchFilterType

        public ConditionalSearchFilterType()
        Creates a new {@code ConditionalSearchFilterType} instance.
      • ConditionalSearchFilterType

        public ConditionalSearchFilterType​(ConditionalSearchFilterType o)
        Creates a new {@code ConditionalSearchFilterType} instance by deeply copying a given {@code ConditionalSearchFilterType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.