Class RepositoryAddTraceType

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

    public class RepositoryAddTraceType
    extends RepositoryOperationTraceType
    implements Serializable, Cloneable, Containerable
    Trace for repository ADD operation.

    Java class for RepositoryAddTraceType complex type.

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

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