Class ObjectSelectorType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    LinkedObjectSelectorType, SubjectedObjectSelectorType

    public class ObjectSelectorType
    extends Object
    implements Serializable, Cloneable, Containerable
    Selects some objects from all the objects in midPoint.

    Java class for ObjectSelectorType complex type.

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

     <complexType name="ObjectSelectorType">
       <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 ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
             <element name="subtype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="archetypeRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="orgRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form