Class OwnedObjectSelectorType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class OwnedObjectSelectorType
    extends SubjectedObjectSelectorType
    implements Serializable, Cloneable, Containerable
    Selects some objects from all the objects in midPoint. This is an extension of SubjectedObjectSelectorType that adds criteria that for objects that can be owned (resource objects, roles, etc.)

    Java class for OwnedObjectSelectorType complex type.

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

     <complexType name="OwnedObjectSelectorType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubjectedObjectSelectorType">
           <sequence>
             <element name="owner" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubjectedObjectSelectorType" minOccurs="0"/>
             <element name="delegator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubjectedObjectSelectorType" minOccurs="0"/>
             <element name="requester" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubjectedObjectSelectorType" minOccurs="0"/>
             <element name="assignee" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubjectedObjectSelectorType" minOccurs="0"/>
             <element name="relatedObject" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubjectedObjectSelectorType" minOccurs="0"/>
             <element name="tenant" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TenantSelectorType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form