Class ActivitySynchronizationStatisticsType

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

    public class ActivitySynchronizationStatisticsType
    extends Object
    implements Serializable, Cloneable, Containerable
    Information about synchronization situations of objects processed by synchronization-related tasks: live sync, import, reconciliation.

    Java class for ActivitySynchronizationStatisticsType complex type.

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

     <complexType name="ActivitySynchronizationStatisticsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="transition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationTransitionType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form