Class TaskPartitionDefinitionType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class TaskPartitionDefinitionType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Describes how to create a single task partition.

    Java class for TaskPartitionDefinitionType complex type.

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

     <complexType name="TaskPartitionDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="index" type="{http://www.w3.org/2001/XMLSchema}int" 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="extension" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExtensionType" minOccurs="0"/>
             <element name="otherDeltas" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemDeltaType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="dependents" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
             <element name="stage" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExecutionModeType" minOccurs="0"/>
             <element name="errorCriticality" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ErrorSelectorType" minOccurs="0"/>
             <element name="processingOption" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form