Class AuditSearchType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AuditSearchType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specification of search criteria for audit trails. EXTREMELY EXPERIMENTAL. This is almost certain to change in the future.

    Java class for AuditSearchType complex type.

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

     <complexType name="AuditSearchType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="recordQuery" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="domainQuery" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="interval" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form