Class RepositorySearchObjectsTraceType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    RepositorySearchTraceType

    public class RepositorySearchObjectsTraceType
    extends RepositoryOperationTraceType
    implements Serializable, Cloneable, Containerable
    Trace for repository searchObjects/searchObjectsIterative operation. <p>Java class for RepositorySearchObjectsTraceType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="RepositorySearchObjectsTraceType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RepositoryOperationTraceType"&gt; &lt;sequence&gt; &lt;element name="objectType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/&gt; &lt;element name="query" type="{http://prism.evolveum.com/xml/ns/public/query-3}QueryType" minOccurs="0"/&gt; &lt;element name="options" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="resultSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form