Class WorkItemSelectorType

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

    public class WorkItemSelectorType
    extends Object
    implements Serializable, Cloneable, Containerable
    Selects some work items from all the items (perhaps of a given type, like approval work items). E.g. may be used to delegate access to some work items only. <p>Java class for WorkItemSelectorType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="WorkItemSelectorType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/&gt; &lt;element name="all" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form