Class StringWorkSegmentationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable
    Direct Known Subclasses:
    OidWorkSegmentationType

    public class StringWorkSegmentationType
    extends AbstractWorkSegmentationType
    implements Serializable, Cloneable, Containerable
    Work state management strategy that divides the processing space (represented by a set of string values) into a number of work buckets; either based on intervals, prefixes or exact value matching.

    Java class for StringWorkSegmentationType complex type.

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

     <complexType name="StringWorkSegmentationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkSegmentationType">
           <sequence>
             <element name="boundaryCharacters" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="depth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="comparisonMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}StringWorkBucketsBoundaryMarkingType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form