Class NumericWorkSegmentationType

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

    public class NumericWorkSegmentationType
    extends AbstractWorkSegmentationType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Work state management strategy that divides the processing space (represented by an interval of numeric values) into a number of work buckets. Each bucket itself is defined as an interval of values.

    Java class for NumericWorkSegmentationType complex type.

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

     <complexType name="NumericWorkSegmentationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkSegmentationType">
           <sequence>
             <element name="from" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
             <element name="to" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
             <element name="bucketSize" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form