Class SubjectedObjectSelectorType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable
    Direct Known Subclasses:
    OwnedObjectSelectorType

    public class SubjectedObjectSelectorType
    extends ObjectSelectorType
    implements Serializable, Cloneable, Containerable
    Selects some objects from all the objects in midPoint. This is an extension of ObjectSelectorType that adds criteria that relate objects to a specific subject (logged-in user).

    Java class for SubjectedObjectSelectorType complex type.

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

     <complexType name="SubjectedObjectSelectorType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectSelectorType">
           <sequence>
             <element name="orgRelation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OrgRelationObjectSpecificationType" minOccurs="0"/>
             <element name="roleRelation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RoleRelationObjectSpecificationType" minOccurs="0"/>
             <element name="archetypeRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="special" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SpecialObjectSpecificationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="allowInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form