Class BucketProcessingRecordType

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

    public class BucketProcessingRecordType
    extends Object
    implements Serializable, Cloneable, Containerable
    Information about bucket completion or analysis to be recorded in buckets report.

    Java class for BucketProcessingRecordType complex type.

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

     <complexType name="BucketProcessingRecordType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="sequentialNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="content" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkBucketContentType" minOccurs="0"/>
             <element name="size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="itemsSuccessfullyProcessed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="itemsFailed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="itemsSkipped" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="startTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="endTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="duration" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form