Class TaskPartitionsDefinitionType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TaskPartitionsDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes how to partition the work into subtasks. If interpreted by a specific task handler (e.g. partitioned reconciliation task handler), defaults other than the ones specified here might be applied.

    Java class for TaskPartitionsDefinitionType complex type.

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

     <complexType name="TaskPartitionsDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="sequentialExecution" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="durablePartitions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="taskName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="handlerUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="workManagement" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskWorkManagementType" minOccurs="0"/>
             <element name="executionEnvironment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskExecutionEnvironmentType" minOccurs="0"/>
             <element name="copyMasterExtension" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="otherDeltas" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemDeltaType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="partition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskPartitionDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form