Class WorkersDefinitionType

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

    public class WorkersDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    How to create and manage worker tasks.

    Java class for WorkersDefinitionType complex type.

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

     <complexType name="WorkersDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="taskName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="otherDeltas" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemDeltaType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="workersPerNode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkersPerNodeDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form