Class RepositoryGetObjectTraceType

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

    public class RepositoryGetObjectTraceType
    extends RepositoryOperationTraceType
    implements Serializable, Cloneable, Containerable
    Trace for repository getObject operation.

    Java class for RepositoryGetObjectTraceType complex type.

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

     <complexType name="RepositoryGetObjectTraceType">
       <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="oid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="options" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form