Class OrgRelationObjectSpecificationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class OrgRelationObjectSpecificationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Definition of object with respect to subject membership in organizational hierarchy. Used to specify authorizations for all objects that belong to an org where the subject a manager, etc.

    Java class for OrgRelationObjectSpecificationType complex type.

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

     <complexType name="OrgRelationObjectSpecificationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="subjectRelation" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
             <element name="scope" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OrgScopeType" minOccurs="0"/>
             <element name="includeReferenceOrg" 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