Class WorkItemSelectorType

  • All Implemented Interfaces:
    Containerable, 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.

    Java class for WorkItemSelectorType complex type.

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

     <complexType name="WorkItemSelectorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/>
             <element name="all" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form