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.

    Java class for ConditionalSearchFilterType complex type.

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

     <complexType name="ConditionalSearchFilterType">
       <complexContent>
         <extension base="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType">
           <sequence>
             <element name="condition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form