Class SearchFilterParameterType

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

    public class SearchFilterParameterType
    extends ParameterType
    implements Serializable, Cloneable, Containerable
    Describes input parameters for the search filter.

    Java class for SearchFilterParameterType complex type.

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

     <complexType name="SearchFilterParameterType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ParameterType">
           <sequence>
             <element name="allowedValuesLookupTable" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="allowedValuesExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="targetType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
             <element name="display" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DisplayType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form