Class LinkTargetObjectSelectorType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class LinkTargetObjectSelectorType
    extends LinkedObjectSelectorType
    implements Serializable, Cloneable, Containerable
    Selects objects among link targets (for this object). EXPERIMENTAL

    Java class for LinkTargetObjectSelectorType complex type.

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

     <complexType name="LinkTargetObjectSelectorType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LinkedObjectSelectorType">
           <sequence>
             <element name="changeSituation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LinkChangeSituationType" minOccurs="0"/>
             <element name="linkType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="matchesRuleAssignment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="matchesConstraint" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form