Class AssignmentModificationPolicyConstraintType

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

    public class AssignmentModificationPolicyConstraintType
    extends ModificationPolicyConstraintType
    implements Serializable, Cloneable, Containerable
    Constraint that triggers the rule when the object is assigned.

    Java class for AssignmentModificationPolicyConstraintType complex type.

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

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