Class TaskWorkManagementType

  • All Implemented Interfaces:
    Containerable, 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.

    Java class for TaskWorkManagementType complex type.

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

     <complexType name="TaskWorkManagementType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="taskKind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskKindType" minOccurs="0"/>
             <element name="scavenger" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="partitionSequentialNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="buckets" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkBucketsManagementType" minOccurs="0"/>
             <element name="workers" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkersManagementType" minOccurs="0"/>
             <element name="partitions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskPartitionsDefinitionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form