Class SearchItemType

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

    public class SearchItemType
    extends Object
    implements Serializable, Cloneable, Containerable
    Search item

    Java class for SearchItemType complex type.

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

     <complexType name="SearchItemType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType"/>
             <element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/>
             <element name="filterExpression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="displayName" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/>
             <element name="parameter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchFilterParameterType" minOccurs="0"/>
             <element name="visibleByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form