Class AbstractWorkSegmentationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    ExplicitWorkSegmentationType, NumericWorkSegmentationType, StringWorkSegmentationType

    public class AbstractWorkSegmentationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes how to segment the work into buckets and manage them. <p>Java class for AbstractWorkSegmentationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AbstractWorkSegmentationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="discriminator" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/&gt; &lt;element name="matchingRule" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/&gt; &lt;element name="numberOfBuckets" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form