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. <p>Java class for SearchFilterParameterType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SearchFilterParameterType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ParameterType"&gt; &lt;sequence&gt; &lt;element name="allowedValuesLookupTable" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="allowedValuesExpression" 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