Class TaskPartitionDefinitionType

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

    public class TaskPartitionDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes how to create a single task partition. <p>Java class for TaskPartitionDefinitionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="TaskPartitionDefinitionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="index" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="taskName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="handlerUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/&gt; &lt;element name="workManagement" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskWorkManagementType" minOccurs="0"/&gt; &lt;element name="executionEnvironment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskExecutionEnvironmentType" minOccurs="0"/&gt; &lt;element name="copyMasterExtension" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="extension" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExtensionType" minOccurs="0"/&gt; &lt;element name="otherDeltas" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemDeltaType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="dependents" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="stage" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExecutionModeType" minOccurs="0"/&gt; &lt;element name="errorCriticality" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ErrorSelectorType" minOccurs="0"/&gt; &lt;element name="processingOption" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form