Class TaskWorkManagementType

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

    public class TaskWorkManagementType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes how we are going to manage the work that is to be done: how to divide it into work buckets, how to describe progress within buckets, how to create and manager workers that will process the buckets. <p>Java class for TaskWorkManagementType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="TaskWorkManagementType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="taskKind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskKindType" minOccurs="0"/&gt; &lt;element name="scavenger" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="partitionSequentialNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="buckets" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkBucketsManagementType" minOccurs="0"/&gt; &lt;element name="workers" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkersManagementType" minOccurs="0"/&gt; &lt;element name="partitions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskPartitionsDefinitionType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form