Class RepositorySearchObjectsTraceType

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

    public class RepositorySearchObjectsTraceType
    extends RepositoryOperationTraceType
    implements Serializable, Cloneable, Containerable
    Trace for repository searchObjects/searchObjectsIterative operation.

    Java class for RepositorySearchObjectsTraceType complex type.

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

     <complexType name="RepositorySearchObjectsTraceType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RepositoryOperationTraceType">
           <sequence>
             <element name="objectType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
             <element name="query" type="{http://prism.evolveum.com/xml/ns/public/query-3}QueryType" minOccurs="0"/>
             <element name="options" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="resultSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form