Class ProvisioningStatisticsEntryType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class ProvisioningStatisticsEntryType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Statistical information on operations executed on a specified resource, dealing with given object class.

    Java class for ProvisioningStatisticsEntryType complex type.

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

     <complexType name="ProvisioningStatisticsEntryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="objectClass" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
             <element name="operation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvisioningStatisticsOperationEntryType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form