Class TaskWorkStateType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TaskWorkStateType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes the task work state: what has been processed, what is being processed and what is yet to be done. Useful for work distribution as well as for stateful suspend+resume feature.

    Java class for TaskWorkStateType complex type.

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

     <complexType name="TaskWorkStateType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="bucket" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkBucketType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="numberOfBuckets" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="allWorkComplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form