Class StringWorkSegmentationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, 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. <p>Java class for StringWorkSegmentationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="StringWorkSegmentationType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkSegmentationType"&gt; &lt;sequence&gt; &lt;element name="boundary" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}BoundarySpecificationType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="boundaryCharacters" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="depth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="comparisonMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}StringWorkBucketsBoundaryMarkingType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form