Class HasAssignmentPolicyConstraintType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class HasAssignmentPolicyConstraintType
    extends AbstractPolicyConstraintType
    implements Serializable, Cloneable, Containerable
    Constraint that triggers when the focus has given assignment(s).

    Java class for HasAssignmentPolicyConstraintType complex type.

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

     <complexType name="HasAssignmentPolicyConstraintType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractPolicyConstraintType">
           <sequence>
             <element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/>
             <element name="direct" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="relation" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form